Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
deleted
[Deleted User] <[Deleted User]> #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
ap...@google.com <ap...@google.com> #5
I was thinking, since this is already in beta03
, should we treat it as a bug and not addition to 1.3?
Description
No description yet.