Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To log all incidents and save them in a file type   'adb logcat -v long >filename> filename.txt'  

the -v flag & the long argument, it changes output to long style, which means every line of logcat will be on its own line.

...