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
* **Documentation**
* Updated installation instructions for DebugOverlay version 2.4.0
* Added comprehensive guide for the shake-to-open feature
* Consolidated and removed duplicate documentation sections
Auto-installs via AndroidX Startup — shake the device to open the debug panel. Listening only happens while the app is foregrounded; the accelerometer is unregistered on background.
161
+
162
+
Heads-up: shake gestures might be claimed by other dev tools as well. Only add this dependency if you don't have a competing handler.
163
+
164
+
To disable auto-install, remove `ShakeTriggerInitializer` via manifest merger using the same pattern shown for the [Timber extension below](#timber-log-capture) (replace the `android:name` with `com.ms.square.debugoverlay.extension.trigger.shake.ShakeTriggerInitializer`).
165
+
147
166
### Custom tabs
148
167
149
168
Add app-specific tabs to the debug panel. Custom tabs appear after the built-in tabs:
Auto-installs via AndroidX Startup — shake the device to open the debug panel. Listening only happens while the app is foregrounded; the accelerometer is unregistered on background.
234
-
235
-
To disable auto-install, remove `ShakeTriggerInitializer` via manifest merger using the same pattern shown for the Timber extension above (replace the `android:name` with `com.ms.square.debugoverlay.extension.trigger.shake.ShakeTriggerInitializer`).
236
-
237
243
### Bug Reporting
238
244
239
245
In `OverlayMode.FullMetrics`, tap the bug icon in the debug panel toolbar. In `OverlayMode.BugReporterOnly`, tap the bug reporter FAB. Generates a ZIP with:
0 commit comments