Add a TODO about ANR for short-service

Bug: 257270313
Test: tree hugger
Change-Id: Ibb274cce2352eafd12db08ab075b27f32faaa787
This commit is contained in:
Makoto Onuki
2022-12-16 10:06:53 -08:00
parent 4225d565ec
commit 7c8cf38384

View File

@@ -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.
}
}