mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-28 13:35:33 +00:00
Accelerate fetching trusty log
Bug: 238980177 Test: vts-tradefed run vts -m VtsHalDumpstateTargetTest Change-Id: Ib26f3c217ef4826495ee0d98a659503de2fb5ab2
This commit is contained in:
@@ -1063,7 +1063,7 @@ void Dumpstate::dumpGscSection(int fd) {
|
||||
}
|
||||
|
||||
void Dumpstate::dumpTrustySection(int fd) {
|
||||
DumpFileToFd(fd, "Trusty TEE0 Logs", "/dev/trusty-log0");
|
||||
RunCommandToFd(fd, "Trusty TEE0 Logs", {"/vendor/bin/sh", "-c", "cat /dev/trusty-log0"}, CommandOptions::WithTimeout(1).Build());
|
||||
}
|
||||
|
||||
void Dumpstate::dumpModemSection(int fd) {
|
||||
|
||||
Reference in New Issue
Block a user