summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-debug.h
Commit message (Collapse)AuthorAgeFilesLines
* libtracker-common: Add 'fts-integrity' debug flagCarlos Garnacho2023-01-231-0/+1
| | | | | | | | | | This debug flag forces a FTS integrity check after every set of FTS updates, and raises an error if the integrity check did fail. This is a more proactive (and expensive) approach to finding out FTS index corruptions. In order to make this helpful right away, toggle this flag on for our own test suite, so that CI may catch any remaining/popping issues.
* Add TRACKER_DEBUG=sparqlSam Thursfield2020-04-281-2/+3
| | | | This outputs all queries to the console.
* Add TRACKER_DEBUG=collation,sqlite flagsSam Thursfield2020-04-281-2/+4
|
* Add ONTOLOGY_CHANGES debug flag and hide index creation logs by defualtSam Thursfield2020-04-201-1/+2
|
* Add TRACKER_DEBUG environment variable, use for SQL debugSam Thursfield2020-04-201-0/+54
This works the same as GTK's GTK_DEBUG variable. It will allow us to include more types of optional debugging info, and will make the default debug output more readlable. See https://gitlab.gnome.org/GNOME/tracker/issues/178