Commit graph

13 commits

Author SHA1 Message Date
Adam Shih
b4ee8b12eb move sensors dump to gs-common
Bug: 250475720
Test: adb bugreport
Change-Id: Ica2a782fd59706eac5985ff8b534d0ba223e93c4
2022-11-10 05:20:48 +00:00
Adam Shih
56ea3ea8ee move aoc dump to gs-common
Bug: 248426917
Test: adb bugreport
Change-Id: Ib387f304c062d19e181e771e5432bf9493c504bc
2022-10-14 00:38:24 +00:00
Adam Shih
01f4dc4226 move modem dump to gs-common
Bug: 250475732
Test: adb bugreport
Change-Id: I4b3e1ab273abe0f8cc46cc976cf6e765ff737d2d
2022-10-07 06:37:30 +00:00
Adam Shih
aef8ff1346 move soc dump to gs-common
Bug: 248428203
Test: adb bugreport
Change-Id: I5b3aec31a80cf68793c73ecf19ae5b953e54c96f
2022-10-04 13:19:17 +08:00
Adam Shih
3c8b537bc9 move ramdump relate dumpstate to gs-common
Bug: 248428203
Test: adb bugreport
Change-Id: I6fb17e87d1acf43421e7aca5ccdc1c1c6e03f022
2022-10-04 04:59:49 +00:00
Adam Shih
8a0f7e41ad move trusty dump from gs201 to gs-common
Bug: 244504232
Test: adb bugreport
Change-Id: I7d92225a02c64a8e7371ba7c25e7ea38e99b1d1a
2022-10-03 09:23:14 +08:00
Adam Shih
e9dd5f3ee6 move UFS dump to gs-common
Bug: 248143736
Test: adb bugreport
Change-Id: I5574e3629d6ce7196e332ab80de4206669d8094f
2022-09-29 01:07:43 +00:00
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)