diff options
author | Dianne Hackborn <hackbod@google.com> | 2017-05-11 11:53:24 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2017-05-12 17:29:04 -0700 |
commit | bfc2331f2f0bee2c12fe8f9cc8a2f3cca05feb86 (patch) | |
tree | 08e31990fdc9e84e26ae8dce2ae5ce99854122e0 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | fb194bb81c234faa7b4e7253f8cf4228dbda4534 (diff) |
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
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions