I own a Lenovo tablet that's constantly flooding the log with system (Android) debug messages, which complicates testing software on it.
Is there a way to disable all of androids debug log messages?
I own a Lenovo tablet that's constantly flooding the log with system (Android) debug messages, which complicates testing software on it.
Is there a way to disable all of androids debug log messages?
you can filter log messages. In Android Studio: top-right of Android-Monitor "Show only selected apps" and left to it select the app you want to debug in the dropdown
When running the application, in the Android bottom panel--> Show Only selected Apps--> Choose your package-name
Also, since most of the device logs are of information level, set the log level to errors, to see if any error happens in your application.