Fix phone process crash due to stale data processing.
Due to successive power down and power up happening in quick successions, CommandParamsFactory is processing the older data even after CatService is disposed, resulting in the phone process crash. Fix: Add a null check for icon loader in CommandParamsFactory to avoid the crash. Change-Id: Iab4b70c1f5727e28eacd7c389e11f0dab37daae4 CRs-Fixed: 1035819
Loading
Please register or sign in to comment