android studio logcat: hide irrelevant messages -


android studio: there many messages in logcat, not related app debugging. how prevent them showing in logcat?

08-18 19:33:00.004 1538-1554/system_process e/memtrack: couldn't load memtrack module 08-18 19:33:00.030 1538-1554/system_process e/memtrack: couldn't load memtrack module 08-18 19:33:00.078 1538-1554/system_process e/memtrack: couldn't load memtrack module 08-18 19:33:00.143 1538-1554/system_process e/memtrack: couldn't load memtrack module 08-18 19:33:00.171 1538-1554/system_process e/memtrack: couldn't load memtrack module 08-18 19:33:01.175 1333-6343/? e/audioflinger: not enough memory audiotrack size=131296 08-18 19:33:01.175 1333-6343/? e/audioflinger: createrecordtrack_l() initcheck failed -12; no control block? 08-18 19:33:06.211 1333-1333/? e/audioflinger: not enough memory audiotrack size=131296 08-18 19:33:06.211 1333-1333/? e/audioflinger: createrecordtrack_l() initcheck failed -12; no control block? 08-18 19:33:11.240 1333-6343/? e/audioflinger: not enough memory audiotrack size=131296 08-18 19:33:11.241 1333-6343/? e/audioflinger: createrecordtrack_l() initcheck failed -12; no control block? 08-18 19:33:16.278 1333-3720/? e/audioflinger: not enough memory audiotrack size=131296 08-18 19:33:16.278 1333-3720/? e/audioflinger: createrecordtrack_l() initcheck failed -12; no  


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -