commit | ab581a4c04adc88b178f754c20c1915d73e204d1 | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Mon Apr 20 12:48:19 2020 -0700 |
committer | chaviw <chaviw@google.com> | Mon Apr 20 12:48:19 2020 -0700 |
tree | 4976f42c29dadc90aa28bb035c3d30fc6a71e1c4 | |
parent | ae4605eee80c26091164d2979d47a69501239edb [diff] |
Check for null mBlastBufferQueue If there is a sync transaction, but blast is not enabled, mNextDrawUseBLASTSyncTransaction will be true, but mBlastBufferQueue will be null. This will cause a NPE when trying to call mBlastBufferQueue.setNextTransaction Test: Use sync transaction without blast Fixes: 154527936 Change-Id: Ibff2de7fc7460f882acaceb0182c68ea4b05afb7