Package org.webrtc
Class CallSessionFileRotatingLogSink
java.lang.Object
org.webrtc.CallSessionFileRotatingLogSink
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCallSessionFileRotatingLogSink
(String dirPath, int maxFileSize, Logging.Severity severity) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
static byte[]
getLogData
(String dirPath) private static long
nativeAddSink
(String dirPath, int maxFileSize, int severity) private static void
nativeDeleteSink
(long sink) private static byte[]
nativeGetLogData
(String dirPath)
-
Field Details
-
nativeSink
private long nativeSink
-
-
Constructor Details
-
CallSessionFileRotatingLogSink
-
-
Method Details
-
getLogData
-
dispose
public void dispose() -
nativeAddSink
-
nativeDeleteSink
private static void nativeDeleteSink(long sink) -
nativeGetLogData
-