mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ReactInstanceManager.attachRootViewToInstance should show up in production logs for T62192299 analysis
Summary: Temporary debug logs. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D20016162 fbshipit-source-id: 27848a5249bd625c74dc9023c89da6ec5edd9bd5
This commit is contained in:
committed by
Facebook Github Bot
parent
1e7ed81d16
commit
bf869d9917
@@ -1121,7 +1121,8 @@ public class ReactInstanceManager {
|
||||
}
|
||||
|
||||
private void attachRootViewToInstance(final ReactRoot reactRoot) {
|
||||
FLog.d(ReactConstants.TAG, "ReactInstanceManager.attachRootViewToInstance()");
|
||||
// TODO: downgrade back to FLog.d once T62192299 is resolved.
|
||||
FLog.e(ReactConstants.TAG, "ReactInstanceManager.attachRootViewToInstance()");
|
||||
Systrace.beginSection(TRACE_TAG_REACT_JAVA_BRIDGE, "attachRootViewToInstance");
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user