commit | d09973bc35e07dcd9985793cb03c134556cef1b4 | [log] [tgz] |
---|---|---|
author | Shreyas Basarge <snb@google.com> | Wed Dec 16 18:10:05 2015 +0000 |
committer | Shreyas Basarge <snb@google.com> | Wed Dec 16 18:34:52 2015 +0000 |
tree | 45b76add498e3102343061058e1749428ff00f41 | |
parent | ea9b1daefba5ca5e6f44f89f1e41de310898c1b3 [diff] |
Fixes NPE bug in JobScheduler.getAllPendingJobs() The extras persistable bundle in JobInfo is parcelled/unparcelled from different threads simultaneously for IPC and persisting jobInfo. The extras bundle in now copied before writing it to disk. Bug: 25344172 Change-Id: Ia190181c869d3e5d216dccee9637d3d3a4fb5cb3