Add support for reading the GSA logs sysfs file to see the GSA logs in
the bugreports we get from dogfooders.
(cherry picked from commit 09cb4227bb
)
Bug: 271125313
Test: adb shell dumpstate
Change-Id: I09a2e039451b5eb8b7fa360ba03486bd871fb970
Merged-In: I09a2e039451b5eb8b7fa360ba03486bd871fb970
8 lines
186 B
Bash
8 lines
186 B
Bash
#!/vendor/bin/sh
|
|
|
|
echo "--- GSA MAIN LOG"
|
|
cat /sys/devices/platform/16490000.gsa-ns/log_main
|
|
|
|
echo "--- GSA INTERMEDIATE LOG"
|
|
cat /sys/devices/platform/16490000.gsa-ns/log_intermediate
|
|
|