tracing_perfetto_sdk_schema

Module transaction_trace_file

Source
Expand description

Nested message and enum types in TransactionTraceFile.

Enums§

  • constant; MAGIC_NUMBER = (long) MAGIC_NUMBER_H << 32 | MagicNumber.MAGIC_NUMBER_L (this is needed because enums have to be 32 bits and there’s no nice way to put 64bit constants into .proto files.