View Single Post
  #711 (permalink)  
Old 12-14-2011, 12:42 PM
arrrghhh's Avatar
arrrghhh
Testing Extraordinaire
Offline
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by starling100 View Post
Sorry, I'm new on debugging.

Are these commands enough after I connected USB and ADB?

adb shell dmesg > dmesg.txt
adb logcat -b main -v time>app.log
adb logcat -b radio -v time> radio.log
Allow me to make some slight modifications. dmesg looks fine.

adb logcat -v time -d > app.log
adb logcat -b radio -v time -d > radio.log

The -d will stop logcat when it's done. I also added spaces, I can't remember if they're required or not.
Reply With Quote