commit | 1e27ae70846e2d9298f03882acac8078d6e8d7f1 | [log] [tgz] |
---|---|---|
author | Kevin Chyn <kchyn@google.com> | Tue Sep 08 16:10:12 2020 -0700 |
committer | Kevin Chyn <kchyn@google.com> | Tue Sep 08 16:10:12 2020 -0700 |
tree | 2bbd5f2e59e8290ecbb180fce12a395179d38f63 | |
parent | 34639f47698435f8ef9e7c0e7e7fb0fc4f66637f [diff] |
Add null check before using mCallback There's some strange cases where onErrorInternal is being invoked but mCallback is null. However, currently we only have a stack trace. If this really is a problem, a bugreport will be needed. We can only fix the NPE for now. Fixes: 166187582 Test: Builds Change-Id: I8ea932aadb15757383f273b0f6232b379c6b9ae1