DevMenu option to start the Sampling Profiler on init
Differential Revision: D3722550 fbshipit-source-id: 5a805753b4893a167df8bcf95c0e05ed22a15283
This commit is contained in:
parent
294c70cc63
commit
fe1a39a8f2
|
@ -36,5 +36,11 @@
|
||||||
android:summary="Debug server host & port for downloading JS bundle or communicating with JS debugger. With this setting empty launcher should work fine when running on emulator (or genymotion) and connection to debug server running on emulator's host."
|
android:summary="Debug server host & port for downloading JS bundle or communicating with JS debugger. With this setting empty launcher should work fine when running on emulator (or genymotion) and connection to debug server running on emulator's host."
|
||||||
android:defaultValue=""
|
android:defaultValue=""
|
||||||
/>
|
/>
|
||||||
|
<CheckBoxPreference
|
||||||
|
android:key="start_sampling_profiler_on_init"
|
||||||
|
android:title="Start Sampling Profiler on init"
|
||||||
|
android:summary="If true the Sampling Profiler will start on initialization of JS. Useful for profiling startup of the app. Reload JS after setting."
|
||||||
|
android:defaultValue="false"
|
||||||
|
/>
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Reference in New Issue