mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 22:38:37 +08:00
add some markers to breakdown ReactInstanceManager.processPackages
Reviewed By: alexeylang Differential Revision: D4469884 fbshipit-source-id: 891a37aaf2fc472b2614e551c3564075a1a43484
This commit is contained in:
committed by
Facebook Github Bot
parent
a83af44a59
commit
0bfb426877
@@ -0,0 +1,12 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
|
||||
package com.facebook.react;
|
||||
|
||||
/**
|
||||
* Interface for the bridge to call for TTI start and end markers.
|
||||
*/
|
||||
public interface ReactPackageLogger {
|
||||
|
||||
void startProcessPackage();
|
||||
void endProcessPackage();
|
||||
}
|
||||
Reference in New Issue
Block a user