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

Galaxy S5 crashes when attempting to take a picture w/in the app #8

Open
acidjazz opened this issue Jul 17, 2018 · 2 comments
Open
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists help wanted Extra attention is needed

Comments

@acidjazz
Copy link
Member

acidjazz commented Jul 17, 2018

Follow up of flutter/flutter#18700

Seems to be pretty consistent, the gallery seems to work just fine.

java.lang.IllegalStateException
io.flutter.plugins.imagepicker.ImagePickerDelegate.handleImageResult

Samsung Galaxy S5 (kltevzw), 2048MB RAM, Android 6.0

java.lang.RuntimeException: 
  at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4155)
  at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:4245)
  at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3360)
  at android.app.ActivityThread.access$1100 (ActivityThread.java:221)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1794)
  at android.os.Handler.dispatchMessage (Handler.java:102)
  at android.os.Looper.loop (Looper.java:158)
  at android.app.ActivityThread.main (ActivityThread.java:7224)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1230)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1120)
Caused by: java.lang.RuntimeException: 
  at android.app.ActivityThread.deliverResults (ActivityThread.java:4920)
  at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4141)
Caused by: java.lang.IllegalStateException: 
  at io.flutter.plugins.imagepicker.ImagePickerDelegate.handleImageResult (ImagePickerDelegate.java:457)
  at io.flutter.plugins.imagepicker.ImagePickerDelegate.handleChooseImageResult (ImagePickerDelegate.java:396)
  at io.flutter.plugins.imagepicker.ImagePickerDelegate.onActivityResult (ImagePickerDelegate.java:375)
  at io.flutter.app.FlutterPluginRegistry.onActivityResult (FlutterPluginRegistry.java:194)
  at io.flutter.app.FlutterActivityDelegate.onActivityResult (FlutterActivityDelegate.java:146)
  at io.flutter.app.FlutterActivity.onActivityResult (FlutterActivity.java:139)
  at android.app.Activity.dispatchActivityResult (Activity.java:7137)
  at android.app.ActivityThread.deliverResults (ActivityThread.java:4916)
@acidjazz acidjazz added bug Something isn't working help wanted Extra attention is needed labels Jul 17, 2018
@acidjazz acidjazz self-assigned this Jul 17, 2018
@acidjazz acidjazz added the duplicate This issue or pull request already exists label Jul 17, 2018
@GervaisYO
Copy link

GervaisYO commented Sep 8, 2018

Any progress here? I have the same problem

@kihonq
Copy link

kihonq commented Aug 21, 2019

Same here, happened on Xiaomi Redmi 7 MIUI10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants