Injectable logging
Allows passing a Loggable to PCFactory.initializationOptions, which is then injected to Logging.java and logging.h. Future log messages in both Java and native will then be passed to this Loggable. Bug: webrtc:9225 Change-Id: I2ff693380639448301a78a93dc11d3a0106f0967 Reviewed-on: https://webrtc-review.googlesource.com/73243 Commit-Queue: Paulina Hensman <phensman@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23241}
This commit is contained in:

committed by
Commit Bot

parent
8694f29b30
commit
59216ec4a4
@ -1342,7 +1342,10 @@ if (is_android) {
|
||||
rtc_android_library("base_java") {
|
||||
java_files = [
|
||||
"java/src/org/webrtc/ContextUtils.java",
|
||||
"java/src/org/webrtc/FallbackLogger.java",
|
||||
"java/src/org/webrtc/Loggable.java",
|
||||
"java/src/org/webrtc/Logging.java",
|
||||
"java/src/org/webrtc/NativeLogger.java",
|
||||
"java/src/org/webrtc/Size.java",
|
||||
"java/src/org/webrtc/ThreadUtils.java",
|
||||
]
|
||||
|
Reference in New Issue
Block a user