Whenever I,m using android studio to run my app, the logcat get spammed with unrelated messages such as :
E/SMD﹕ DCD OFF
E/Watchdog﹕ !@Sync 1745
E/dalvikvm
Is there a way to prevent it to be displayed on the logcat? The logcat get properly unreadable and prevents me to see the crash report of my app properly.
This is happening while using my own device to debug ( Samsung S3 mini ).
Thanks in advance.