Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upText input on Q platform views results in log spam #40716
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The workaround for #38375 results in a huge amount of "error" logs in adb:
E/InputMethodManager(15162): b/117267690: Failed to get fallback IMM with expected displayId=29 actual IMM#displayId=0 view=io.flutter.plugins.webviewflutter.InputAwareWebView
.We should prevent this. We may need to patch Android to remove the verbose log.