Skip to content

Commit 8baeefa

Browse files
ramshell68Michael Bestas
authored and
Michael Bestas
committed
Allow dumpstate to get thermal and power hal debug info
Bug: 156710131 Bug: 170070222 Test: tested in userdebug with dumpstate.unroot set to true Change-Id: Iabd636f109e719753fdd650f05e1a7af835c49d7 Signed-off-by: TeYuan Wang <[email protected]> (cherry picked from commit 900c723)
1 parent f351416 commit 8baeefa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

prebuilts/api/30.0/public/dumpstate.te

+4
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ dump_hal(hal_dumpstate)
144144
dump_hal(hal_wifi)
145145
dump_hal(hal_graphics_allocator)
146146
dump_hal(hal_neuralnetworks)
147+
dump_hal(hal_thermal)
148+
dump_hal(hal_power)
149+
dump_hal(hal_power_stats)
150+
147151
# Vibrate the device after we are done collecting the bugreport
148152
hal_client_domain(dumpstate, hal_vibrator)
149153

public/dumpstate.te

+4
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ dump_hal(hal_dumpstate)
144144
dump_hal(hal_wifi)
145145
dump_hal(hal_graphics_allocator)
146146
dump_hal(hal_neuralnetworks)
147+
dump_hal(hal_thermal)
148+
dump_hal(hal_power)
149+
dump_hal(hal_power_stats)
150+
147151
# Vibrate the device after we are done collecting the bugreport
148152
hal_client_domain(dumpstate, hal_vibrator)
149153

0 commit comments

Comments
 (0)