-
Notifications
You must be signed in to change notification settings - Fork 217
Crashes
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.
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.
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.