View Single Post
  #549 (permalink)  
Old 12-05-2011, 04:22 PM
mbellot's Avatar
mbellot
PPCGeeks Regular
Offline
 
Join Date: Jul 2010
Posts: 156
Reputation: 135
mbellot is keeping up the good workmbellot is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by arrrghhh View Post
I don't know if logs from any old setup is useful at this point.

Please test on the newest stuff, and report back.
I am testing the new stuff (12052011) as of when I made that post. I noticed the behavior with the previous release of OMGB 1.2.3 but never managed to catch logs when it happened (not close to a PC with adb).

That's why I wanted to be sure I had the right commands if/when it happens with the new version of 1.2.3 OMGB.

Quote:
Originally Posted by arrrghhh View Post
Also, FYI for radio logcat it's logcat -b radio. Here's a neat tip too, if you do '-d' in any logcat command it'll stop after it's done.

So
Code:
adb logcat -v time -b radio -d > radio.txt
will dump a radio log wherever you're running that command from. If you're on the phone, remove the adb at the front and put /sdcard/radio.txt at the end.
Excellent info. I'll just put together a batch file to run the two log commands so I don't have to worry about typing them in every time.
Reply With Quote