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:
SungHyun Park 2015-11-26 03:32:57 -08:00 committed by facebook-github-bot-4
parent 5b5b55027b
commit 9365414559

View File

@ -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'),