I stumbled upon a strange issue/bug with A.Studio 1.4
While running my app I have by default the selection in logcat: All but one Log.d() of my app actually shows here as they should, the only one Log.D that appears is inside onCreate...
When i Select "No Filter": All other Log.d() appear but among a "sea" of unnecessary log information every second. So i have to use the searchbox..
Previously all Log.d was shown only for the selected application which made it easy to see and find, now it is impossible among all other data. Any suggestion of how to fix that and see only error exceptions and debug info?
Try to create your own filter (inside Edit Filter Configuration
). You can set package name of your application there. After that you'll see all your Log
messages.