Last active
December 27, 2015 23:49
-
-
Save sime/7408666 to your computer and use it in GitHub Desktop.
Nexus 4. PhoneGap + AngularJS failing on two way binding.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I/WindowManager( 511): Screenshot Window{41e90238 u0 com.google.android.gallery3d/com.android.camera.CameraActivity} was all black! mSurfaceLayer=21100 minLayer=21100 maxLayer=21100 | |
V/CAM_PhotoModule(31599): stopPreview | |
E/mm-libcamera2( 174): PROFILE HAL: stopPreview(): E: 1384150355.605338095 | |
E/mm-camera( 208): config_MSG_ID_STOP_ACK: streamon_mask is not clear. Should not call PP_Release_HW | |
D/LocationManager(31599): stopReceivingLocationUpdates | |
E/mm-libcamera2( 174): PROFILE HAL: stopPreview(): E: 1384150355.614890971 | |
E/QCameraHWI( 174): android::status_t android::QCameraHardwareInterface::setPreviewWindow(preview_stream_ops_t*):Received Setting NULL preview window | |
E/QCameraHWI( 174): android::status_t android::QCameraHardwareInterface::setPreviewWindow(preview_stream_ops_t*): mPreviewWindow = 0x0x0, mStreamDisplay = 0x0xb8d2cc98 | |
W/QCameraHWI_Preview( 174): Setting NULL preview window | |
I/CameraClient( 174): Destroying camera 1 | |
E/mm-camera( 208): config_shutdown_pp Camera not in streaming mode. Returning. | |
E/mm-camera( 208): vfe_ops_deinit: E | |
E/qcom_sensors_hal( 511): hal_process_report_ind: Bad item quality: 11 | |
W/AudioFlinger( 174): session id 528 not found for pid 174 | |
W/AudioFlinger( 174): session id 529 not found for pid 174 | |
D/CordovaActivity(26215): Request code = 34 | |
E/qcom_sensors_hal( 511): hal_process_report_ind: Bad item quality: 11 | |
D/dalvikvm(26215): GC_FOR_ALLOC freed 35K, 2% free 9752K/9944K, paused 24ms, total 24ms | |
I/dalvikvm-heap(26215): Grow heap (frag case) to 14.247MB for 4915216-byte allocation | |
D/dalvikvm(26215): GC_FOR_ALLOC freed <1K, 2% free 14551K/14748K, paused 17ms, total 17ms | |
W/CursorWrapperInner(26215): Cursor finalized without prior close() | |
D/dalvikvm(26215): GC_CONCURRENT freed 3K, 2% free 14548K/14748K, paused 2ms+1ms, total 20ms | |
W/ (26215): Unsupported encoding for GPSProcessingMethod | |
D/dalvikvm(26215): GC_EXPLICIT freed 4847K, 3% free 9720K/9944K, paused 1ms+3ms, total 27ms | |
W/CursorWrapperInner(26215): Cursor finalized without prior close() | |
I/Web Console(26215): Starting $scope.good at file:///android_asset/www/js/controllers.js:34 | |
I/Web Console(26215): file:///storage/emulated/0/Android/data/com.phonegap.helloworld/cache/1384150355691.jpg at file:///android_asset/www/js/controllers.js:35 | |
I/Web Console(26215): Leaving $scope.good at file:///android_asset/www/js/controllers.js:39 | |
V/StateManager(31599): destroy | |
D/dalvikvm(26255): GC_CONCURRENT freed 456K, 6% free 10434K/11044K, paused 2ms+4ms, total 41ms | |
I/EventLogService(26240): Aggregate from 1384148591476 (log), 1384148591476 (data) | |
I/ServiceDumpSys(26240): dumping service [account] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
V/CAM_PhotoModule(31599): Preview size is 640x480 | |
V/CAM_PhotoModule(31599): onShutterButtonClick: mCameraState=1 | |
D/Util (31599): Set gps location | |
E/mm-libcamera2( 174): mm_camera_dispatch_buffered_frames: mframe 0x0, sframe = 0x0 | |
D/audio_hw_primary( 174): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2 | |
D/audio_hw_primary( 174): out_set_parameters: exit: code(1) | |
V/CAM_PhotoModule(31599): mShutterLag = 145ms | |
V/CAM_PhotoModule(31599): mShutterToRawCallbackTime = 1ms | |
D/audio_hw_primary( 174): start_output_stream: enter: usecase(1: low-latency-playback) devices(0x2) | |
D/audio_hw_primary( 174): select_devices: out_snd_device(2: speaker) in_snd_device(0: none) | |
D/audio_hw_primary( 174): enable_snd_device: sending audio calibration for snd_device(2) acdb_id(14) | |
D/ACDB-LOADER( 174): ACDB -> send_afe_cal | |
D/audio_hw_primary( 174): enable_snd_device: snd_device(2: speaker) | |
D/audio_hw_primary( 174): enable_audio_route: apply mixer path: low-latency-playback | |
E/mm-camera-DENOISE( 208): wavelet_denoise_process: Wavelet Denoise Success | |
D/audio_hw_primary( 174): start_output_stream: exit | |
E/mm-camera-DENOISE( 208): wavelet_denoise_process: Wavelet Denoise Success | |
V/CAM_PhotoModule(31599): mPictureDisplayedToJpegCallbackTime = 79ms | |
D/CameraStorage(31599): External storage state=mounted | |
V/CAM_PhotoModule(31599): mJpegCallbackFinishTime = 1ms | |
D/audio_hw_primary( 174): out_standby: enter: usecase(1: low-latency-playback) | |
D/audio_hw_primary( 174): stop_output_stream: enter: usecase(1: low-latency-playback) | |
D/audio_hw_primary( 174): disable_audio_route: reset mixer path: low-latency-playback | |
D/audio_hw_primary( 174): disable_snd_device: snd_device(2: speaker) | |
D/audio_hw_primary( 174): stop_output_stream: exit: status(0) | |
D/audio_hw_primary( 174): out_standby: exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment