I want to develop an App (let's call it B) that overlays another one (let's call it A), the App B perform some tasks dependind on what the user is doing in A. So my question is, any ideas on how can i read the logs from A without being root? I have checked theese: How to read android log cat programmatically for other applications Show log messages on screen for Android application
But none of them works for me.