Reputation: 497
My android studio is showing empty logcat, even it is not empty in android device monitor. I have attached some screenshots of my project:
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
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
Reputation: 444
Check in Tools--> Android--> Enable ADB Integration is enabled or not, if not please enable it.
And as shown in the above image select "Show only selected aplication" in your logcat.
Upvotes: 0