diff options
| author | Michael Bestas <mkbestas@gmail.com> | 2023-05-11 18:31:30 +0300 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2023-06-08 17:11:44 +0200 |
| commit | 1dfc3f1412cac496983ac0ac1df5e0c17564aaf2 (patch) | |
| tree | 65f8e356978796f5f846cdf1b9268a64de2ecf8e | |
| parent | 44dc1e8e4f4088d436450099aa0a21a989ed27ed (diff) | |
dumpstate: Don't dump serial number
Change-Id: I575db41209d3a5f8088f7388089650a265107b65
| -rwxr-xr-x | dumpstate/DumpstateDevice.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp index 758387ac..cae03783 100755 --- a/dumpstate/DumpstateDevice.cpp +++ b/dumpstate/DumpstateDevice.cpp @@ -524,7 +524,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"); |
