Ok, I think this is a bug. I'm new to Android, downloaded Android Studio 1.4 and tried to follow the tutorial (which is out of date and impossible to follow: ( https://code.google.com/p/android/issues/detail?id=188634&q=label%3AReportedBy-Developer&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars ). Never mind that, the first time I followed the tutorial when I connected my device it accurately displayed on the logcat all the info needed for the app and nothing else when run on my device. Next time when I restarted the Studio and plugged in my device it began to log everything my device did,regardless if I was running an app or not. So I uninstalled and deleted everything, tried it again and it was showing me just the interface inputs of my app, then I turned off my computer, next day restarted it, launched Android Studio, plugged my phone, and there it was again, logging everything.
This is very annoying because specific app logging get lost in all that logging, but specially because it clogs the memory and it didn't happened in the first run. Is there any way to fix/prevent it instead of re-installing?
I've googled this and read that the solution is to create specific app filter on logcat; but if logcat wasn't logging this at the first run (and it shouldn't), creating a filter seems to me like a bad solution. The thing is eating up memory, reading all kind of stuff about your phone (and you, privacy), and the filters just hiding these stuff out. Besides, again, if it wasn't doing that the first time, why cope with it afterwards.