Skip to main content
Version: 21 Aug 2024

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:

  1. Open Magic Leap Hub 3.
    Ensure that your device is connected to your computer and powered on.

  2. Navigate to the device screen.
    On the right-hand side, under the "Device" section, click Create bug report.

  3. Wait for the bug report to generate.
    A notification will appear while the report is being generated.

  4. 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.

Generating Bug Report

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:

  1. Connect your device to your computer.
    Ensure the device is powered on and connected via USB.

  2. Open Magic Leap Hub 3.
    Navigate to the device screen and select the Files icon from the left-hand menu.

  3. Locate the bug report.
    In the Bug Reports section, scroll through the list to find the .zip file of the bug report you generated.

  4. Download the bug report.
    Click the down arrow icon to save the file to your computer.

Magic Leap Hub 3 Bug Report

Alternative Methods for Generating a Bug Report

Using the Compute Pack

To generate a bug report using the Compute Pack, follow these steps:

ActionVisuals
Press and hold the following three buttons simultaneously:
  • Volume Up
  • Volume Down
  • Power Button

A prompt will appear with a countdown to the bug report generation, along with options to generate it immediately or cancel the operation.

Bug Report Loading Prompt
Once confirmed or automatically generated, you can continue using the device as usual.Generating Bug Report Notification
When the bug report is ready, you will receive a prompt notifying you of its completion.Bug Report Ready Notification

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):

  1. 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.

  2. 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.