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