Skip to content

Avoid crashing before priting debug output when setting up db

Carl Schwan requested to merge work/carl/avoid-crash-missing-tracer into master

Calling debugLastDbError requires the database to be already setup as it is using the akonadi tracer. So using it to debug why the database didn't open doesn't work.

CCBUG: 468985

Merge request reports