harshita
harshita

Reputation: 497

Logcat is empty in android studio even it is showing in android device monitor

My android studio is showing empty logcat, even it is not empty in android device monitor. I have attached some screenshots of my project: Screenshot of empty logcat

Android Device Monitor Screenshot After running project, it shows unwanted values

After running project, logcat showing unwanted values. This is happening in this project only, in other projects logcat is fine. Please help me in this issue.

Upvotes: 1

Views: 1184

Answers (2)

Pranay Soni
Pranay Soni

Reputation: 403

As per your first screenshot attached I can see that you have selected the Android debug device as SAMSUNG SM - J700F but you have not selected any Debuggable Process (Any Applciation). So if your project is running in Android studio and the same app is running on selected Android Debug device than your Project will be visible in dropdown between the SAMSUNG SM - J700F and Verbose dropdown. Make sure you click on that dropdown in which the current value is shown as No Debuggable Process is visible and select your appropriate project.

Upvotes: 1

Megha Maniar
Megha Maniar

Reputation: 444

Check in Tools--> Android--> Enable ADB Integration is enabled or not, if not please enable it.enter image description here

And as shown in the above image select "Show only selected aplication" in your logcat.

Upvotes: 0

Related Questions