Add "Open Debugger" and "Open React DevTools" to Android dev menu

Summary:
This diff introduces a new "Open Debugger" menu item for VMs that support on device debugging and for opening the React DevTools in Flipper.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D20784279

fbshipit-source-id: caecdace00007224692d994a75c106842c8b2acb
This commit is contained in:
Rick Hanlon
2020-04-16 08:41:20 -07:00
committed by Facebook GitHub Bot
parent ddc33007ad
commit 7cedccdb8d
6 changed files with 96 additions and 16 deletions
@@ -26,7 +26,7 @@ public interface DeveloperSettings {
boolean isElementInspectorEnabled();
/** @return Whether Nuclide JS debugging is enabled. */
boolean isNuclideJSDebugEnabled();
boolean isDeviceDebugEnabled();
/** @return Whether remote JS debugging is enabled. */
boolean isRemoteJSDebugEnabled();