setRecordingEnabledForTesting static method

  1. @visibleForTesting
void setRecordingEnabledForTesting(
  1. bool enabled
)

Test-only: enable or disable recording without full native init.

Implementation

@visibleForTesting
static void setRecordingEnabledForTesting(bool enabled) {
  _recordingEnabled = enabled;
}