commit | 749d3d0397f0d3712606d37b1623c4397bd7d972 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Wed Oct 09 16:30:29 2019 -0700 |
committer | Igor Murashkin <iam@google.com> | Wed Oct 09 16:30:29 2019 -0700 |
tree | f52b685d621632aa22e89f0d808ec9336ec19405 | |
parent | 03e5b0549ff65af5304654b69467516e00e6d2b1 [diff] |
manager: Perfetto tracing is now done asynchronously This fixes the issue where two or more perfetto traces couldn't occur concurrently. Each subsequent trace was stuck waiting for the next 5-10 seconds while we waited for the full trace to finish. Bug: 142412531 Test: manual (run app and check for perfetto_trace.pb in logcat) Change-Id: I4d36a7726e2cb388f89e9d8f6ec1f9d5be7b9309