You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Firefox > Web Developer > WebIDE > Performance gets stuck with greyed out "stop and show profile"
152
+
### **`Firefox > Web Developer > WebIDE > Performance`** gets stuck with greyed out "stop and show profile"
153
153
154
154
Restart FxR and close and re-open the WebIDE page.
155
155
156
+
### **`Tool Windows > Build Variants`** list is empty
157
+
158
+
1. If you're not on the latest version, update Android Studio from **Android Studio > Check for Updates…`.
159
+
2. Run **File > Sync Project with Gradle Files`.
160
+
156
161
## Debugging tips
157
162
158
163
- When using the native debugger you can ignore the first SIGSEGV: address access protected stop in GV thread. It's not a crash; you can click *Resume* to continue debugging.
159
164
- On some platforms such as Oculus Go the native debugger stops on each input event. You can set this LLDB post-attach command in Android Studio to fix the problem: `pro hand -p true -s false SIGILL`
160
165
- You can use `adb shell am start -a android.intent.action.VIEW -d "https://aframe.io" org.mozilla.vrbrowser/org.mozilla.vrbrowser.VRBrowserActivity` to load a URL from the command line
161
166
- You can use `adb shell am start -a android.intent.action.VIEW -n org.mozilla.vrbrowser/org.mozilla.vrbrowser.VRBrowserActivity -e homepage "https://example.com"` to override the homepage
162
-
- You can use `adb shell setprop debug.oculus.enableVideoCapture 1` to record videos on the Oculus Go. Remember to disable it when your video is ready.
167
+
- You can use `adb shell setprop debug.oculus.enableVideoCapture 1` to record a video on the Oculus Go. Remember to run `adb shell setprop debug.oculus.enableVideoCapture 0` to stop recording the video.
168
+
- You can also record videos on the Oculus Go by exiting to the system library, and from the Oculus tray menu (toggle with the Oculus button on the controller): **`Sharing > Record Video`**
163
169
- You can set `disableCrashRestart=true` in the gradle `user.properties` to disable app relaunch on crash.
0 commit comments