Quote:
Originally Posted by arrrghhh
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
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.