Android Studio Giraffe | 2022.3.1 Patch 1 doesn't show any logs(log.d or any) in the logcat

435 views Asked by At

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:

  1. Invalidate & Restart
  2. Close logcat & start
  3. Close device and restart
1

There are 1 answers

1
MEGHA RAMOLIYA On

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.

1. Please clear your filter from logcat and try again.

2. Delete all log from old app.