mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Merge "Add soc serial number to bugreport"
This commit is contained in:
committed by
Android (Google) Code Review
commit
df94ed1014
@@ -136,6 +136,7 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
|
||||
}
|
||||
|
||||
getModemLogs(fd);
|
||||
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, "INTERRUPTS", "/proc/interrupts");
|
||||
|
||||
Reference in New Issue
Block a user