dumpstate: Don't dump serial number

Change-Id: I575db41209d3a5f8088f7388089650a265107b65
This commit is contained in:
Michael Bestas
2023-05-11 18:31:30 +03:00
committed by Michael Bestas
parent 4eff3e5d0f
commit 03e08064c3

View File

@@ -633,7 +633,6 @@ Return<DumpstateStatus> DumpstateDevice::dumpstateBoard_1_1(const hidl_handle& h
}
RunCommandToFd(fd, "VENDOR PROPERTIES", {"/vendor/bin/getprop"});
DumpFileToFd(fd, "SoC serial number", "/sys/devices/soc0/serial_number");
DumpFileToFd(fd, "CPU present", "/sys/devices/system/cpu/present");
DumpFileToFd(fd, "CPU online", "/sys/devices/system/cpu/online");
DumpFileToFd(fd, "Bootloader Log", "/proc/bldrlog");