Files
frameworks_base/core/java/android/app
Dianne Hackborn bfc2331f2f Fix issue #38210653: Few more tweaks of job scheduler
- Now keep track of the time a job was enqueued, and order
  the pending list by that.
- Added configuration constants for rescheduling: maximum
  times to reschedule, minimum backoff times.
- Fixed printing of active jobs -- the method to get the current
  JobStatus was old and didn't require the caller to hold a
  lock, so made a copy, which didn't contain all the data we were
  interested in.  Now with our simple locking, we can just make
  that require the caller hold a lock and return the real
  JobStatus object.
- Include oom_adj and procstate when printing information about
  processes being killed.
- Expanded documentation of BroadcastReceiver.goAsync().

Test: bit CtsJobSchedulerTestCases:*

Change-Id: I2e45f181e45be9836c74cbff1b844ffdf6e93019
2017-05-12 17:29:04 -07:00
..
2017-05-08 15:17:43 +01:00
2017-04-21 16:35:08 -06:00
2017-03-21 14:42:35 -07:00
2017-05-04 08:38:07 -07:00
2017-04-26 14:37:57 -07:00
2017-05-09 14:10:16 -07:00
2017-03-03 17:27:56 -08:00
2017-04-25 17:00:05 -04:00
2017-04-25 17:00:05 -04:00
2017-04-27 20:53:34 +00:00
2016-11-04 10:43:25 -07:00