I\'m trying to write an app that reads all logs on my device. I\'ve got a client/service architecture, and I see log messages from both the client and service processes but
To read logs from other applications programmatically, you will need to assign the same android:sharedUserId in all apks' manifest files.