How to make android studio flutter console to show only flutter output? It is getting really unreadable when Android studio flutter console showing logs of other processes
it started this behavior after I've executed this (Google Analytics event logs):
adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC