Commit graph

4 commits

Author SHA1 Message Date
Mason Wang
8ed6cd85d5 Revert "dumpstate: Fix P10 touch can't work after bugreport." am: e8c9a801ab am: 577f8cd4d7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17767830

Change-Id: I062e07f4acc643d0ccdfba0ee888a1c85921f263
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-19 06:56:27 +00:00
Mason Wang
e8c9a801ab Revert "dumpstate: Fix P10 touch can't work after bugreport."
This reverts commit 101c17fc95.

Reason for revert: Please refer to b/228928861#comment21.

Change-Id: Ib85f87de4d8f220c30686c745ceb625a8055d649
2022-04-19 09:51:08 +08:00
Alex Hong
b8acd105e7 resolve merge conflicts of 3a183a08da to master
Test: I solemnly swear I tested this conflict resolution.
Bug: 229567527
Change-Id: I2c6e9d694ce1b4ac22ccbe08494905f61b3741a2
2022-04-18 18:15:58 +08: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.cpp (Browse further)