Introduction
This article describes a simple way to generate and retrieve a bug report in H200 from your computer.
Activate adb Developer mode
Use the INI option to activate the developer mode in H200:
Orchestrate (Amino management platform)
In group details click the button Add / Remove Parameters and search for adb.mode.
Select the option ON.
DHCP
adb.mode = 1
Generate the bug report 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>
adb bugreport
A zip file will be generated in the H200 in the /bugreports/ directory after ~1 minute to process.
Pull the generated bug report
Run the following command:
adb shell ls /bugreports/
adb pull /bugreports/<bugreport.zip>
Generate the bug report and save it directly to your computer
adb bugreport C:\Reports\MyBugReports
Comments
0 comments
Please sign in to leave a comment.