How to debug android apps running in background and Foreground

580 views Asked by At

When we remove an app from foreground logcat gets full of other stuff.

1

There are 1 answers

0
Daniel Weidensdörfer On BEST ANSWER

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:

Attach Debugger Button

Then select the process you want to debug. You can only do this with your own apps of course.