commit | d71d30179ca14991c22f65a0d23ddc6686735477 | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Thu Mar 07 11:59:12 2019 -0800 |
committer | Wei Wang <wvw@google.com> | Fri Mar 08 10:18:06 2019 -0800 |
tree | 0942ec22b31c8a23a40aecd864f83869b4f9339e | |
parent | 2ba61b775a568e15153e443a58e66217152792e1 [diff] [blame] |
Set cg_file_data_ to null when initialization failed Cannot really do calls if initialization failed. Also fix LOG usage. But: 124774415 Test: Build Change-Id: Ifd7db90cfee51ba5830e1d4db8f8d19b5bc9feba
diff --git a/libprocessgroup/cgroup_map.h b/libprocessgroup/cgroup_map.h index ba2caf7..1c355cd 100644 --- a/libprocessgroup/cgroup_map.h +++ b/libprocessgroup/cgroup_map.h
@@ -92,5 +92,5 @@ ~CgroupMap(); bool LoadRcFile(); - void Print(); + void Print() const; };