Android Studio - logcat filter created automatically after running app -
when started programming week android studio, wondering why logcat debug window shows no output. after checking saw had filter active hiding logcast output. after switching filter "no filters", logcat output visible.
so, deleted filter. after running app again, logcat empty again - , again reason filter, re-created @ time started app.
the filter created named
app: com.xyz.my_app
and it's option set is
by package name: com.xyz.my_app
so question is: normal filter created after running app, , why prevent logcat show anything?
i'm little confused because i'm sure didn't had behaviour @ end of last week..logcat showing logs without need set filter "no filters" manually.
i've found answer in following post:
logcat cannot detect app or package names
that filter created every time application run seems normal. problem logcat couldn't filter logs because package name in log output missing. can solved enable "tools > android > enable adb integration". (as stated user gak2 in comments of question...)
i guess disabled somehow unintentionally, explain why logging stopped work day day.
Comments
Post a Comment