Fix NPE in requestPowerState when displayPowerController is null
We get displayPowerController object from a SparseArray so it would be better to guard by a lock object or add a null check. Bug: 315308333 Test: atest, manual Change-Id: Ic6713d85aa09e660c9dc14f01ac05c4d394922fd
Loading
Please register or sign in to comment