Now that I have integrated Firebase, I don't want to see logcat spam like this
D/FirebaseCrashApiImpl: FirebaseCrash reporting API initialized
I/FirebaseCrash: FirebaseCrash reporting initialized com.google.firebase.crash.internal.zzg@e9c7537
D/FirebaseApp: Initialized class com.google.firebase.crash.FirebaseCrash.
I/FA: App measurement is starting up, version: 9080
I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
I tried running adb shell setprop log.tag.FA ERROR
, but it still keeps logging everything.
How do I turn it off in the SDK (or setprop)? Filtering it out of logcat is not the solution I am looking for.