commit | 14009be9dc7f52a92cb6d3c195058c9ee120239c | [log] [tgz] |
---|---|---|
author | Sandeep Gutta <sangutta@codeaurora.org> | Mon Jul 04 19:33:22 2016 +0530 |
committer | Sanket Padawe <sanketpadawe@google.com> | Fri Mar 10 10:04:10 2017 -0800 |
tree | 5ebe7357ed0aad451f7607a4ec178605f0b2f2ac | |
parent | 58046e21d7487f14762543fbb1733936bb493567 [diff] |
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. Test: verified no crash. Bug: 30928365 Change-Id: Ia011cec83f53e764d2c201dd0bd588eb5a4c7e89