OS X 10.10 and Xcode 6.1.1.
Perhaps I messed up something in the project settings, as now unnecessary logs related to AVFoundation.framework appear in the console. The first block appears during initialization, settings, and music playback in AVPlayer.
[01:08:32.915] FigLimitedDiskCacheProvider_CopyProperty signalled err=-12784 (kFigBaseObjectError_PropertyNotFound) (no such property) at /SourceCache/CoreMedia/CoreMedia-1562.19/Prototypes/FigByteStreamPrototypes/FigLimitedDiskCacheProvider.c line 947 Jan 14 01:08:32 MacBook-Air-Roman.local rtcreporting[6668] <Info>: logging starts... Jan 14 01:08:32 MacBook-Air-Roman.local rtcreporting[6668] <Debug>: setMessageLoggingBlock: called< Jan 14 01:08:32 MacBook-Air-Roman.local rtcreporting[6668] <Debug>: startConfigurationWithCompletionHandler: Cached 0 enabled backends Jan 14 01:08:32 MacBook-Air-Roman.local rtcreporting[6668] <Debug>: setUserInfoDict: enabled backends: ( )
These logs appear when paused or played.
Jan 14 01:08:35 MacBook-Air-Roman.local rtcreporting[6668] <Debug>: sendMessageWithCategory: (null) Jan 14 01:08:35 MacBook-Air-Roman.local rtcreporting[6668] <Debug>: sendMessageWithCategory: (null)
There are also many other comments that I do not need, because all these errors are not critical, and I have never seen them. I do not understand - how to disable these debug logs? What is it?
objective-c xcode xcode6 avfoundation avplayer
user2756721
source share