AppRTCDemo file logging.
Adds logging macros to log logs to a file. Undeletes CircularFileStream for that purpose. BUG= R=jiayl@webrtc.org, pbos@webrtc.org Review URL: https://codereview.webrtc.org/1217473011 . Cr-Commit-Position: refs/heads/master@{#9582}
This commit is contained in:
@ -240,6 +240,7 @@
|
||||
'app/webrtc/objc/RTCDataChannel.mm',
|
||||
'app/webrtc/objc/RTCEnumConverter.h',
|
||||
'app/webrtc/objc/RTCEnumConverter.mm',
|
||||
'app/webrtc/objc/RTCFileLogger.mm',
|
||||
'app/webrtc/objc/RTCI420Frame+Internal.h',
|
||||
'app/webrtc/objc/RTCI420Frame.mm',
|
||||
'app/webrtc/objc/RTCICECandidate+Internal.h',
|
||||
@ -280,6 +281,7 @@
|
||||
'app/webrtc/objc/public/RTCAudioSource.h',
|
||||
'app/webrtc/objc/public/RTCAudioTrack.h',
|
||||
'app/webrtc/objc/public/RTCDataChannel.h',
|
||||
'app/webrtc/objc/public/RTCFileLogger.h',
|
||||
'app/webrtc/objc/public/RTCI420Frame.h',
|
||||
'app/webrtc/objc/public/RTCICECandidate.h',
|
||||
'app/webrtc/objc/public/RTCICEServer.h',
|
||||
|
Reference in New Issue
Block a user