commit | 000d38ab3ce46ad9ba4d99694c4d1bf46dff9cbf | [log] [tgz] |
---|---|---|
author | Sailesh Nepal <sail@google.com> | Sun Jun 21 10:25:13 2015 -0700 |
committer | Sailesh Nepal <sail@google.com> | Sun Jun 21 10:25:13 2015 -0700 |
tree | c9020c6f1a8579af60744168a86d5945ba5b428a | |
parent | 3ac465a7d830a973096b4f69ef4531f09dcdf07c [diff] |
Fix crash when doing conferencing over Wi-Fi The problem was that we were calling Connection.getAudioState in the conferencing code. This led to a null pointer exception. Fix was to add a null pointer check. BUG: 21957102 Change-Id: Ibad0f6cc70a5bc4a30023beb857125802bc35cd4