Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do I see "No Debuggable Applications" in Android Studio Logcat while my application is running?

I wanted to filter what is shown in the Android Studio Logcat to show what is relevant to my application only. I have chosen Show only selected applications from the drop down at the top of the logcat as shown in the following screenshot:

Android Studio Logcat Screenshot

But in the drop down menu above it which is supposed to show running application(s) (and other options) from which we can choose our application to see Log messages related to it only, I see No debuggable Applications as the only option.

Android Studio Logcat Screenshot

Why? What should I do to fix this?

Note: It does not happen every time I run the project. Sometimes it happens, sometimes it automatically selects my app (when I run it) from the drop down menu shown in the second screenshot, and filters the results properly.

like image 810
Solace Avatar asked Jun 15 '15 22:06

Solace


People also ask

Why is my Logcat empty Android Studio?

Solution 1: Restarting your Android StudioIn your IDE Go to File > Invalidate Caches and Restart > Invalidate and Restart. This Solution will clear all the caches of Android studio IDE and restart it automatically, By the method, there are 80% change that Logcat will start work as before.

Can not find Logcat in Android Studio?

Go to Project Structure -> Facets -> “+” -> Android -> Select Project Logcat should now be visible.


1 Answers

Open Android Studio, Go to,

Tools-> Android -> Enable ADB Integration.

Open Android Monitor,

After enabling that, everything should work properly and you can see your package name of your application.

like image 185
Deivison Sporteman Avatar answered Sep 28 '22 22:09

Deivison Sporteman