Yesterday, logCat suddenly started to log numerous device-events, once the device is connected. Before, it just logged whatever I logged for debugging purposes in my app. Does anybody know, what I did to enable this behavior? And how to disable it again?
Yesterday, logCat suddenly started to log numerous device-events, once the device is connected. Before,
Share
You can set-up logcat “fliters” to filter out messages only from your application.
You can set filters based on tags, pid, etc..
Use this link for more info as to how to setup logcat filters:
filtering logcat output