inferLabelForTest method

  1. @visibleForTesting
String? inferLabelForTest(
  1. String? explicitLabel,
  2. StackTrace trace
)
inherited

Exposed helper for testing label inference on custom stack traces.

Implementation

@visibleForTesting
String? inferLabelForTest(String? explicitLabel, StackTrace trace) {
  return _inferLabel(explicitLabel, trace);
}