OSDN Git Service

Fixed a SystemUI crash
authorSelim Cinek <cinek@google.com>
Thu, 21 Dec 2017 19:33:26 +0000 (11:33 -0800)
committerSelim Cinek <cinek@google.com>
Thu, 21 Dec 2017 22:29:21 +0000 (22:29 +0000)
commitb7bafbcc7cd428c383ce5ca9220bbc78d4914e9f
treecd712ba23600c7a13eeccd921b12e9cb7d6e1c5c
parent7e3cae858450725d53088f0290ca8b80011e5b68
Fixed a SystemUI crash

The iconState can be null. We're now logging
if it happen to get some additional information,
but the crash should be avoided.

Test: add notifications
Change-Id: I134743ef56a45e8b72a1603a2622350245885f4b
Fixes: 70694861
packages/SystemUI/src/com/android/systemui/statusbar/NotificationShelf.java