Skip to content

Tracer: don't assemble tracing strings when null tracer is used.

Daniel Vrátil requested to merge dvratil/akonadi:work/tracer into master

Building the JSON/debug strings is fairly expensive, so let's avoid doing that for every command if we are going to throw the result away immediately.

Merge request reports