mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-21 10:34:31 +08:00
add markerAnnotation to QPL JS API
Reviewed By: javache Differential Revision: D4575107 fbshipit-source-id: 55d2fe86c863d3234ffe9e6520bf3ee96c41012d
This commit is contained in:
committed by
Facebook Github Bot
parent
927b356245
commit
555e456754
@@ -85,9 +85,21 @@ public class QuickPerformanceLogger {
|
||||
String tag) {
|
||||
}
|
||||
|
||||
public void markerAnnotate(
|
||||
int markerId,
|
||||
String annotationKey,
|
||||
String annotationValue) {
|
||||
}
|
||||
|
||||
public void markerAnnotate(
|
||||
int markerId,
|
||||
int instanceKey,
|
||||
String annotationKey,
|
||||
String annotationValue) {
|
||||
}
|
||||
|
||||
public long currentMonotonicTimestamp() {
|
||||
return 0L;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user