0

I have problem with Logcat. Logcat not showing anything only if I use some device with Android API level 22. I use Android Studio.I did: change ADB location on device,kill adb server, restart Logcat, Invalidies caches/restart, reinstal Device, reset Android Studio /Computer. nothing solved problem.

3 Answers3

0

Have you tried setting the correct device in the Logcat?

enter image description here

I've faced the same problem once and it was just that...

Themelis
  • 4,048
  • 2
  • 21
  • 45
0

1) Ensure you have selected your device you are working on

2) Ensure your app package name is selected

3) Ensure 'vebose' is selected to show all logcat messages

4) No filter is applied

enter image description here

Jaime
  • 378
  • 2
  • 7
0

If nothing of above helped then:

1- close the emulator.

2- Start the emulator.

3-be sure that no process is selected , like this enter image description here

4-Run your project.