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

I tried to run the app on Android 6.0 device, but crashed. #23

Open
onyx-wang opened this issue Jul 29, 2017 · 0 comments
Open

I tried to run the app on Android 6.0 device, but crashed. #23

onyx-wang opened this issue Jul 29, 2017 · 0 comments

Comments

@onyx-wang
Copy link

onyx-wang commented Jul 29, 2017

07-29 10:05:28.757 32089-32089/? I/art: Late-enabling -Xcheck:jni
07-29 10:05:28.757 32089-32089/? I/art: Late-enabling JIT
07-29 10:05:28.776 32089-32089/? I/art: JIT created with code_cache_capacity=2MB compile_threshold=1000
07-29 10:05:28.839 32089-32089/cn.nekocode.camerafilter W/System: ClassLoader referenced unknown path: /data/app/cn.nekocode.camerafilter-2/lib/arm
07-29 10:05:28.924 32089-32089/cn.nekocode.camerafilter W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
07-29 10:05:29.170 32089-32116/cn.nekocode.camerafilter D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
07-29 10:05:29.222 32089-32116/cn.nekocode.camerafilter I/mali_so: [File] : hardware/arm/maliT760/driver/product/base/src/mali_base_kbase.c; [Line] : 928; [Func] : base_context_deal_with_version_affairs_rk_ext;
arm_release_ver of this mali_so is 'r12p0-04rel0', rk_so_ver is '13@0', built at '15:42:56', on 'Aug 16 2016'.
07-29 10:05:29.222 32089-32116/cn.nekocode.camerafilter I/mali_so: [File] : hardware/arm/maliT760/driver/product/base/src/mali_base_kbase.c; [Line] : 955; [Func] : base_context_deal_with_version_affairs_rk_ext;
mali_ver_property has been set to 'r12p0-04rel0-13-13@0', to return.
07-29 10:05:29.224 32089-32116/cn.nekocode.camerafilter I/OpenGLRenderer: Initialized EGL, version 1.4
07-29 10:05:29.232 32089-32116/cn.nekocode.camerafilter D/Surface: Surface::final mReqUsage=a00
07-29 10:05:29.232 32089-32116/cn.nekocode.camerafilter D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000
07-29 10:05:29.343 32089-32089/cn.nekocode.camerafilter W/art: Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
07-29 10:05:29.947 32089-32161/cn.nekocode.camerafilter D/Surface: Surface::final mReqUsage=200
07-29 10:05:29.947 32089-32161/cn.nekocode.camerafilter D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000
07-29 10:05:30.288 32089-32161/cn.nekocode.camerafilter D/skia: ---- fAsset->read(1024) returned 0
07-29 10:05:31.174 32089-32161/cn.nekocode.camerafilter E/GLConsumer: error creating EGLImage: 0x3003
07-29 10:05:31.174 32089-32161/cn.nekocode.camerafilter E/GLConsumer: Failed to create image. size=2200x1650 st=2200 usage=0x333 fmt=21
07-29 10:05:31.174 32089-32161/cn.nekocode.camerafilter W/GLConsumer: [SurfaceTexture-3-32089-1] updateAndRelease: unable to createImage on display=0x1 slot=0
07-29 10:05:31.178 32089-32161/cn.nekocode.camerafilter E/AndroidRuntime: FATAL EXCEPTION: Thread-229
Process: cn.nekocode.camerafilter, PID: 32089
java.lang.RuntimeException: Error during updateTexImage (see logcat for details)
at android.graphics.SurfaceTexture.nativeUpdateTexImage(Native Method)
at android.graphics.SurfaceTexture.updateTexImage(SurfaceTexture.java:240)
at cn.nekocode.camerafilter.CameraRenderer.run(CameraRenderer.java:190)
at java.lang.Thread.run(Thread.java:818)
07-29 10:10:31.281 32089-32161/cn.nekocode.camerafilter I/Process: Sending signal. PID: 32089 SIG: 9

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

No branches or pull requests

1 participant