Advertisement
kamstartech

Untitled

Jan 18th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. droidian@lancelot:~$ test_hwcomposer
  2. cannot locate symbol "_ZN11unwindstack8Unwinder11FormatFrameEm" referenced by "/android/vendor/lib64/libladder.so"...
  3. test_hwcomposer: test_common.cpp:370: HWComposer* create_hwcomposer_window(): Assertion `err == 0' failed.
  4. Aborted (core dumped)
  5. droidian@lancelot:~$ test_input
  6. library "libis_compat_layer.so" not found
  7. Segmentation fault (core dumped)
  8. droidian@lancelot:~$ test_lights
  9. test_lights: test_lights.c:34: main: Assertion `notifications != NULL' failed.
  10. Aborted (core dumped)
  11. droidian@lancelot:~$ test_media
  12. Usage: test_media <video_to_play>
  13. droidian@lancelot:~$ test_nfc
  14. Starting test_nfc.
  15. Finding NFC hardware module.
  16. test_nfc: test_nfc.c:159: testNfc: Assertion `hwModule != NULL' failed.
  17. Aborted (core dumped)
  18. droidian@lancelot:~$ test_opencl
  19. library "/system/lib64/egl/libGLES_mali.so" not found
  20. cannot locate symbol "_ZN11unwindstack8Unwinder11FormatFrameEm" referenced by "/android/vendor/lib64/libladder.so"...
  21. library "/system/vendor/lib64/libPVROCL.so" not found
  22. test_opencl: test_opencl.c:92: main: Assertion `ret == CL_SUCCESS' failed.
  23. Aborted (core dumped)
  24. droidian@lancelot:~$ test_recorder
  25. Test application for video recording using the camera
  26. Recording start with volume up button. And stops with volume down.
  27. The result is stored to /root/test_video.avi
  28.  
  29. Problem connecting to cameradroidian@lancelot:~$ test_sensors
  30. cannot locate symbol "_ZN11unwindstack8Unwinder11FormatFrameEm" referenced by "/android/vendor/lib64/libaedv.so"...
  31. test_sensors: test_sensors.c:87: main: Assertion `hwmod != NULL' failed.
  32. Aborted (core dumped)
  33. droidian@lancelot:~$ test_sf
  34. library "libsf_compat_layer.so" not found
  35. Segmentation fault (core dumped)
  36. droidian@lancelot:~$ test_vibrator
  37. test_vibrator is not supported in this build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement