Short logcat on Android 13

I’m seeing a small amount of logcat entries for my app since Android 13. I can usually only see a few minutes before plugging the phone in to check the logcat. If I leave it plugged in it doesn’t clear and I can see as far back as I could when I first plugged it in. It’s as if something is clearing the logcat. I have increased the log buffer size to 4M and then 8M and it’s still the same. I should be able to see logcat entries from the previous day with such big log buffers. It’s also the same whether checking the logcat from Android Studio or from the phone itself with a logcat reader app.

What should I check to solve this?

Read more here: Source link