Fix systrace section name
Reviewed By: AaaChiuuu Differential Revision: D5630025 fbshipit-source-id: 9fd6d177c65f1bf45ab56a4fc05b3a8e8fd72afb
This commit is contained in:
parent
353cb61400
commit
e16dd51a0e
|
@ -728,7 +728,7 @@ public class UIViewOperationQueue {
|
|||
/* package */ void dispatchViewUpdates(final int batchId) {
|
||||
SystraceMessage.beginSection(
|
||||
Systrace.TRACE_TAG_REACT_JAVA_BRIDGE,
|
||||
"UIImplementation.dispatchViewUpdates")
|
||||
"UIViewOperationQueue.dispatchViewUpdates")
|
||||
.arg("batchId", batchId)
|
||||
.flush();
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue