commit | f7851ee2beadbcaf6c8432086985d923c6ecc1bd | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Mon Sep 09 06:20:30 2019 -0700 |
committer | Primiano Tucci <primiano@google.com> | Mon Sep 09 06:20:30 2019 -0700 |
tree | 157e79e7fc4b1b6951243be5634a4fa85f9a113a | |
parent | b23e91a6166cb9a74702615139bac1e9b6be9151 [diff] |
Remove TracePacket::Decode and protobuf dependencies Turns out TracePacket::Decode is used only in tests. Tests don't justify the complexity of using the SlicedInputStream (which is going to be deleted by an upcoming CL). Instead just expose a GetRawBytesForTesting() method and use explicit deserialization in tests. Bug: 132880619 Bug: 140126865 Change-Id: I7b8e1422b320b76661438fd18c46186fb82e93ce
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.