commit | 9bd937a0f6e57ce63c3d78e695afacd4424b71ed | [log] [tgz] |
---|---|---|
author | Evan Tyra <evantyra@google.com> | Fri May 31 15:37:03 2019 -0700 |
committer | Evan Tyra <evantyra@google.com> | Sat Jun 01 00:02:42 2019 +0000 |
tree | b68380c073107a4447cffbaa6a6105dc47df17b6 | |
parent | 1b817b81fd157c58ad64c65dbbdade46d0d8703c [diff] |
Catch NPE in getServiceStateForSubscriber ITelephony can enter a bad state with an incorrect SubId and throw an NPE as shown in the attached bug. This is not an expected error, so a bugreport will be triggered on userdebug builds on catch. Test: Local Bug: 134067547