mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary:
Remove the "Start/Stop" option in RN Android dev menu.
mkonicek talked to Mike Armstrong who originally added this option and he said Traceview didn't end up being used much and Systrace was the preferred way to do profiling, which is used from the command line.
Haven't removed all the codes behind because there are some codes in JNI, including native methods in C++ through the ReactBridge.
Dev menu before:
{F61306550}
Dev menu after:
{F61306553}
Reviewed By: mkonicek
Differential Revision: D3391092
fbshipit-source-id: c400d8bb3c196afa9ef53cda13476e1fec6c2384
22 lines
2.1 KiB
XML
22 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="catalyst_reloadjs" project="catalyst" translatable="false">Reload</string>
|
|
<string name="catalyst_debugjs" project="catalyst" translatable="false">Debug JS Remotely</string>
|
|
<string name="catalyst_debugjs_off" project="catalyst" translatable="false">Stop Remote JS Debugging</string>
|
|
<string name="catalyst_hot_module_replacement" project="catalyst" translatable="false">Enable Hot Reloading</string>
|
|
<string name="catalyst_hot_module_replacement_off" project="catalyst" translatable="false">Disable Hot Reloading</string>
|
|
<string name="catalyst_live_reload" project="catalyst" translatable="false">Enable Live Reload</string>
|
|
<string name="catalyst_live_reload_off" project="catalyst" translatable="false">Disable Live Reload</string>
|
|
<string name="catalyst_perf_monitor" project="catalyst" translatable="false">Show Perf Monitor</string>
|
|
<string name="catalyst_perf_monitor_off" project="catalyst" translatable="false">Hide Perf Monitor</string>
|
|
<string name="catalyst_settings" project="catalyst" translatable="false">Dev Settings</string>
|
|
<string name="catalyst_settings_title" project="catalyst" translatable="false">Catalyst Dev Settings</string>
|
|
<string name="catalyst_jsload_title" project="catalyst" translatable="false">Please wait…</string>
|
|
<string name="catalyst_jsload_message" project="catalyst" translatable="false">Fetching JS bundle</string>
|
|
<string name="catalyst_jsload_error" project="catalyst" translatable="false">Unable to download JS bundle. Did you forget to start the development server or connect your device?</string>
|
|
<string name="catalyst_remotedbg_message" project="catalyst" translatable="false">Connecting to remote debugger</string>
|
|
<string name="catalyst_remotedbg_error" project="catalyst" translatable="false">Unable to connect with remote debugger</string>
|
|
<string name="catalyst_element_inspector" project="catalyst" translatable="false">Toggle Inspector</string>
|
|
<string name="catalyst_heap_capture" project="catalyst" translatable="false">Capture Heap</string>
|
|
</resources>
|