I am using Android Studio Giraffe | 2022.3.1 Patch 1. I cannot see any logs with Log.d() or Log.v() in the logcat for my application with the filter 'package:mine' or even with the specific class name. If I add those logs with the Println() command, I can see the same.
I tried these solutions:
- Invalidate & Restart
- Close logcat & start
- Close device and restart
I'm also facing this issue many time when 2 apps running together and i'm getting one app's log in another one app.