mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
As the Engine uses `dlopen` to find the `libapp.so`, https://github.com/flutter/flutter/issues/59834 can happen which will prevent `dlopen` from finding the binary. In theory this should be mitigated by https://github.com/flutter/engine/pull/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