Lines Matching refs:RTCLog
107 RTCLog(@"RTC_OBJC_TYPE(RTCAudioSession) (%p): init.", self);
117 RTCLog(@"RTC_OBJC_TYPE(RTCAudioSession) (%p): dealloc.", self);
209 RTCLog(@"Adding delegate: (%p)", delegate);
220 RTCLog(@"Removing delegate: (%p)", delegate);
405 RTCLog(@"Number of current activations: %d", _activationCount);
503 RTCLog(@"Audio session interruption began.");
509 RTCLog(@"Audio session interruption ended.");
530 RTCLog(@"Audio route changed:");
533 RTCLog(@"Audio route changed: ReasonUnknown");
536 RTCLog(@"Audio route changed: NewDeviceAvailable");
539 RTCLog(@"Audio route changed: OldDeviceUnavailable");
542 RTCLog(@"Audio route changed: CategoryChange to :%@",
546 RTCLog(@"Audio route changed: Override");
549 RTCLog(@"Audio route changed: WakeFromSleep");
552 RTCLog(@"Audio route changed: NoSuitableRouteForCategory");
555 RTCLog(@"Audio route changed: RouteConfigurationChange");
561 RTCLog(@"Previous route: %@\nCurrent route:%@",
567 RTCLog(@"Media services were lost.");
573 RTCLog(@"Media services were reset.");
588 RTCLog(@"Another application's primary audio has started.");
591 RTCLog(@"Another application's primary audio has stopped.");
598 RTCLog(@"Application became active after an interruption. Treating as interruption "
652 RTCLog(@"Incrementing activation count.");
657 RTCLog(@"Decrementing activation count.");
727 RTCLog(@"Configuring audio session for WebRTC.");
790 RTCLog(@"Unconfiguring audio session for WebRTC.");
840 RTCLog(@"Audio session was externally activated.");
848 RTCLog(@"Clearing interrupted state due to external activation.");
859 RTCLog(@"Audio session was externally deactivated.");
871 RTCLog(@"OutputVolumeDidChange to %f", newVolume.floatValue);