1

Is it possible to get a handle of all the Log.d (tag, "") logs from within the application during runtime? I'm creating a test application and I'd like to display a window with a list of all the logs. Thank you.

code
  • 5,294
  • 16
  • 62
  • 113
  • http://stackoverflow.com/questions/7242596/e-printstacktrace-in-string . you can probably use this way. Answer by Idolon – HourGlass Dec 19 '15 at 08:28

1 Answers1

1

Check out this awesome stuff. It works for me

Mobile Apps Expert
  • 1,028
  • 1
  • 8
  • 11