Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 3a133327 authored by Joanne Chung's avatar Joanne Chung
Browse files

Avoid NPE crash system server

The install request was removed from the array but another new post
to handle the same request was coming. Cannot get the request from
the array that caused NPE. There are two paths that will post
POST_INSTALL, one comes install flow, one comes from another system
services, e.g, backup, rollback. From dashboard, this should be a
rare case, the happen rate is low. To avoid crash system, do
nothing if request is null.

Bug: 321267572
Test: manual. Cannot reproduce locally
Change-Id: I3ab158a14823719478de2a20c11941ae75b6f549
parent 6bf8e9bd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment