Fixed Bug P2 Add Hotlist Status UpdateNo update yet.Descriptioncc...@google.com created issue #1May 3, 2022 05:25PMSample trace: https://ui.perfetto.dev/#!/?s=33fa111ddc4df0e7fc6ee0ad39010663e3ffed3ad4f09345e6a54a8fdc467 The executeCommand there is ps -A | grep, which is extremely slow. Sample trace using pgrep instead (which is available back to API 23): https://ui.perfetto.dev/#!/?s=33fa111ddc4df0e7fc6ee0ad39010663e3ffed3ad4f09345e6a54a8fdc467 Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2May 3, 2022 08:04PMMarked as fixed.Yigit, do you have time to fix it? reemission of the same liveData is racyAdd comment Comment
Description
Sample trace:https://ui.perfetto.dev/#!/?s=33fa111ddc4df0e7fc6ee0ad39010663e3ffed3ad4f09345e6a54a8fdc467
The executeCommand there ishttps://ui.perfetto.dev/#!/?s=33fa111ddc4df0e7fc6ee0ad39010663e3ffed3ad4f09345e6a54a8fdc467
ps -A | grep
, which is extremely slow. Sample trace using pgrep instead (which is available back to API 23):