-1

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,352
  • 21
  • 80
  • 110
José Cousiño
  • 349
  • 5
  • 15

1 Answers1

0

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,390
  • 3
  • 24
  • 38