diff --git a/fml/trace_event.h b/fml/trace_event.h index 979d430f6be65..a036292a01d9a 100644 --- a/fml/trace_event.h +++ b/fml/trace_event.h @@ -13,7 +13,9 @@ #include -#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)