mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-27 17:09:46 +00:00
dumpstate: Don't dump serial number
Change-Id: I575db41209d3a5f8088f7388089650a265107b65
This commit is contained in:
committed by
Asriadi Rahim
parent
098aec76fc
commit
0e0aebdeef
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user