-
Notifications
You must be signed in to change notification settings - Fork 756
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
App crash #565
Comments
Your TryCatch block won't catch native exceptions.
|
I had the same problem with text recognition on iOS. I tried to runZoneGuarded but did not get any information from there. Are there other ways to debug this? |
I had the same problem with text recognition on iOS, too P.S : I have tried on iphone 7, |
What abt Android?? |
This issue is stale because it has been open for 30 days with no activity. |
Future detectFaces(InputImage inputImage, pickedFile) async {
try {
final List faces = await _faceDetector.processImage(inputImage);
this process image function causing this issue
While uploading some high quality images it crashes the app , i tried try catch also but its keep crashing my app.
Any solutions for this ?????
The text was updated successfully, but these errors were encountered: