How can I get logcat on my device to show logs from all processes

前端 未结 3 756

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

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-04 19:16

    To read logs from other applications programmatically, you will need to assign the same android:sharedUserId in all apks' manifest files.

提交回复
热议问题