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 Asriadi Rahim
parent 098aec76fc
commit 0e0aebdeef

View File

@@ -263,7 +263,6 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
dumpModem(fd, fdModem);
}
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, "UFS model", "/sys/block/sda/device/model");