Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1048)

Issue 2316223002: Android ThreadUtils: Propagate exceptions in invoke functions (Closed)

Created:
4 years, 3 months ago by magjed_webrtc
Modified:
4 years, 3 months ago
Reviewers:
sakal
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Android ThreadUtils: Propagate exceptions in invoke functions Right now, RuntimeExceptions thrown in an invoke function will kill the handler thread. This CL propagates the exceptions to the calling thread instead, to give the caller a change to handle them. BUG=webrtc:6327 Committed: https://crrev.com/7e4b604cda3af5147b391e78abf0639f7094b0d9 Cr-Commit-Position: refs/heads/master@{#14132}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename to concatStackTraces #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -22 lines) Patch
M webrtc/base/java/src/org/webrtc/ThreadUtils.java View 1 1 chunk +29 lines, -22 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
magjed_webrtc
Sami - please take a look.
4 years, 3 months ago (2016-09-07 15:57:03 UTC) #3
sakal
lgtm https://codereview.webrtc.org/2316223002/diff/1/webrtc/base/java/src/org/webrtc/ThreadUtils.java File webrtc/base/java/src/org/webrtc/ThreadUtils.java (right): https://codereview.webrtc.org/2316223002/diff/1/webrtc/base/java/src/org/webrtc/ThreadUtils.java#newcode206 webrtc/base/java/src/org/webrtc/ThreadUtils.java:206: private static StackTraceElement[] concat(StackTraceElement[] inner, StackTraceElement[] outer) { ...
4 years, 3 months ago (2016-09-08 08:13:19 UTC) #4
magjed_webrtc
https://codereview.webrtc.org/2316223002/diff/1/webrtc/base/java/src/org/webrtc/ThreadUtils.java File webrtc/base/java/src/org/webrtc/ThreadUtils.java (right): https://codereview.webrtc.org/2316223002/diff/1/webrtc/base/java/src/org/webrtc/ThreadUtils.java#newcode206 webrtc/base/java/src/org/webrtc/ThreadUtils.java:206: private static StackTraceElement[] concat(StackTraceElement[] inner, StackTraceElement[] outer) { On ...
4 years, 3 months ago (2016-09-08 09:35:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2316223002/20001
4 years, 3 months ago (2016-09-08 09:35:40 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-08 12:06:34 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 12:06:40 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7e4b604cda3af5147b391e78abf0639f7094b0d9
Cr-Commit-Position: refs/heads/master@{#14132}

Powered by Google App Engine
This is Rietveld 408576698