'how can i close the unrelated app showed in the logcat when i use emulator in Android Studio

how can i close the unrelated app showed in the logcat when i use emulator in Android Studio

enter image description here



Solution 1:[1]

This is a list of all processes running on your Android Emulator. Usually when you run the app it defaults to your app.

However make sure you select Show only selected application from the dropdown menu to the right side. That way it will show the logs related to the app that you selected.

If you want to get all logs irrespective of if your application is the one opened or not select No Filters from the drop down menu

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Narendra_Nath