Advertisement
pellekrogholt

Untitled

Aug 26th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. E/AndroidRuntime(11188): FATAL EXCEPTION: main
  2. E/AndroidRuntime(11188): java.lang.RuntimeException: startPreview failed
  3. E/AndroidRuntime(11188): at android.hardware.Camera.startPreview(Native Method)
  4. E/AndroidRuntime(11188): at com.Cartoonifier.CartoonifierViewBase.setupCamera(CartoonifierViewBase.java:154)
  5. E/AndroidRuntime(11188): at com.Cartoonifier.CartoonifierViewBase.surfaceChanged(CartoonifierViewBase.java:161)
  6. E/AndroidRuntime(11188): at android.view.SurfaceView.updateWindow(SurfaceView.java:580)
  7. E/AndroidRuntime(11188): at android.view.SurfaceView.access$000(SurfaceView.java:86)
  8. E/AndroidRuntime(11188): at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:174)
  9. E/AndroidRuntime(11188): at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:680)
  10. E/AndroidRuntime(11188): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1842)
  11. E/AndroidRuntime(11188): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:989)
  12. E/AndroidRuntime(11188): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4351)
  13. E/AndroidRuntime(11188): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749)
  14. E/AndroidRuntime(11188): at android.view.Choreographer.doCallbacks(Choreographer.java:562)
  15. E/AndroidRuntime(11188): at android.view.Choreographer.doFrame(Choreographer.java:532)
  16. E/AndroidRuntime(11188): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735)
  17. E/AndroidRuntime(11188): at android.os.Handler.handleCallback(Handler.java:725)
  18. E/AndroidRuntime(11188): at android.os.Handler.dispatchMessage(Handler.java:92)
  19. E/AndroidRuntime(11188): at android.os.Looper.loop(Looper.java:137)
  20. E/AndroidRuntime(11188): at android.app.ActivityThread.main(ActivityThread.java:5039)
  21. E/AndroidRuntime(11188): at java.lang.reflect.Method.invokeNative(Native Method)
  22. E/AndroidRuntime(11188): at java.lang.reflect.Method.invoke(Method.java:511)
  23. E/AndroidRuntime(11188): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
  24. E/AndroidRuntime(11188): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
  25. E/AndroidRuntime(11188): at dalvik.system.NativeStart.main(Native Method)
  26. E/ContentProviderOperation(11306): mType: 4, mUri: content://com.twofortyfouram.locale.provider/preferences, mSelection: key = ?, mExpectedCount: 0, mYieldAllowed: false, mValues: null, mValuesBackReferences: null, mSelectionArgsBackReferences: null
  27. E/ContentProviderOperation(11306): mType: 4, mUri: content://com.twofortyfouram.locale.provider/preferences, mSelection: key = ?, mExpectedCount: 0, mYieldAllowed: false, mValues: null, mValuesBackReferences: null, mSelectionArgsBackReferences: null
  28. E/CameraHAL( 131): Adapter state switch PREVIEW_ACTIVE Invalid Op! event = 0xf
  29. E/SQLiteLog(11306): (1) table info already exists
  30. E/SQLiteLog(11306): (1) table info already exists
  31. E/ContentProviderOperation(11306): mType: 4, mUri: content://com.twofortyfouram.locale.provider/preferences, mSelection: key = ?, mExpectedCount: 0, mYieldAllowed: false, mValues: null, mValuesBackReferences: null, mSelectionArgsBackReferences: null
  32. E/texty (10939): ImageObserver::selfchange=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement