1

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.

Ruchit
  • 2,137
  • 1
  • 9
  • 24
Dev94
  • 757
  • 6
  • 24

2 Answers2

1

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

Invin
  • 802
  • 8
  • 10
0

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.

Uncle Roger
  • 183
  • 12