-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v1.34.1] Process crashes when custom toast is shown - java.io.IOException: Command failed (tcp:7001): closed #1618
Comments
I have the same error. Here is the error from logcat :
AccessibilityNodeInfo empty constructor added in api level 30 and my device is running api level 29. |
Hey, thanks for creating this issue! Unfortunately, it's not reproducible to us. Please provide a minimal, reproducible example that clearly explains how to reproduce the problem with the detailed, step-by-step instructions (that can be easily run by me or other maintainers). This issue does not contain such an example, therefore I'm going to reluctantly close it. If you don't have time right now, that's totally OK. Feel free to open a new issue in the future with all the required information provided. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Describe the bug
The process crashes after Android toast is shown. Only happens for custom toast(i.e. with custom view)
To Reproduce
when the
-tapOn: Show toast
command is executed (i.e. a Android toast is shown), the whole process crashes.Expected behavior
The flow runs without crash
Screenshots
Environment information (please complete the following information):
The text was updated successfully, but these errors were encountered: