mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
added TRACE_TAG_REACT_APPS constants
Summary: added required constants Closes https://github.com/facebook/react-native/pull/4366 Reviewed By: svcscm Differential Revision: D2699433 Pulled By: astreet fb-gh-sync-id: 33c69b248f682e1b31bb2ef79cb0253ddd8d8817
This commit is contained in:
parent
5b5b55027b
commit
9365414559
@ -20,6 +20,7 @@ public class Systrace {
|
||||
|
||||
public static final long TRACE_TAG_REACT_JAVA_BRIDGE = 0L;
|
||||
public static final long TRACE_TAG_REACT_FRESCO = 0L;
|
||||
public static final long TRACE_TAG_REACT_APPS = 0L;
|
||||
|
||||
public enum EventScope {
|
||||
THREAD('t'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user