[ios][perf] fix for #593 - trace incorrectly calling startTraceWithName
instead of just traceWithName
This commit is contained in:
parent
535de47ee1
commit
80c7faa0b1
@ -17,7 +17,7 @@ RCT_EXPORT_MODULE();
|
||||
if (_traces[identifier]) {
|
||||
return _traces[identifier];
|
||||
}
|
||||
FIRTrace *trace = [FIRPerformance startTraceWithName:identifier];
|
||||
FIRTrace *trace = [FIRPerformance traceWithName:identifier];
|
||||
_traces[identifier] = trace;
|
||||
return trace;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user