Download presentation
Presentation is loading. Please wait.
1
SOP for CSD Log Capture Tool V0.1_20121220
CN_SDD
2
Revision History Date Version Description Author 2012/12/20 v0.1
Initial version Florence Version
3
Agenda Preparation Use Log Capture Tool Prepare related environment
Install LogCapture.apk to PAD Use Log Capture Tool Start LogCapture Kernel msg Radio log Choose logcat level Start Record Log Stop Record Log Copy Log Version
4
Preparation Version
5
Prepare related environment
Prepare the devices PC that installed adb driver Micro USB cable PAD Prepare the APK LogCapture.apk Version
6
Install LogCapture.apk to PAD
Connect PC and PAD with USB cable Execute this command in PC terminal: adb install –r APK_PATH Eg. Install in Ubuntu Eg. Install in Windows You can find this icon in your PAD after install success. Version
7
Use Log Capture Tool Version
8
Start LogCapture Click the app to run LogCapture.
It includes two kinds of log: Kernel msg (can use in Service Rom) Logcat (you can select “Radio log” item to only record the radio log) Version
9
Kernel msg It equals to execute “dmesg” in PC terminal.
Select “Kernel msg” item, it will record dmesg log under /sdcard. The log file named by time, the format as below: yyyymmddhhmmss_dmesg.txt This function needs root permission.
10
Radio log It equals to execute “logcat –b radio” in PC terminal.
Select “Radio log” item, it will record radio log under /sdcard. The log file named by time, the format as below: yyyymmddhhmmss_log.txt It will record all logcats if you unselect this item.
11
Choose logcat level Logcat has five levels (from high to low)
Error It equals to “logcat *:E” Select this item, it will record the logcat higher than Error level. Warning It equals to “logcat *:W” Select this item, it will record the logcat higher than Warning level. Information It equals to “logcat *:I” Select this item, it will record the logcat higher than Information level. Debug It equals to “logcat *:D” Select this item, it will record the logcat higher than Debug level. Verbose It equals to “logcat *:V” Select this item, it will record the logcat higher than Verbose level.
12
Start Record Log Click the “Start” button to record the log
The app will auto exit and run in the background.
13
Stop Record Log Click the app icon in PAD.
Click the “Stop” button to stop the log record,and at the same time to record the kernel msg. Any other items are disable before click “Stop” button.
14
Copy Log Use command in PC terminal Connect PC and PAD with USB cable
Excute following command in PC terminal,and you can found the log file under /sdcard path. adb shell ls /sdcard/ Excute following command to copy the log file to the current path with PC. adb pull /sdcard/XXX.txt PATH
15
Thank You! Version
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.