Replies: 1 comment 8 replies
-
All termux github builds are debuggable and I have not noticed any performance issues under normal conditions, its still snappy. If I am not mistaken, any serious performance issues are likely gonna happen when app is connected to a debugger, like in android studio, despite any extra debug code added to the app. If you are still worried about performance issues and want to remotely connect, use https://github.com/termux/termux-app#github https://wiki.termux.com/wiki/Remote_Access#SSH
How is the app supposed to "connect" to regular app, over which protocol? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm not sure if this question is stupid. However, I prefer to ask... 😉
Currently to execute the Termux environment from the ADB shell we need to use the "run-as" command. However, this implies that the Apk requires to be compiled as Debug. Ok, then the Termux App installed by hand requires to be in Debug. But this implies that the performance is reduced, rigth? So, why not provide a Termux-companion App, that will be compiled in Debug, and then it will work calling to the regular Termux App compiled in Release mode?
Please, if this sounds stupid or crazy, then you only need to explain the reason for it. Sorry for any noise created.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions