Advertisement
Guest User

logcat, ffill unsatisfiedLinkError

a guest
Oct 25th, 2011
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. 10-25 15:47:07.141: ERROR/SecCamera(2368): stopPreview: m_flag_camera_start is zero
  2. 10-25 15:47:07.141: ERROR/CameraHardwareSec(2368): stopPreview() end
  3. 10-25 15:47:11.406: ERROR/wpa_supplicant(2528): No suitable AP found.
  4. 10-25 15:47:11.406: ERROR/wpa_supplicant(2528): timeout (1)
  5. 10-25 15:47:11.406: ERROR/wpa_supplicant(2528): wpa_s->scan_interval (1)
  6. 10-25 15:47:11.422: ERROR/WifiManager(2571): showApDialog
  7. 10-25 15:47:13.504: ERROR/wpa_supplicant(2528): No suitable AP found.
  8. 10-25 15:47:13.504: ERROR/wpa_supplicant(2528): timeout (2)
  9. 10-25 15:47:13.504: ERROR/wpa_supplicant(2528): wpa_s->scan_interval (2)
  10. 10-25 15:47:13.519: ERROR/WifiManager(2571): showApDialog
  11. 10-25 15:47:14.867: ERROR/imdg81(2460): IsShutDownStarted()
  12. 10-25 15:47:14.940: ERROR/imdg81(2460): IsShutDownStarted()
  13. 10-25 15:47:15.867: ERROR/CameraHardwareSec(2368): stopPreview()
  14. 10-25 15:47:15.867: ERROR/SecCamera(2368): cancelAutofocus()
  15. 10-25 15:47:15.871: ERROR/SecCamera(2368): cancelAutofocus() end, 0, 4
  16. 10-25 15:47:15.871: ERROR/SecCamera(2368): stopPreview()
  17. 10-25 15:47:15.871: ERROR/SecCamera(2368): stopPreview: m_flag_camera_start is zero
  18. 10-25 15:47:15.871: ERROR/CameraHardwareSec(2368): stopPreview() end
  19. 10-25 15:47:16.603: ERROR/wpa_supplicant(2528): No suitable AP found.
  20. 10-25 15:47:16.603: ERROR/wpa_supplicant(2528): timeout (4)
  21. 10-25 15:47:16.603: ERROR/wpa_supplicant(2528): wpa_s->scan_interval (4)
  22. 10-25 15:47:16.629: ERROR/WifiManager(2571): showApDialog
  23. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): FATAL EXCEPTION: main
  24. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): java.lang.UnsatisfiedLinkError: n_floodFill
  25. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at org.opencv.imgproc.Imgproc.n_floodFill(Native Method)
  26. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at org.opencv.imgproc.Imgproc.floodFill(Imgproc.java:5120)
  27. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at com.ba.improcessing.CVStatic.floodOnObject(CVStatic.java:1565)
  28. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at com.ba.improcessing.CVStatic.processFrame(CVStatic.java:597)
  29. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at com.ba.improcessing.CVStatic.processStaticModeFrame(CVStatic.java:692)
  30. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at com.ba.improcessing.CVStatic.onClick(CVStatic.java:223)
  31. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at android.view.View.performClick(View.java:2461)
  32. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at android.view.View$PerformClick.run(View.java:8888)
  33. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at android.os.Handler.handleCallback(Handler.java:587)
  34. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at android.os.Handler.dispatchMessage(Handler.java:92)
  35. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at android.os.Looper.loop(Looper.java:123)
  36. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at android.app.ActivityThread.main(ActivityThread.java:4627)
  37. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at java.lang.reflect.Method.invokeNative(Native Method)
  38. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at java.lang.reflect.Method.invoke(Method.java:521)
  39. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
  40. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  41. 10-25 15:47:16.734: ERROR/AndroidRuntime(10134): at dalvik.system.NativeStart.main(Native Method)
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement