When we remove an app from foreground logcat gets full of other stuff.
Asked
Active
Viewed 481 times
-1
-
does https://stackoverflow.com/questions/6854127/filter-logcat-to-get-only-the-messages-from-my-application-in-android help? – Suraj Rao Oct 16 '21 at 07:23
1 Answers
1
If you have an app running on your device and you want to attach a debugger to its process then you can hit the "Attach Debugger" button as shown in the image below:
Then select the process you want to debug. You can only do this with your own apps of course.

Daniel Weidensdörfer
- 391
- 4
- 14