QtCreator App Output Panel: stop/filter Android Messages
-
I guess you mean android debugging messages, not related to
QLoggingCategory
.
From the top of m head, I see several ways to achieve less verbosity:- Filter field: If you search a specific phrase, just enter it in the search field and anything else will be muted.
- Adb settings: In the Android Kit's Android Settings, you can toggle "Show logcat output"
- Specific logcat filters in Tools->Devices->Android