File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ void add_mountinfo();
194194#define CGROUPFS_DIR " /sys/fs/cgroup"
195195#define SDK_EXT_INFO " /apex/com.android.sdkext/bin/derive_sdk"
196196#define DROPBOX_DIR " /data/system/dropbox"
197- #define PRINT_FLAGS " /system/bin/printflags"
198197#define UWB_LOG_DIR " /data/misc/apexdata/com.android.uwb/log"
199198
200199// TODO(narayan): Since this information has to be kept in sync
@@ -1823,12 +1822,8 @@ Dumpstate::RunStatus Dumpstate::dumpstate() {
18231822 DumpFile (" PRODUCT BUILD-TIME RELEASE FLAGS" , " /product/etc/build_flags.json" );
18241823 DumpFile (" VENDOR BUILD-TIME RELEASE FLAGS" , " /vendor/etc/build_flags.json" );
18251824
1826- RunCommand (" ACONFIG FLAGS" , {PRINT_FLAGS},
1827- CommandOptions::WithTimeout (10 ).Always ().DropRoot ().Build ());
18281825 RunCommand (" ACONFIG FLAGS DUMP" , {AFLAGS, " list" },
18291826 CommandOptions::WithTimeout (10 ).Always ().AsRootIfAvailable ().Build ());
1830- RunCommand (" WHICH ACONFIG FLAG STORAGE" , {AFLAGS, " which-backing" },
1831- CommandOptions::WithTimeout (10 ).Always ().AsRootIfAvailable ().Build ());
18321827
18331828 RunCommand (" STORAGED IO INFO" , {" storaged" , " -u" , " -p" });
18341829
You can’t perform that action at this time.
0 commit comments