androidlogcatandroid-studio-3.0

Too many Flogger logs received before configuration. Dropping old logs


I'm getting hundreds of warn messages in Logcat from Android Studio and I don't know what might be causing this message.

Too many Flogger logs received before configuration. Dropping old logs.

filtering as Info messages, I also get hundreds of messages like this:

I/Counters: exceeded sample count in FrameTime

Does anyone have any idea what is causing these messages and how to fix the problem?


Solution

  • Caused by Google Play Services when it does not have adequate permission resulting continuous retries.

    Try Removing Google Play Services App Data and verify it has usage and permission access to stop it.

    To remove Google Play Services App Data: go to System Settings => Apps and search for Google Play services app, then go to storage to remove app data

    (Thanks @phileo99)