Mikle created CB-10309:
--------------------------

             Summary: App crash when using camera plugin to access gallery on 
Android Moto E
                 Key: CB-10309
                 URL: https://issues.apache.org/jira/browse/CB-10309
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Camera
    Affects Versions: 5.1.1
         Environment: Using Cordova 5.1.1, cordova-plugin-camera 2.0.0 and 
CrossWalk
            Reporter: Mikle
            Priority: Critical


Currently i am using cordova-plugin-camera 2.0.0 and trying to add some photos 
from gallery. On almost all android and iOS devices it works great but on 
Motorola Moto E it crashes app. I am also using crosswalk for higher 
performance. I searched for this problem using logs i got and found this branch 
of plugin 
https://github.com/apache/cordova-plugin-camera/compare/CB-8438cordova-plugin-camera.
 It seems that this fixes are already implemented to plugin but it still 
crashes my app on that specific device. 


Here are logs 

ERROR:  AndroidRuntime : FATAL EXCEPTION: pool-4-thread-2
undefined       ERROR:  AndroidRuntime : Process: 
com.ionicframework.withionic734372, PID: 22807
undefined       ERROR:  AndroidRuntime : java.lang.NullPointerException: 
Attempt to invoke virtual method 'void 
org.apache.cordova.CallbackContext.error(java.lang.String)' on a null object 
reference
undefined       ERROR:  AndroidRuntime : at 
org.apache.cordova.camera.CameraLauncher.failPicture(CameraLauncher.java:1165)
undefined       ERROR:  AndroidRuntime : at 
org.apache.cordova.camera.CameraLauncher.processPicture(CameraLauncher.java:1154)
undefined       ERROR:  AndroidRuntime : at 
org.apache.cordova.camera.CameraLauncher.processResultFromGallery(CameraLauncher.java:681)
undefined       ERROR:  AndroidRuntime : at 
org.apache.cordova.camera.CameraLauncher.access$000(CameraLauncher.java:66)
undefined       ERROR:  AndroidRuntime : at 
org.apache.cordova.camera.CameraLauncher$1.run(CameraLauncher.java:787)
undefined       ERROR:  AndroidRuntime : at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
undefined       ERROR:  AndroidRuntime : at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
undefined       ERROR:  AndroidRuntime : at 
java.lang.Thread.run(Thread.java:818)
undefined       WARN:   ActivityManager : Force finishing activity 1 
com.ionicframework.withionic734372/.MainActivity
undefined       INFO:   OpenGLRenderer : Initialized EGL, version 1.4

Here is my code 

navigator.camera.getPicture(cameraSuccess, cameraError, {
    quality: 50,
    encodingType: 0,
    targetWidth: 800,
    targetHeight: 600,
    destinationType: Camera.DestinationType.DATA_URL,
    sourceType: Camera.PictureSourceType.SAVEDPHOTOALBUM
});




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to