Introduction
This article describes a simple way to debug an H-Series from your computer.
Activate adb Developer mode
Use the INI option to activate the developer mode in H200:
Orchestrate
In group details click the button Add / Remove Parameters and search for adb.mode.
Select the option ON.
DHCP
adb.mode = 1
Debugging H200 steps
1. Download ADB to your PC from https://developer.android.com/studio/releases/platform-tools
2. Extract it to a convenient location on your PC.
3. Open the command prompt.
4. Navigate to the folder that contains adb.exe.
5. Run the following command,
adb connect <H200 IP address>
To start the logfile
adb logcat > "filename"
To stop the logfile
Press Ctrl + C
You can now find the log file in the same folder.