Versions Compared

Key

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

...

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

If it is required to start logging during boot 'adb -d logcat > filenme.txt' can be used. 

For more ADB information and options visit: http://forum.xda-developers.com/showthread.php?t=1726238

...