| commit | 21e913fae8382c1220f1dba0570f56242e4c1be6 | [log] [tgz] |
|---|---|---|
| author | Jiaming Liu <jiamingliu@google.com> | Tue Jun 20 19:36:45 2023 +0000 |
| committer | Jiaming Liu <jiamingliu@google.com> | Wed Jun 28 07:02:02 2023 +0000 |
| tree | 16c0f6d0a666502835788dcac260716f26b0028f | |
| parent | 439d52f91dbee88905d8b3ffa591b0d24378fdaf [diff] |
Guard mRearDisplayPendingOverrideRequest with mLock mRearDisplayPendingOverrideRequest was null checked before acquiring the lock, which potentially caused the NullPointerException because the value might have changed while waiting on the lock. Bug: 287264582 Change-Id: Ia14ca58a7d608ae95e1804dbcc5ab141f6f3b27c Test: Manual