summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jernej Virag <jernej@google.com> 2023-09-05 14:52:07 +0200
committer Jernej Virag <jernej@google.com> 2023-09-05 12:55:23 +0000
commita35ebdf4590c89badc9ff858a41291251d27a98b (patch)
treee7cb25f878c18b24ef6e8cc99e3158d72c165c0b
parent8a06c701fac11891625788e27614bd51f9d70f36 (diff)
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
-rw-r--r--packages/SystemUI/src/com/android/systemui/dagger/SystemUIModule.java2
1 files changed, 0 insertions, 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,