Advertisement
giammin

Get android logs with adb

Aug 9th, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. as for logcats...
  2. you`ll need to install and set up ADB on your computer,
  3. (with ADB and fastboot drivers instaled- for the ver. of windows you`re using)
  4. so, when you plug the phone in,
  5. it`ll be recognised as adb device, with its specific number,
  6. and/or, while in fastboot mode...
  7. when it is all set and comunicating,
  8. you shall:
  9. - connect the phone to pc
  10. - open up terminal (command prompt)
  11. - direct it where ADB is installed with < cd c:\ >command
  12. - boot the phone as ussual
  13. and type in terminal:
  14.  
  15. adb logcat >phone.txt [enter]
  16.  
  17. wait a while for the logcat to proceed
  18. and to finish-
  19. simultanously hit < Ctrl+c >
  20. now, in the adb directory ( where you`ve directed terminal before)
  21. you`ll find < phone.txt > file...
  22. and that`s the logcat file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement