Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable Android Debug Log Messages for all apps

Tags:

android

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?

like image 218
SePröbläm Avatar asked Nov 08 '22 20:11

SePröbläm


1 Answers

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

like image 162
Björn Kechel Avatar answered Nov 14 '22 23:11

Björn Kechel