/**
  * Return true if tracing should be acted on - i.e. if traceOn is true and we are past the
  * bootstrap phase.
  */
 @Override
 public boolean shouldTrace() {
   return traceOn && engine.shouldTrace();
 }