struct TracingError

Defined at line 51 of file ../../third_party/perfetto/include/perfetto/tracing/tracing.h

Public Members

ErrorCode code
basic_string message

Public Methods

void TracingError (ErrorCode cd, std::string msg)

Defined at line 64 of file ../../third_party/perfetto/include/perfetto/tracing/tracing.h

Enumerations

enum ErrorCode : uint32_t
Name Value Comments
kDisconnected 1

Peer disconnection.

kTracingFailed 2

The Start() method failed. This is typically because errors in the passed
TraceConfig. More details are available in |message|.

Defined at line 52 of file ../../third_party/perfetto/include/perfetto/tracing/tracing.h