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

Commit 4e1fd41c authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Add a TODO about ANR for short-service"

parents 839ca754 7c8cf383
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.
        }
    }