Snap for 8995964 from 23172f8481 to udc-release

Change-Id: Ied412ef10c49ece860298c331d471112f03a7a81
This commit is contained in:
Android Build Coastguard Worker 2022-08-26 01:07:38 +00:00
commit 138e572330
2 changed files with 6 additions and 0 deletions

View file

@ -420,3 +420,6 @@ BOARD_KERNEL_CMDLINE += log_buf_len=1024K
# Protected VM firmware # Protected VM firmware
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000 BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
# pick up library for cleaning digital car keys on factory reset
-include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk

View file

@ -1075,6 +1075,9 @@ void Dumpstate::dumpSensorsUSFSection(int fd) {
RunCommandToFd(fd, "USF Registry", RunCommandToFd(fd, "USF Registry",
{"/vendor/bin/sh", "-c", "usf_reg_edit save -"}, {"/vendor/bin/sh", "-c", "usf_reg_edit save -"},
options); options);
RunCommandToFd(fd, "USF Last Stat Buffer",
{"/vendor/bin/sh", "-c", "cat /data/vendor/sensors/debug/stats.history"},
options);
} }
} }
} }