Capture Running Log

If your system is behaving abnormally or we are getting some unexpected outputs, it will be necessary to capture information from the running system log. This log will help us analyze and solve the problem. This document will teach you how to capture the running log of your system.

Login

  1. Via ADB
  2. Via Setup Serial Debug Tool to login to the serial terminal.

Capture Log

After logging in, you can capture the log via the following commands.

  1. Acquire ROOT Privileges
1
2
console:/ $ su
console:/ #
  1. Fetch System Kernel Information
1
console:/ # dmesg > /storage/kernel.log
  1. Fetch System Log Information
1
console:/ # logcat > /storage/logcat.log

Send Log File

When reporting problems to Khadas Community or support@khadas.com, please send the above log files to us.