diff --git a/services/core/java/com/android/server/am/ActiveServices.java b/services/core/java/com/android/server/am/ActiveServices.java index f72321c5d9ac0..642c3d3cc283e 100644 --- a/services/core/java/com/android/server/am/ActiveServices.java +++ b/services/core/java/com/android/server/am/ActiveServices.java @@ -3063,6 +3063,9 @@ public final class ActiveServices { Slog.e(TAG_SERVICE, message); } mAm.appNotResponding(sr.app, tr); + + // TODO(short-service): Make sure, if the FGS stops after this, the ANR dialog + // disappears. } }