mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 14:26:37 +00:00
dumpstate: Don't dump serial number
Change-Id: I575db41209d3a5f8088f7388089650a265107b65
This commit is contained in:
committed by
Michael Bestas
parent
4eff3e5d0f
commit
03e08064c3
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user