mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Add soc serial number to bugreport
Test: Verified serial number is present in bugreport Bug: 62305405 Change-Id: Ie06f1a93af1fd3006d57a46c9e6e5fad85433fe1
This commit is contained in:
@@ -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