Dev94
Dev94

Reputation: 877

Android Studio console not showing logs of application running

I am running application on real android device. I want to view logs in console to figure out errors and APIs responses. But I don't know sometimes it stop showing logs in console.

Here is the screenshot of my console. Image

I is not showing anything after this even though I am printing in logcat.

Can anyone tell me what is the issue and how to resolve.

Upvotes: 1

Views: 2668

Answers (2)

Invin
Invin

Reputation: 962

Try restarting your logcat and then rerun you application. ( If your logcat window tab does not show up in Android Studio you can follow this: Logcat tab missing from debug window in Android Studio )enter image description here

Upvotes: 1

Uncle Roger
Uncle Roger

Reputation: 183

You can simply follow my steps down below.

Step - 1

Goto File --> Invalidate Caches

enter image description here

Step - 2

Click to "Invalidate and Restart"

enter image description here

I hope this might solve your problem.

Thank you and Happy coding.

Upvotes: 0

Related Questions