zoukankan      html  css  js  c++  java
  • onFailure: setImageUri open failed: EACCES (Permission denied)

    D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
    I/HwViewRootImpl: removeInvalidNode all the node in jank list is out of time
    W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@11facb2
    V/ActivityThread: callActivityOnCreate
    D/BitmapLoadUtils: maxBitmapSize: 2396
    D/BitmapWorkerTask: Uri scheme: content
    D/ActivityThread: add activity client record, r= ActivityRecord{998da0d token=android.os.BinderProxy@11facb2 {cn.endv.mytestapp/com.yalantis.ucrop.UCropActivity}} token= android.os.BinderProxy@11facb2
    D/HiTouch_PressGestureDetector: onAttached, package=cn.endv.mytestapp, windowType=1, mHiTouchRestricted=false
    D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
    D/OpenGLRenderer: disableOutlineDraw is true
    E/TransformImageView: onFailure: setImageUri
        java.io.FileNotFoundException: open failed: EACCES (Permission denied)
            at android.os.ParcelFileDescriptor.openInternal(ParcelFileDescriptor.java:315)
            at android.os.ParcelFileDescriptor.open(ParcelFileDescriptor.java:220)
            at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1509)
            at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:1349)
            at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:1297)
            at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:100)
            at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:44)
            at android.os.AsyncTask$3.call(AsyncTask.java:378)
            at java.util.concurrent.FutureTask.run(FutureTask.java:266)
            at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
            at java.lang.Thread.run(Thread.java:929)
    W/libEGL: EGLNativeWindowType 0x7e1acfb4d0 disconnect failed
    E/SampleActivity: handleCropError: 
        java.io.FileNotFoundException: open failed: EACCES (Permission denied)
            at android.os.ParcelFileDescriptor.openInternal(ParcelFileDescriptor.java:315)
            at android.os.ParcelFileDescriptor.open(ParcelFileDescriptor.java:220)
            at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1509)
            at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:1349)
            at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:1297)
            at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:100)
            at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:44)
            at android.os.AsyncTask$3.call(AsyncTask.java:378)
            at java.util.concurrent.FutureTask.run(FutureTask.java:266)
            at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
            at java.lang.Thread.run(Thread.java:929)
    D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
    D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
    D/OpenGLRenderer: disableOutlineDraw is true
    W/libEGL: EGLNativeWindowType 0x7dae299510 disconnect failed
    D/ActivityThread: Remove activity client record, r= ActivityRecord{998da0d token=android.os.BinderProxy@11facb2 {cn.endv.mytestapp/com.yalantis.ucrop.UCropActivity}} token= android.os.BinderProxy@11facb2
    W/libEGL: EGLNativeWindowType 0x7dae29d4d0 disconnect failed
  • 相关阅读:
    【转】XenServer的架构之Xenopsd组件架构与运行机制
    【转】XenServer架构之XAPI的调用流程
    关于JS面向对象、设计模式、以及继承的问题总结
    表格排序的具体案例(包括数字和汉字排序)
    call.apply.冒充对象继承
    ES6的学习之路(基础知识总结)
    ES6的基础知识总结
    JS预解释的总结
    函数执行的作用域问题
    JS中的闭包问题总结
  • 原文地址:https://www.cnblogs.com/endv/p/12159416.html
Copyright © 2011-2022 走看看