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
  • 相关阅读:
    出现org.apache.ibatis.binding.BindingException异常
    EasyExcel读写操作
    window下运行nginx出现nginx: [emerg] bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions)
    vue Module build failed: Error: Missing binding E:vuevue-demo ode_modules ode-sa ssvendorwin64
    Axios谷粒学院学习
    springboot中数据库的连接
    多表删除,删除一个表的同时删除中间表
    今天写了一个SSM小项目,运行之后,前端页面的CSS、js样式显示不出来,具体操作如下:
    Java中Iterator(迭代器)实现原理
    写一些东西,记录一下成长的过程
  • 原文地址:https://www.cnblogs.com/endv/p/12159416.html
Copyright © 2011-2022 走看看