Assigned
Status Update
Comments
ml...@google.com <ml...@google.com> #2
deleted
ap...@google.com <ap...@google.com> #3
cc...@google.com <cc...@google.com> #4
targetPackageOnly needs to be updated to understand process_tracks in addition to thread_tracks. E.g. could union the current result with one around process_tracks, something like:
select * from slice
inner join process_track on slice.track_id = process_track.id
inner join process USING(upid)
where slice.id=23647
Description
Version used: 1.1.0-beta01
Devices/Android versions reproduced on: Pixel 6 Android 12
RecyclerViewBenchmark#scroll()
withMethodTracing
is triggering thermal throttling, even though the device is not even warm.