Crash Logs

    Description — Couchbase Lite on Android — Using symbolicate to decode crash logs
    Related Content — Using Logs | Troubleshooting Queries

    Symbolication

    In order to make sense of a crash report you will need to translate the crash log’s memory addresses with human-readable function names and line numbers; this process is called symbolication.

    To do this you will need to have debug symbol (.dSYM) files for the application and for Couchbase Lite on Android’s framework.