Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log dlopen errors in opt builds (flutter#41477)
As the Engine uses `dlopen` to find the `libapp.so`, flutter/flutter#59834 can happen which will prevent `dlopen` from finding the binary. In theory this should be mitigated by flutter#9762, but an internal customer observed errors that could be related. The additional logging here can help to rule out that hypothesis. For Googlers, see b/276657840 for more details. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
- Loading branch information