Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47838eec authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Add the Wifi HALs to the Watchdog dump list.

Bug: 325764924
Flag: EXEMPT bugfix
Test: Manual test
       1. adb shell am hang --allow-restart
       2. adb bugreport <filename>
       3. Check the bugreport directory /FS/data/anr/
          for the expected stack traces
Change-Id: If55dae4d798981442cba90d337f9550d7a25cfc5
parent 89a24ecd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -191,6 +191,9 @@ public class Watchdog implements Dumpable {
            "android.hardware.sensors.ISensors/",
            "android.hardware.vibrator.IVibrator/",
            "android.hardware.vibrator.IVibratorManager/",
            "android.hardware.wifi.hostapd.IHostapd/",
            "android.hardware.wifi.IWifi/",
            "android.hardware.wifi.supplicant.ISupplicant/",
            "android.system.suspend.ISystemSuspend/",
    };