我正在使用 phonegap 相机来捕捉这样的图像
navigator.camera.getPicture(onPhotoDataSuccess, onFail, {
quality : 50,
sourceType : Camera.PictureSourceType.CAMERA,
destinationType : destinationType.FILE_URI,
encodingType : Camera.EncodingType.PNG,
});
请注意,应用程序仅在某些时候崩溃
我已经尝试过清单中的更改,例如
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
这是我的日志猫
提前致谢!!