setTrace

abstract fun setTrace(eventCodes: SqliteTraceEventCode?, handler: Trace?)(source)

Sets the callback that get invoked whenever any of the events identified by eventCodes occur.

Throws

if setting the handler fails.