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

IllegalArgumentException bug #6

Open
c0dehunter opened this issue Jul 31, 2017 · 2 comments
Open

IllegalArgumentException bug #6

c0dehunter opened this issue Jul 31, 2017 · 2 comments

Comments

@c0dehunter
Copy link

c0dehunter commented Jul 31, 2017

Happens on Android 5.0 and 5.1 (according to Google Play vitals).

java.lang.IllegalArgumentException: 
  at android.hardware.camera2.utils.CameraBinderDecorator.throwOnError (CameraBinderDecorator.java:114)
  at android.hardware.camera2.utils.CameraBinderDecorator$CameraBinderDecoratorListener.onAfterInvocation (CameraBinderDecorator.java:73)
  at android.hardware.camera2.utils.Decorator.invoke (Decorator.java:81)
  at java.lang.reflect.Proxy.invoke (Proxy.java:397)
  at $Proxy1.createDefaultRequest (Unknown Source)
  at android.hardware.camera2.impl.CameraDeviceImpl.createCaptureRequest (CameraDeviceImpl.java:481)
  at com.noob.noobcameraflash.Utilities.CameraUtilLollipop$CameraDeviceStateCallback.onOpened (CameraUtilLollipop.java:95)
  at android.hardware.camera2.impl.CameraDeviceImpl$1.run (CameraDeviceImpl.java:118)
  at android.os.Handler.handleCallback (Handler.java:739)
  at android.os.Handler.dispatchMessage (Handler.java:95)
  at android.os.Looper.loop (Looper.java:135)
  at android.app.ActivityThread.main (ActivityThread.java:5268)
  at java.lang.reflect.Method.invoke (Native Method)
  at java.lang.reflect.Method.invoke (Method.java:372)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:902)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:697)
@Abhi347
Copy link
Owner

Abhi347 commented Aug 2, 2017

I'll check the exception in 5.0 and 5.1 as soon as I can. In the meantime, can I get more info about the devices such as exact API versions and phone models?

@c0dehunter
Copy link
Author

c0dehunter commented Aug 2, 2017

This is a snip from Play Store (I have 2 reports for the same exception that's why 2 snips). The number in the middle is number of affected devices.

image

image

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

No branches or pull requests

2 participants