Enable ANR trigger for slow app responses.
When an app doesn't respond quickly enough to onStartJob or onStopJob, JobScheduler stops tracking the job internally without giving any indication to the app that the job is no longer considered operational. Now, we trigger an ANR in these situations for apps targeting U+ so they can get some signal (at least via analytics). Bug: 258236856 Test: atest CtsJobSchedulerTestCases:JobSchedulingTest Change-Id: If1df8cefc8dd27a2b87ea4e95ac31104477a8e8f
Loading
Please register or sign in to comment