Guest User

Untitled

a guest
Mar 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. 03-13 15:28:11.510 32016-32016/? E/RCTCameraModule: Couldn't capture photo.
  2. java.lang.RuntimeException: takePicture failed
  3. at android.hardware.Camera.native_takePicture(Native Method)
  4. at android.hardware.Camera.takePicture(Camera.java:1478)
  5. at android.hardware.Camera.takePicture(Camera.java:1422)
  6. at com.lwansbrough.RCTCamera.RCTCameraModule.captureWithOrientation(RCTCameraModule.java:550)
  7. at com.lwansbrough.RCTCamera.RCTCameraModule.access$100(RCTCameraModule.java:38)
  8. at com.lwansbrough.RCTCamera.RCTCameraModule$2.orientationEvent(RCTCameraModule.java:498)
  9. at com.lwansbrough.RCTCamera.RCTSensorOrientationChecker$Listener.onSensorChanged(RCTSensorOrientationChecker.java:64)
  10. at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:494)
  11. at android.os.MessageQueue.nativePollOnce(Native Method)
  12. at android.os.MessageQueue.next(MessageQueue.java:323)
  13. at android.os.Looper.loop(Looper.java:141)
  14. at android.app.ActivityThread.main(ActivityThread.java:5555)
  15. at java.lang.reflect.Method.invoke(Native Method)
  16. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:745)
  17. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:635)
  18.  
  19.  
  20. 03-13 15:31:57.849 7252-7252/? E/RCTCamera: acquireCameraInstance failed
  21. java.lang.RuntimeException: Fail to connect to camera service
  22. at android.hardware.Camera.<init>(Camera.java:518)
  23. at android.hardware.Camera.open(Camera.java:360)
  24. at com.lwansbrough.RCTCamera.RCTCamera.acquireCameraInstance(RCTCamera.java:41)
  25. at com.lwansbrough.RCTCamera.RCTCameraViewFinder.startCamera(RCTCameraViewFinder.java:139)
  26. at com.lwansbrough.RCTCamera.RCTCameraViewFinder.onSurfaceTextureAvailable(RCTCameraViewFinder.java:64)
  27.  
  28.  
  29.  
  30. 03-13 15:31:57.742 7252-7252/? E/RCTCamera: acquireCameraInstance failed
  31. java.lang.RuntimeException: Fail to connect to camera service
  32. at android.hardware.Camera.<init>(Camera.java:518)
  33. at android.hardware.Camera.open(Camera.java:360)
  34. at com.lwansbrough.RCTCamera.RCTCamera.acquireCameraInstance(RCTCamera.java:41)
  35. at com.lwansbrough.RCTCamera.RCTCamera.setTorchMode(RCTCamera.java:299)
  36. at com.lwansbrough.RCTCamera.RCTCameraViewFinder.setTorchMode(RCTCameraViewFinder.java:116)
  37. at com.lwansbrough.RCTCamera.RCTCameraView.setCameraType(RCTCameraView.java:77)
  38. at com.lwansbrough.RCTCamera.RCTCameraViewManager.setType(RCTCameraViewManager.java:45)
  39. at java.lang.reflect.Method.invoke(Native Method)
  40. at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp(ViewManagersPropertyCache.java:83)
  41. at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty(ViewManagerPropertyUpdater.java:129)
  42. at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:48)
  43. at com.facebook.react.uimanager.ViewManager.updateProperties(ViewManager.java:36)
  44. at com.facebook.react.uimanager.NativeViewHierarchyManager.createView(NativeViewHierarchyManager.java:227)
  45. at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute(UIViewOperationQueue.java:150)
  46. at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations(UIViewOperationQueue.java:923)
  47. at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:895)
  48. at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:31)
  49. at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:136)
  50. at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:107)
  51. at android.view.Choreographer$CallbackRecord.run(Choreographer.java:858)
  52. at android.view.Choreographer.doCallbacks(Choreographer.java:672)
  53. at android.view.Choreographer.doFrame(Choreographer.java:605)
  54. at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:846)
  55. at android.os.Handler.handleCallback(Handler.java:742)
  56. at android.os.Handler.dispatchMessage(Handler.java:95)
  57. at android.os.Looper.loop(Looper.java:157)
  58. at android.app.ActivityThread.main(ActivityThread.java:5555)
  59. at java.lang.reflect.Method.invoke(Native Method)
  60. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:745)
  61. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:635)
  62. 03-13 15:31:57.830 615-7406/? E/FileSource: Failed to open file '/system/media/audio/ui/VideoStop.ogg'. (Too many open files)
  63. 03-13 15:31:57.830 615-7406/? E/GenericSource: Failed to create data source!
Add Comment
Please, Sign In to add comment