Skip to content

Clear cgroup PIDS -> process object cache whenever Processes update

David Edmundson requested to merge work/group_proc_crash into master

Previously we wiped the cache whenever CGroupDataModel is about to call updateAllProcesses. With the shared backend we need to clear it whenever any part updates.

BUG: 435532

Merge request reports