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.
Asked
Active
Viewed 184 times
0
-
you must have accidentally set up a filter, on top of the logcat menu – zedlabs May 31 '20 at 10:05
3 Answers
0
Have you tried setting the correct device in the Logcat?
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

Jaime
- 378
- 2
- 7
-
-
-
Have you tried disconnecting your device (or if emulator turning it off) and restarting? – Jaime May 31 '20 at 10:46
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
4-Run your project.

صلي علي محمد - Atef Farouk
- 3,257
- 2
- 30
- 46