summaryrefslogtreecommitdiff
path: root/dumpstate/android.hardware.dumpstate@1.1-service.gs201.rc
AgeCommit message (Collapse)Author
2023-04-10use dumpsate from gs-commonAdam Shih
Bug: 273380985 Test: adb bugreport Change-Id: I9ff3f7212c0821e5e880563ed503ea1d883a7a87
2022-09-16allow dumpstate to execute files under vendor/bin/dumpAdam Shih
Bug: 240530709 Test: adb bugreport has the same result Change-Id: I76a82ef6402d6bfb53d21d63c354d934ffb06c57
2022-04-15Upgrade android.hardware.dumpstate from HIDL 1.1 to AIDL 1Alex Hong
lshal is not supported for AIDL, now use dumpsys instead. Update the debug command as below. Old: lshal debug android.hardware.dumpstate@1.1::IDumpstateDevice/default [section] New: dumpsys android.hardware.dumpstate.IDumpstateDevice/default [section] Currently dumpsys does not start the Lazy HAL service, only dumpstate does. Because we need to run dumpsys for debugging, keep the dumpstate HAL running at boot. Do not set it to be a lazy HAL. Test: atest VtsHalDumpstateTargetTest pass adb shell dumpsys -t 30 android.hardware.dumpstate.IDumpstateDevice/default all Bug: 223118410 Change-Id: I7f866a57c3eff8c9783fee89dce205cf9728c459
2021-05-20s/gs101/gs201Pat Tjin
do a global substitution Bug: 186836335 Signed-off-by: Pat Tjin <pattjin@google.com> Change-Id: Ic79e8983d04615be7da70ebb2b5092aae5178495