Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Crashes

Philip Lamb edited this page Aug 2, 2019 · 2 revisions

In the unlikely and unfortunate event of a crash in Firefox Reality, please, if you are willing, do submit the crash report so you can help us improve the stability of Firefox Reality.

Crash report submission can be enabled from the settings screen in Firefox Reality.

Viewing crashes

You can view on crash-stats.mozilla.com the top crashers in the production release versions of Firefox Reality.

In this project’s list of GitHub Issues, look for bugs with the crash 🔥 label. To improve the triage and development process, be sure to add the crash 🔥 label appropriately.

Tip: To understand Mozilla’s crash reporting system, check out these developer docs on MDN.

For developers: Triggering a crash

To simulate an application crash in Firefox Reality, you can enter this URL in the address bar:

about:crashparent

Or from the command-line Terminal:

adb shell am start -a android.intent.action.VIEW \
    -n org.mozilla.vrbrowser/org.mozilla.vrbrowser.VRBrowserActivity \
    -d "about:crashparent"

Similarly, if multi-process is enabled ("e10s") you can simulate a crashed content tab:

about:crashcontent

Note: USB Remote Debugging is required. Ensure your Oculus Go is connected by a micro-USB cable to your PC’s USB port.

Clone this wiki locally