Skip to content Skip to main navigation Skip to footer

How to get machine logs

Use adb command to fetch files from the robot. It will be used when we want to fetch the machine log.

Get all the logs of the robot:

adb pull /sdcard/logs/offlineLogs/821/

Get the log of the robot at the specified time.

  1. Use this command to view all saved logs on the robot. And order them by time
adb shellcd /sdcard/logs/offlineLogs/821/ls -l
  1. Then use adb pull to take out the logs that require a period of time. The logs time is before the file name time.
adb pull /sdcard/logs/offlineLogs/821/logcat.log-2020-05-22-11-00-07-062