please follow these steps to get log.
1. Download the get_log.rar file from the annex。
2. Unpack the get_log.rar file.
3. Click the get_log.bat file, it will pop a black window and wait get the log.
Note:you can refer to the video in the zip package if you understand.
Also you can use the adb command to get log.
Example:
get mian log message:
adb logcat -v time -b main > C:\Users\28936\Desktop\log.txt
get radio log message:
adb logcat -v time -b radio > C:\Users\28936\Desktop\log.txt
get all log message:
adb logcat -v time -b radio -b system -b main > C:\Users\28936\Desktop\log.txt