commit | fd1f557c48bf3a36f3a5313484698abf61df9b45 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Wed Apr 26 15:59:48 2023 -0400 |
committer | Leon Scroggins III <scroggo@google.com> | Thu Apr 27 09:09:25 2023 -0400 |
tree | 85345d91034ade69c7b0770d4d84d13e556c69dc | |
parent | 8bf29931eabb065027fda7ffa7db294b04772a36 [diff] |
Convert backend texture creation failure from ALOGE to FATAL log If the texture is invalid, we'll hit a fatal log later, but at that point we won't have the stack trace to see where the invalid texture was coming from. Convert this log into fatal so we can get a stack trace that includes the caller. In addition, abort if the texture has a width or height of zero, which has been seen in recent crashes. Bug: 279524845 Test: make Change-Id: I1c8593c3da533692a43bd251dcdf2baa9572041a