commit | 920b9b861577fed227a9e3350ad5f721374fbbcb | [log] [tgz] |
---|---|---|
author | Sanath Kumar <sanathku@google.com> | Wed Oct 02 21:40:52 2024 +0000 |
committer | Sanath Kumar <sanathku@google.com> | Wed Oct 02 21:40:52 2024 +0000 |
tree | 7fa60826071398640bc5b69060c17f030ae4cdb8 | |
parent | b3f9f391102fc4ce59992f6c9d028025b11417c9 [diff] |
Do not enable JobParameters cleaner for SYSTEM_UID JobParameters objects are passed by reference in local Binder transactions for clients running as SYSTEM. The life cycle of the JobParameters objects are no longer controlled by the client. Without this change the cleaner may get invoked in the same context as JobScheduler causing unintended behavior. Bug: 349688611 Bug: 369488147 Flag: EXEMPT bugfix Change-Id: Ib9f1a8ea45fc8c7508a3aa2e2c99e10ea374e89a