react-native/Libraries/JavaScriptAppEngine/Initialization
Ben Alpert 8876eaaea0 Set up Systrace during initialization
Summary: When we're profiling, we want to load Systrace immediately and profile all the startup and initial render code. The code here used to load Systrace during startup only if `__DEV__` but would always start profiling once Systrace was otherwise required. That seems pretty hard to reason about, so I'm switching to always requiring Systrace during the startup path and enabling profiling if appropriate. In actual production that'll always be false, of course.

Reviewed By: javache

Differential Revision: D3338216

fbshipit-source-id: f173e82f34e110d83e7ff04f11af9b302a54b859
2016-05-24 12:13:24 -07:00
..
__tests__ Update Jest APIs on fbsource 2016-04-27 19:16:32 -07:00
ExceptionsManager.js Use RN Packager to symbolicate stack in redbox 2016-05-20 12:13:49 -07:00
InitializeJavaScriptAppEngine.js Set up Systrace during initialization 2016-05-24 12:13:24 -07:00
SourceMap.js Bugfix - Typos 2015-12-15 09:09:32 -08:00
SourceMapsCache.js Hot Loading Sourcemaps 2016-01-27 14:55:36 -08:00
SourceMapsUtils.js Fix source map utils 2016-05-14 10:43:30 -07:00
parseErrorStack.js Hot Loading Sourcemaps 2016-01-27 14:55:36 -08:00
source-map-url.js Hot Loading Sourcemaps 2016-01-27 14:55:36 -08:00