Skip to content

Commit 3937ce2

Browse files
tweejAndroid (Google) Code Review
authored andcommitted
Merge "dumpstate: Emit cgroup configuration" into main
2 parents 52b6029 + 661d07c commit 3937ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/dumpstate/dumpstate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ Dumpstate::RunStatus Dumpstate::dumpstate() {
19281928
// Add linker configuration directory
19291929
ds.AddDir(LINKERCONFIG_DIR, true);
19301930

1931-
/* Dump frozen cgroupfs */
1931+
DumpFile("Cgroups", "/proc/cgroups");
19321932
dump_frozen_cgroupfs();
19331933

19341934
if (ds.dump_pool_) {

0 commit comments

Comments
 (0)