
In crrev.com/531028, the JNI generator starts to add heap profiler events to JNI generated functions. This will cause a ~80KiB regression and at the moment it is breaking the Chromium Roll into WebRTC. This CL defines a void macro to re-enable the Chromium Roll avoiding the size regression. Bug: chromium:801260 Change-Id: I9543299199c4e14b6b9b235c5cb98c0d53cf29ea Reviewed-on: https://webrtc-review.googlesource.com/43021 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21730}
This directory holds a Java implementation of the webrtc::PeerConnection API, as well as the JNI glue C++ code that lets the Java implementation reuse the C++ implementation of the same API. To build the Java API and related tests, generate GN projects with: --args='target_os="android"' To use the Java API, start by looking at the public interface of org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest. To understand the implementation of the API, see the native code in jni/.