Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set identity instead of crash in opt build (flutter#9262)
According to https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#expectations-around-potential-crashes-in-the-engine This should address flutter/flutter#31650 (comment) We'll instead use `FML_LOG(ERROR)` to report errors to our CI tests. See flutter/flutter#34194
- Loading branch information