commit | 6f05cc2bc8c12996a55a68a6ba35263ab8d479c1 | [log] [tgz] |
---|---|---|
author | Nathan Harold <nharold@google.com> | Tue Oct 15 11:28:00 2019 -0700 |
committer | rohan <purohit.rohan@gmail.com> | Sat Feb 08 08:16:51 2020 -0500 |
tree | 439c8112287a7628ccbf3dda902dd568a1bf7378 | |
parent | 83900abc6a64092cb5054cf537ed9348b50df524 [diff] |
[DO NOT MERGE] Check CellInfoCallback Detail for Null In cases where the source of the CellInfo fails but does not generate a Throwable, the detail info will not be provided and should be null. Inside the user process, we need to check for null before dereferencing the detail object. Oops. :-( Bug: 142706765 Bug: 142421696 Test: manual Change-Id: I1307d1d7aacef0bbd33bfc73700ee774e12e64c1