mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
ddc33007ad
commit
7cedccdb8d
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user