commit | 92777212fea24af5b62334c93954badf189e401d | [log] [tgz] |
---|---|---|
author | Brad Ebinger <breadley@google.com> | Thu Feb 25 01:46:47 2021 +0000 |
committer | Brad Ebinger <breadley@google.com> | Thu Feb 25 02:01:28 2021 +0000 |
tree | 921bdb9d80ff6eb2f283a45f6c852b3f91789c41 | |
parent | 21e17b45a5114c1a23aa3a31052859858065b57f [diff] |
Bettern handle NPE in RcsTestApp ChatActivity 1) In some cases, Exception#getMessage() can return null, which will not work nicely with Log util. Instead use toString, which handles the null condition better. 2) Fix NPE generation in RegistrationControllerImpl, since it looks like some carriers do not populate service routes. Test: manual Change-Id: Ie2572d2858709e0f62c0d6059883fa1b694dee63