-
Notifications
You must be signed in to change notification settings - Fork 18
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
StringScanner.scan will stack overflow #14
Comments
What makes you think the code posted above causes the stack overflow? What value is passed to |
I made one of the simplest projects. In my project, only this line of code, deleted this line of code, it is normal. The value of this string may be a bit long
|
here is my code
It works great on the emulator, but when I package the release version, it will cause a stack overflow.
Complete code here:Github code
and I build release apk
apk
The text was updated successfully, but these errors were encountered: