How can I access and read the logcat file (at "/system/bin/logcat") from the device, using my application. My phone is not rooted.
Do I need a super user permission?
How can I access and read the logcat file (at "/system/bin/logcat") from the device, using my application. My phone is not rooted.
Do I need a super user permission?
you can read through this code from your application
Store this bufferedReader in an string or string builder to check your logs
yes you need permission in your manifest file: