commit | 3111e5fb48dd5c58e5669119081add277c1dd068 | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Tue Nov 07 11:33:43 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 07 12:14:40 2017 |
tree | 0d8440c011a08ace4033bcf232810d2cadfca94a | |
parent | fd0de7a4bb4f6b35be27e3f2c5f01261abdf43d9 [diff] |
Android: Replacement for JNIEnv::FindClass that works from any thread This CL adds a replacement for JNIEnv::FindClass that works from any thread, i.e. from native C++ threads as well. This function will be used from the generated JNI code. Long term, we should stop using classreferenceholder that relies on a hardcoded list of WebRTC classes. Bug: webrtc:8278 Change-Id: I4f40c744325ac02b73bd8fa479ab50b684429dc2 Reviewed-on: https://webrtc-review.googlesource.com/20223 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20583}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.