commit | 80c2cd973de7f3854451bde7bcefb564163bbd74 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Tue Mar 15 11:43:10 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 15 11:43:16 2016 |
tree | 18f32d7ab7e23a16a58ef733beddf070fdf57053 | |
parent | 253534d1bdb5d21670f355f0b553efec51c7adc6 [diff] |
Android: Add more info for createPbufferSurface() exceptions This CL adds the width and height to the createPbufferSurface exception message. Also, when a Callable.call() fails in ThreadUtils.invokeUninterruptibly() we rethrow a new exception, but that excludes the callstack from Callable.call(). This CL adds the callstack from Callable.call() to make debugging easier. BUG=b/27581640,b/27516991 Review URL: https://codereview.webrtc.org/1780183005 Cr-Commit-Position: refs/heads/master@{#11996}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.