-2

I want my application to read logs of another application how can I do it.

1 Answers1

-2

if all other application is log enable then an then you are able to fetch the log of other applications

android:debuggable
Whether or not the application can be debugged, even when running on a device 
in user mode — "true" if it can be, and "false" if not.

if this key is enable in manifest than you are able to see the logs of application

Mahesh Keshvala
  • 1,349
  • 12
  • 19