Fix systrace section name

Reviewed By: AaaChiuuu

Differential Revision: D5630025

fbshipit-source-id: 9fd6d177c65f1bf45ab56a4fc05b3a8e8fd72afb
This commit is contained in:
Alexey Lang 2017-08-15 10:42:02 -07:00 committed by Facebook Github Bot
parent 353cb61400
commit e16dd51a0e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {