Reputation: 877
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.
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
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 )
Upvotes: 1
Reputation: 183
You can simply follow my steps down below.
Step - 1
Goto File --> Invalidate Caches
Step - 2
Click to "Invalidate and Restart"
I hope this might solve your problem.
Thank you and Happy coding.
Upvotes: 0