Skip to content
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

core.py代码里面关于报错检查的bug #1001

Closed
fuhao666 opened this issue Jul 3, 2024 · 1 comment
Closed

core.py代码里面关于报错检查的bug #1001

fuhao666 opened this issue Jul 3, 2024 · 1 comment
Labels

Comments

@fuhao666
Copy link

fuhao666 commented Jul 3, 2024

image
这里没有in message,会导致下面的检测完全不运行吧。
if "uiautomator.UiObjectNotFoundException" in message:
raise UiObjectNotFoundError(code, message, params)
if "java.lang.StackOverflowError" in message:
raise RPCStackOverflowError(f"StackOverflowError: {message}", params, stacktrace[:1000] + "..." + stacktrace[-1000:])

@codeskyblue
Copy link
Member

thanks @fuhao666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants