cvettelina opened a new issue #718:
URL: https://github.com/apache/cordova-plugin-camera/issues/718


   # Bug Report
   
   ## Problem
   With the latest versions crop functionality is not working on Android 10 and 
11 (target SDK 29)
   
   ### What is expected to happen?
   Cropped image is delivered successfully
   
   
   ### What does actually happen?
   Crop throws an exception
   
   ## Information
   System.err: java.io.FileNotFoundException: 
/data/user/0/{app_name}/cache/1616872358512.jpg: open failed: ENOENT (No such 
file or directory) : Failed to UpdateQosForCgroupInner, tid=0, policy=10
    DecorView: showOrHideHighlightView: hasFocus=false; winMode=1; 
isMrgNull=true
    HwNetworkManagementService: code == CODE_SET_CHR_REPORT_APP_LIST
    System.err:         at libcore.io.IoBridge.open(IoBridge.java:496)
    System.err:         at 
java.io.FileInputStream.<init>(FileInputStream.java:159)
    System.err:         at 
java.io.FileInputStream.<init>(FileInputStream.java:115)
    System.err:         at 
android.media.ExifInterface.initForFilename(ExifInterface.java:2363)
   
   ### Environment, Platform, Device
   Android 10 and 11
   Cordova Android 9
   cordova-plugin-camera 5.0.1
   android:requestLegacyExternalStorage="true" is added to AndroidManifest.xml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to