-
Notifications
You must be signed in to change notification settings - Fork 407
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
Crash #30
Comments
Which version of the library are you using? |
'io.fotoapparat.fotoapparat:library:1.0.0', according to craslytics this has happened only on an htc device, all others work perfectly |
This issue was just fixed yesterday and now available in 1.0.1. Please update :) |
thanks guys |
OS Version 6.0 FATAL EXCEPTION: pool-4-thread-1 |
I am getting this crash via crashlytics
Fatal Exception: java.util.NoSuchElementException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:789)
at java.util.HashMap$KeyIterator.next(HashMap.java:814)
at java.util.Collections.max(Collections.java:1626)
at io.fotoapparat.parameter.selector.SizeSelectors$1.select(SizeSelectors.java:23)
at io.fotoapparat.parameter.selector.SizeSelectors$1.select(SizeSelectors.java:20)
at io.fotoapparat.parameter.selector.Selectors$2.select(Selectors.java:56)
at io.fotoapparat.parameter.provider.InitialParametersProvider.putPreviewSize(InitialParametersProvider.java:67)
at io.fotoapparat.parameter.provider.InitialParametersProvider.initialParameters(InitialParametersProvider.java:48)
at io.fotoapparat.routine.StartCameraRoutine.run(StartCameraRoutine.java:41)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
The text was updated successfully, but these errors were encountered: