I want my application to read logs of another application how can I do it.
Asked
Active
Viewed 229 times
-2
-
And why you want to do that ? – Asutosh Panda Feb 09 '18 at 06:17
-
I want to send broadcast after a particular activity runs. – MOHIT SINGHANIA Feb 09 '18 at 06:18
-
I want to broadcast message after a particular activity is running. – MOHIT SINGHANIA Feb 09 '18 at 06:24
1 Answers
-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