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
  • 相关阅读:
    JAVA设计模式之桥接模式
    Pycharm新建模板默认添加作者时间等信息
    Handler机制(2)转载
    内部类学习
    设计模式-1依赖倒置原则示例
    正则表达式
    Service原理及例子
    Serializable接口
    设计模式之静态工厂模式
    Handler机制post方法使用
  • 原文地址:https://www.cnblogs.com/endv/p/12159416.html
Copyright © 2011-2022 走看看