Skip to content

Debugging

Bobby Galli edited this page Feb 16, 2021 · 6 revisions
  • Use adb root shell to attempt to execute libcrashpad_handler.so directly to see if it is compatible with the device
  • Cmake build output is found at ${PROJECT_DIR}/app/.cxx/cmake/${debug|release}/${ABI}
  • Enable debugging of the Crashpad source by adding a symbols path in project configuration, add paths to ${CRASHPAD_DIR}/crashpad and $CRASHPAD_DIR}/crashpad/third_party/mini_chromium/mini_chromium

Clone this wiki locally