after I run any application on my phone, using free version of AIDE -IDE Android, everytime I view LogCat, I get the same message : " run the app to see the log output ".! Here is the following screenshot :(https://i.stack.imgur.com/uLORU.png) Is LogCat free on AIDE-IDE Google play app ? Thank you for your attention.
LogCat View trouble on AIDE -IDE Android
1.1k views Asked by Denys Plaud At
3
There are 3 answers
0
On
I found this way, as shown below, using Log.getStackTraceString(Exception e), to solve my LogCat View trouble on AIDE-IDE Android. The only remaining question is why there is no display of Log.e (TAG,"Exception ",e) ? Thank you for your attention. Code of MainActivity (https://i.stack.imgur.com/Dqfc5.png)
It's free as far as i know, but you need root access in order for log to work. Besides: it doesn't work from time to time with root either.
Another option: use following function to log to local file:
Use it like this:
You need to add permission for writing_external_storage in Manifest.