未验证 提交 ce9ea586 编写于 作者: Z Zachary Anderson 提交者: GitHub

[fuchsia] Disable FML_TRACE_COUNTER events to unblock roll (#8325)

上级 48496588
......@@ -13,7 +13,9 @@
#include <trace/event.h>
#define FML_TRACE_COUNTER(a, b, c, d, args...) TRACE_COUNTER(a, b, c, d)
// TODO(DNO-448): This is disabled because the Fuchsia counter id json parsing
// only handles ints whereas this can produce ints or strings.
#define FML_TRACE_COUNTER(a, b, c, args...)
#define FML_TRACE_EVENT(a, b, args...) TRACE_DURATION(a, b)
#define TRACE_EVENT0(a, b) TRACE_DURATION(a, b)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册