Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-10309

App crash when using camera plugin to access gallery on Android Moto E

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.1
    • None
    • cordova-plugin-camera
    • None
    • Using Cordova 5.1.1, cordova-plugin-camera 2.0.0 and CrossWalk

    Description

      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 have found this branch of plugin https://github.com/apache/cordova-plugin-camera/compare/CB-8438cordova-plugin-camera. It seems that this fixes are already merged 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
      });

      Attachments

        Issue Links

          Activity

            People

              riknoll Richard B Knoll
              MikleM Mikle
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: