mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-02 06:45:02 +08:00
Add Systrace-based telemetry to Hermes GC.
Reviewed By: amnn Differential Revision: D6393879 fbshipit-source-id: d35a4647d000356dc99bce3187acc50d3a69ddeb
This commit is contained in:
committed by
Facebook Github Bot
parent
968c88d141
commit
05e862d48d
@@ -22,7 +22,7 @@ public class Systrace {
|
||||
public static final long TRACE_TAG_REACT_APPS = 0L;
|
||||
public static final long TRACE_TAG_REACT_FRESCO = 0L;
|
||||
public static final long TRACE_TAG_REACT_VIEW = 0L;
|
||||
public static final long TRACE_TAG_REACT_JSC_CALLS = 0L;
|
||||
public static final long TRACE_TAG_REACT_JS_VM_CALLS = 0L;
|
||||
|
||||
public enum EventScope {
|
||||
THREAD('t'),
|
||||
|
||||
Reference in New Issue
Block a user