0

How to get log from an android application I want to see the log files of an android app and all of its outputs when it runs. Please tell me how i can do this. Thanks in advance

user3160523
  • 31
  • 1
  • 1
  • 1

1 Answers1

0

That's what LogCat is for. To enable Logcat go to Window-> Show View -> Other -> Android-> Logcat. It will show the debug and system logs.

Illegal Argument
  • 10,090
  • 2
  • 44
  • 61