commit | 050be725674ac242f88c6599d923cee0f0d24b73 | [log] [tgz] |
---|---|---|
author | Jay Aliomer <aaliomer@google.com> | Wed Oct 09 13:55:08 2019 -0400 |
committer | Jay Aliomer <aaliomer@google.com> | Wed Oct 09 13:55:08 2019 -0400 |
tree | 7cab4c5ad101ac2e49800bcb0ff0da0fd402a79b | |
parent | b0b28d67adb368ad5443a2b20c4397043a1adc18 [diff] |
Null point check When getting a notification by key, we must check if the mNotificationsByKey map contains the record. not making a null pointer check resulted in a runtime NullPointerException Change-Id: I0026a2e74aabf4a6e622c50a1b915599abe4c174 Fix: 142398358 Test: manual test following the steps in the bug