trace Sync
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX ] )
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX ] )
Wraps section in a platform trace and returns its result.
sectionName is a lambda so any string assembly (concatenation, cookie minting) only runs when tracing is enabled. When disabled, the wrapper collapses to a direct call.