commit | 1c32772f0096560f8273da5b66073d2cffedd1ea | [log] [tgz] |
---|---|---|
author | Ben Wagner <[email protected]> | Wed Aug 16 14:23:24 2017 -0400 |
committer | Ben Wagner <[email protected]> | Wed Aug 16 19:01:37 2017 +0000 |
tree | 8fa89286cbfa05bc00b3fce22bdcc6b7ca0d7201 | |
parent | f5a87f7058c00322c8f109fd2c81840664831dc0 [diff] |
Replace sk_throw with LOG_ALWAYS_FATAL. The sk_throw macro is now just defined to be SK_ABORT, which is designed to crash Skia. Replacing sk_throw with LOG_ALWAYS_FATAL should be both more idomatic and more functional. In addition this replaces SkASSERT with ALOG_ASSERT in the one file affected. Test: refactoring CL. Existing unit tests still pass. Change-Id: I4e0bd382d9da27e08febec487b43cf83537dce12