//my path
C:\Users\MyName\AppData\Local\Android\android-sdk\platform-tools
//open command prompt
//type command
> adb logcat
//to output the results to a file
> adp logcat > filename.txt
//to exit
>Ctrl-c
//my path
C:\Users\MyName\AppData\Local\Android\android-sdk\platform-tools
//open command prompt
//type command
> adb logcat
//to output the results to a file
> adp logcat > filename.txt
//to exit
>Ctrl-c