Android Question Filter myapp log (from an external jar)

MMORETTI964

Member
Licensed User
Longtime User
I have a question: is possibile to filter log coming from my app (from an external jar)?
Logs from an external jar is very difficult to find inside a lot of logs an android device puts on its console.

Thank you.
 

MMORETTI964

Member
Licensed User
Longtime User
In my experience external jars coming from a lot of sources (for example some companies give us for working with their peripherals) writing log inside their functions for giving information about errors or something needed (like in my case, service not found).
It's nearly impossible to change those calling (could be inside android library, inside jar but without BA referring or obfuscated).
So, it would be great having a way to filter for app in these circumstances.
 
Upvote 0
Top