wiki:wip_sf_2_cam

Version 2 (modified by admin, 7 years ago) (diff)

--

WIP SF 2.x Camera

Debugging a SIGSEGV in binder

On the device

ps ax | grep mini
gdbserver :3050 --attach <PID from above>

On the host

arm-linux-gnueabi-gdb
target remote jolla:3050
set solib-search-path /home/guhl/mer/android.cm11/droid/out/target/product/vision/symbols/system/bin:/home/guhl/ws/cm11/out/target/product/vision/symbols/system/lib
break <somewhere>
cont