Thread: Development Pocket Edge 2.2 NEW Firmware
View Single Post
Old 08-11-2011, 01:31 PM   #215
ptsenter
Addict
ptsenter has learned how to buy an e-book online
 
Posts: 285
Karma: 88
Join Date: May 2011
Device: Kobo eReader Wireless
How to catch boot log

Here is how you can catch boot sequence on your device using adb:

- issue command

adb logcat -c

to clear what's there.

- Without disconnecting the device from a computer turn it off.

- Turn it on.
Wait until it booted up completely.

- issue command

adb logcat -f /sdcard/mylogggg.txt

- issue command

adb pull /sdcard/mylogggg.txt

You can do it now while your device function properly and save.

If later on the device starts to behave strange you can pull a new log and compare. It might help to find a culprit.

Also, files of interest:

/tmp/start.log
/tmp/fix-perms.log
ptsenter is offline   Reply With Quote