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

Issue 23321004: capture a top java exception on certain Samsung devices (Closed)

Created:
7 years, 3 months ago by qinmin
Modified:
7 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

capture a top java exception on certain Samsung devices This is one of the top crasher on some samsung devices https://crash.corp.google.com/search?query=android.media.MediaCodec.flush Capture some exceptions while we are trying to look into the problem BUG=278464 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221858

Patch Set 1 #

Patch Set 2 : return error code #

Total comments: 4

Patch Set 3 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -9 lines) Patch
M media/base/android/java/src/org/chromium/media/MediaCodecBridge.java View 1 1 chunk +11 lines, -5 lines 0 comments Download
M media/base/android/media_codec_bridge.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M media/base/android/media_codec_bridge.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M media/base/android/media_decoder_job.cc View 1 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
qinmin
PTAL
7 years, 3 months ago (2013-08-23 20:35:59 UTC) #1
Yaron
On 2013/08/23 20:35:59, qinmin wrote: > PTAL What side effects can happen if we think ...
7 years, 3 months ago (2013-08-23 20:54:15 UTC) #2
qinmin
The IllegalStateException is a very general exception thrown by media framework. I cannot repro the ...
7 years, 3 months ago (2013-08-23 21:24:40 UTC) #3
Yaron
On 2013/08/23 21:24:40, qinmin wrote: > The IllegalStateException is a very general exception thrown by ...
7 years, 3 months ago (2013-08-23 22:42:12 UTC) #4
qinmin
PTAL again, the crash is now almost 30% on beta, and we still haven't got ...
7 years, 3 months ago (2013-09-06 21:25:22 UTC) #5
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/23321004/diff/7001/media/base/android/java/src/org/chromium/media/MediaCodecBridge.java File media/base/android/java/src/org/chromium/media/MediaCodecBridge.java (right): https://codereview.chromium.org/23321004/diff/7001/media/base/android/java/src/org/chromium/media/MediaCodecBridge.java#newcode202 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java:202: mMediaCodec.flush(); Why was the call order changed? https://codereview.chromium.org/23321004/diff/7001/media/base/android/media_codec_bridge.h ...
7 years, 3 months ago (2013-09-06 21:37:44 UTC) #6
xhwang
lgtm % acolwell's question
7 years, 3 months ago (2013-09-06 23:18:47 UTC) #7
qinmin
https://codereview.chromium.org/23321004/diff/7001/media/base/android/java/src/org/chromium/media/MediaCodecBridge.java File media/base/android/java/src/org/chromium/media/MediaCodecBridge.java (right): https://codereview.chromium.org/23321004/diff/7001/media/base/android/java/src/org/chromium/media/MediaCodecBridge.java#newcode202 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java:202: mMediaCodec.flush(); If MediaCodec throws an exception, mAudioTrack.flush() will not ...
7 years, 3 months ago (2013-09-06 23:22:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/23321004/15001
7 years, 3 months ago (2013-09-06 23:25:32 UTC) #9
commit-bot: I haz the power
7 years, 3 months ago (2013-09-07 02:04:34 UTC) #10
Message was sent while issue was closed.
Change committed as 221858

Powered by Google App Engine
This is Rietveld 408576698