From 54bb68984a09c533d37ee7fe2a054e16520af1c1 Mon Sep 17 00:00:00 2001 From: Tim Lin Date: Tue, 18 Apr 2023 04:38:52 +0000 Subject: [PATCH] ril: dump radio hal from user build. Sync from ag/17155484 To get radio hal debug info on user build as we do on previous Pixels. Bug: 278477468 Test: Trigger bugreport on USERDEBUG with dumpstate.unroot set to true and check IRadio log Change-Id: Ic9dd8357eb326d5c5f03b16408b7ba0a5e5f5818 (cherry picked from commit e08be6ab76327511002ebd343bda13a2fcc1434d) --- vendor/dumpstate.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor/dumpstate.te b/vendor/dumpstate.te index 03d0b404..dc0f6c92 100644 --- a/vendor/dumpstate.te +++ b/vendor/dumpstate.te @@ -3,6 +3,8 @@ dump_hal(hal_graphics_composer) dump_hal(hal_health) +dump_hal(hal_telephony) + dump_hal(hal_confirmationui) binder_call(dumpstate, hal_wireless_charger)