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:39:12 -07:00
committed by Facebook GitHub Bot
parent ddc33007ad
commit 7cedccdb8d
6 changed files with 96 additions and 16 deletions
@@ -37,7 +37,7 @@ public class ReactSettingsForTests implements DeveloperSettings {
}
@Override
public boolean isNuclideJSDebugEnabled() {
public boolean isDeviceDebugEnabled() {
return false;
}