commit | 252d42e91aa66fa25beebe4d0f8fbcee14dd9680 | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Thu Feb 21 11:25:16 2019 -0800 |
committer | Wei Wang <wvw@google.com> | Thu Feb 21 12:54:07 2019 -0800 |
tree | fcd908d7a6e84dca4e4e72c86e1e3d0936764acc | |
parent | 91b203abed6197f14d78e9b901f9fb5d6efb7c4a [diff] |
Reduce log spam from libprocessgroup EBUSY is expected when removing process group path if process is still active. ESRCH is expected when kill if process died already. ENOENT is also expected when opening cgroup path if process died already. This CL also skip removing parent path if child failed when remove process group. Bug: 125340804 Test: Build and boot Change-Id: Ief3b9cb913035a4050f6cf79c8b1e2f098e18244