Loading services/core/java/com/android/server/am/ActiveServices.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -3063,6 +3063,9 @@ public final class ActiveServices { Slog.e(TAG_SERVICE, message); Slog.e(TAG_SERVICE, message); } } mAm.appNotResponding(sr.app, tr); mAm.appNotResponding(sr.app, tr); // TODO(short-service): Make sure, if the FGS stops after this, the ANR dialog // disappears. } } } } Loading Loading
services/core/java/com/android/server/am/ActiveServices.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -3063,6 +3063,9 @@ public final class ActiveServices { Slog.e(TAG_SERVICE, message); Slog.e(TAG_SERVICE, message); } } mAm.appNotResponding(sr.app, tr); mAm.appNotResponding(sr.app, tr); // TODO(short-service): Make sure, if the FGS stops after this, the ANR dialog // disappears. } } } } Loading