Commit graph

10 commits

Author SHA1 Message Date
Jenny Ho
8a36962011 dumpstate: add max77759_chg/max77729_pmic register dump am: 60ccbd668e am: 4ec5abdc6a am: bc7a02cc9e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17947055

Change-Id: I17af5409a612c276d9624cc0cac41a8776f57fed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-03 08:45:48 +00:00
Jenny Ho
60ccbd668e dumpstate: add max77759_chg/max77729_pmic register dump
Bug: 230360103
Signed-off-by: Jenny Ho <hsiufangho@google.com>
Change-Id: I93257674bf96f4e6bb6d9009c5a90571e251198a
2022-05-03 06:54:05 +00:00
Minchan Kim
f305a9ba2e dumpstate: change page_pinner output file name am: 520ebd6475 am: fdc90f01b4 am: 54defd8893
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/18080945

Change-Id: If0fb6f45b17df11c3bdd971cdd45fad47271ae93
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-29 21:59:04 +00:00
Minchan Kim
520ebd6475 dumpstate: change page_pinner output file name
Change konb name to "buffer"

Bug: 230651222
Test: check dumpstate_board.txt from adb bugreport
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: I80674d8728bab322ae2acdb3a8cd0ffaff39c977
2022-04-29 16:33:43 +00:00
SalmaxChang
3e9338c7cb dumpstate: change log compression timeout to 20s am: c3151e4190 am: 5e63f84950
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17887734

Change-Id: I02c4c92efef1b16e470e5d2c410110b211e54954
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-21 17:30:56 +00:00
SalmaxChang
c3151e4190 dumpstate: change log compression timeout to 20s
The duration of dumpstate board binary is only 45s.
Change the log compression timeout from 120s to 20s.

Bug: 229932116
Change-Id: I4f3ebe0c89db50a3ad7071fe730585a391f7ac81
2022-04-21 16:48:52 +00:00
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)