addFileTracing method

void addFileTracing()

Must be called outside the RunZoneGuardedIntegration. Otherwise the FileOverrides aren't attached to the root zone.

Implementation

void addFileTracing() {
  file_tracer.addFileTracing(this);
}