Is it possible to hide Android system level logs like these: I am using the following command in my terminal: "adb logcat"
And the logs are like this
I/ActivityManager( 935): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.whatsapp/.Main bnds=[647,1532][847,1784] (has extras)} from uid 10050 on display 0
V/WindowManager( 935): addAppToken: AppWindowToken{7be16c8 token=Token{2fe83b6b ActivityRecord{3bf550ba u0 com.whatsapp/.Main t258}}} to stack=1 task=258 at 0
so basically can an Android app hide these logs?