Bug Reports
Bug reports provide essential information to help Magic Leap troubleshoot and resolve issues on your device.
Generating a Bug Report in Magic Leap Hub 3
To generate a bug report directly from Magic Leap Hub 3, follow these steps:
Open Magic Leap Hub 3.
Ensure that your device is connected to your computer and powered on.Navigate to the device screen.
On the right-hand side, under the "Device" section, click Create bug report.Wait for the bug report to generate.
A notification will appear while the report is being generated.Download the bug report.
Once the report is complete, a prompt will appear at the bottom of the screen, allowing you to download the report directly to your computer.
Retrieving Bug Reports in Magic Leap Hub 3
After generating a bug report on your device, retrieve it using Magic Leap Hub 3 by following these steps:
Connect your device to your computer.
Ensure the device is powered on and connected via USB.Open Magic Leap Hub 3.
Navigate to the device screen and select the Files icon from the left-hand menu.Locate the bug report.
In the Bug Reports section, scroll through the list to find the.zip
file of the bug report you generated.Download the bug report.
Click the down arrow icon to save the file to your computer.
Alternative Methods for Generating a Bug Report
Using the Compute Pack
To generate a bug report using the Compute Pack, follow these steps:
Action | Visuals |
---|---|
Press and hold the following three buttons simultaneously:
A prompt will appear with a countdown to the bug report generation, along with options to generate it immediately or cancel the operation. | |
Once confirmed or automatically generated, you can continue using the device as usual. | |
When the bug report is ready, you will receive a prompt notifying you of its completion. |
Important: Ensure that Developer Mode is enabled on your device before performing these actions.
Using ADB (Android Debug Bridge)
You can also generate a bug report using Android Debug Bridge (ADB):
Confirm your device is recognized by ADB. With your device connected to your computer, open a terminal or command prompt and enter:
adb devices
Your device's serial number should be listed in the output.
Generate the bug report. Enter the following command to create a bug report:
adb bugreport filename.zip
The bug report will be saved as a
.zip
file in the current directory.
Note: For more information on using ADB, refer to the Magic Leap Developer Documentation.