Commit graph

6 commits

Author SHA1 Message Date
Adam Shih
02c91097f8 allow dumpstate to execute files under vendor/bin/dump
Bug: 240530709
Test: adb bugreport has the same result
Change-Id: I76a82ef6402d6bfb53d21d63c354d934ffb06c57
2022-09-16 03:55:45 +00:00
Chungjui Fan
badae905c9 Dump the sys node of LED am: 9fe1f4be94 am: fc52205595
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19895567

Change-Id: I8639fa0724a9105a2baa2d0eba71b857092a1130
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-14 04:03:34 +00:00
Chungjui Fan
9fe1f4be94 Dump the sys node of LED
Bug: 242300919
Change-Id: I04a2cc7cdb80b1d08c5884c26f9edb6782772810
2022-09-14 02:59:20 +00:00
Adam Shih
5170d868c9 modularize gsc dump
Bug: 242479757
Test: do bugreport that has the same content as before
Change-Id: Ief96fbd0b5fedbf175523a50b9749421da43e436
2022-08-24 07:13:52 +00:00
Salmax Chang
aedd43e3cb dumpstate: refine the dumpstate logs collection
- Move dumpstate logs collection forward.
- Create dumpstate log sections and collection for all modules.

Bug: 238038612
Change-Id: If09e82edbdc4b24de3c667a3666af32e0acaa318
2022-07-06 06:35:36 +00:00
Alex Hong
cbc81c7f5b Upgrade android.hardware.dumpstate from HIDL 1.1 to AIDL 1
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
2022-04-15 17:00:31 +08:00
Renamed from dumpstate/DumpstateDevice.h (Browse further)