0

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.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
José Cousiño
  • 399
  • 1
  • 6
  • 15

1 Answers1

1

This used to be possible in earlier versions of Android.

But it's no longer possible for nearly all still-used versions of Android.

See this post: How to read android log cat programmatically for other applications

Moonbloom
  • 7,738
  • 3
  • 26
  • 38