From a35ebdf4590c89badc9ff858a41291251d27a98b Mon Sep 17 00:00:00 2001 From: Jernej Virag Date: Tue, 5 Sep 2023 14:52:07 +0200 Subject: Disconnect Heap Dump tile The usefulness of this tile has been superseded by APC StatsD heap dumps, which automatically trigger on SysUI reaching a set watermark. Moreover, due to permission changes, this is causing crashes and confusion among droidfooders. Bug: 286719301 Test: Manually on cheetah Change-Id: I0ced9fb829dca8880b3331c9285bd39b2d46ca80 --- packages/SystemUI/src/com/android/systemui/dagger/SystemUIModule.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/dagger/SystemUIModule.java b/packages/SystemUI/src/com/android/systemui/dagger/SystemUIModule.java index 08d11c2fc4ef..7ee0ff4568be 100644 --- a/packages/SystemUI/src/com/android/systemui/dagger/SystemUIModule.java +++ b/packages/SystemUI/src/com/android/systemui/dagger/SystemUIModule.java @@ -124,7 +124,6 @@ import com.android.systemui.user.UserModule; import com.android.systemui.util.concurrency.SysUIConcurrencyModule; import com.android.systemui.util.dagger.UtilModule; import com.android.systemui.util.kotlin.CoroutinesModule; -import com.android.systemui.util.leak.GarbageMonitorModule; import com.android.systemui.util.sensors.SensorModule; import com.android.systemui.util.settings.SettingsUtilModule; import com.android.systemui.util.time.SystemClock; @@ -177,7 +176,6 @@ import javax.inject.Named; FlagsModule.class, SystemPropertiesFlagsModule.class, FooterActionsModule.class, - GarbageMonitorModule.class, KeyboardModule.class, LetterboxModule.class, KeyguardBlueprintModule.class, -- cgit v1.2.3-59-g8ed1b