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

Issue 2872953002: iOS audio session isInterrupted flag does not get reset correctly: (Closed)

Created:
3 years, 7 months ago by jtt_webrtc
Modified:
3 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, audio-team_agora.io, sdk-team_agora.io, peah-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

iOS audio session isInterrupted flag does not get reset correctly: BUG=webrtc:7605 Review-Url: https://codereview.webrtc.org/2872953002 Cr-Commit-Position: refs/heads/master@{#18072} Committed: https://chromium.googlesource.com/external/webrtc/+/5171a7f58c99774953c4563fc37b8c59effcc3a4

Patch Set 1 #

Patch Set 2 : Merge branch 'master' of https://chromium.googlesource.com/external/webrtc into interrupt #

Total comments: 4

Patch Set 3 : Moved unit test to right file #

Patch Set 4 : Added gtest dependency #

Total comments: 3

Patch Set 5 : renamed vars #

Patch Set 6 : Reformatted comments #

Patch Set 7 : Errant dot #

Total comments: 1

Patch Set 8 : added comments #

Total comments: 3

Patch Set 9 : Updated comments #

Patch Set 10 : Updated comments #

Patch Set 11 : Merge branch 'master' of https://chromium.googlesource.com/external/webrtc into interrupt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (18 generated)
jtt_webrtc
3 years, 7 months ago (2017-05-09 16:55:24 UTC) #2
tkchin_webrtc
https://codereview.webrtc.org/2872953002/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm File webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm (right): https://codereview.webrtc.org/2872953002/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm#newcode15 webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm:15: #define private public oof. Don't do this - not ...
3 years, 7 months ago (2017-05-09 17:48:25 UTC) #10
jtt_webrtc
On 2017/05/09 17:48:25, tkchin_webrtc wrote: > https://codereview.webrtc.org/2872953002/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm > File webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm (right): > https://codereview.webrtc.org/2872953002/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm#newcode15 > webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm:15: ...
3 years, 7 months ago (2017-05-09 19:07:33 UTC) #13
jtt_webrtc
https://codereview.webrtc.org/2872953002/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm File webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm (right): https://codereview.webrtc.org/2872953002/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm#newcode277 webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm:277: delete audioBuffer; On 2017/05/09 17:48:25, tkchin_webrtc wrote: > fyi ...
3 years, 7 months ago (2017-05-09 19:07:45 UTC) #14
tkchin_webrtc
https://codereview.webrtc.org/2872953002/diff/60001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm File webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm (right): https://codereview.webrtc.org/2872953002/diff/60001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm#newcode830 webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm:830: std::unique_ptr<webrtc::AudioDeviceIOS> audioDevice; use C++ style in C++ file. underscores. ...
3 years, 7 months ago (2017-05-09 21:07:02 UTC) #19
jtt_webrtc
On 2017/05/09 21:07:02, tkchin_webrtc wrote: > https://codereview.webrtc.org/2872953002/diff/60001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm > File webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm (right): > > https://codereview.webrtc.org/2872953002/diff/60001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm#newcode830 > ...
3 years, 7 months ago (2017-05-09 21:28:49 UTC) #20
jtt_webrtc
3 years, 7 months ago (2017-05-09 21:28:56 UTC) #21
jtt_webrtc
Fixed errant dot.
3 years, 7 months ago (2017-05-09 21:33:43 UTC) #22
tkchin_webrtc
lgtm
3 years, 7 months ago (2017-05-09 21:48:10 UTC) #23
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/2872953002/120001
3 years, 7 months ago (2017-05-09 21:48:30 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://chromium.googlesource.com/external/webrtc/+/5171a7f58c99774953c4563fc37b8c59effcc3a4
3 years, 7 months ago (2017-05-09 22:09:42 UTC) #28
henrika_webrtc
Great work. https://codereview.webrtc.org/2872953002/diff/120001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm File webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm (right): https://codereview.webrtc.org/2872953002/diff/120001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm#newcode828 webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm:828: TEST_F(AudioDeviceTest, testInterruptedAudioSession) { Care to add some ...
3 years, 7 months ago (2017-05-10 14:08:19 UTC) #30
jtt_webrtc
Added comments per henrika.
3 years, 7 months ago (2017-05-10 15:55:31 UTC) #31
henrika_webrtc
Appreciated. lgtm
3 years, 7 months ago (2017-05-11 08:00:18 UTC) #32
henrika_webrtc
https://codereview.webrtc.org/2872953002/diff/140001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm File webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm (right): https://codereview.webrtc.org/2872953002/diff/140001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm#newcode828 webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm:828: // Verifies that the AudioDeviceIOS is_interrupted_ flag is reset ...
3 years, 7 months ago (2017-05-11 08:00:28 UTC) #33
jtt_webrtc
On 2017/05/11 08:00:28, henrika_webrtc wrote: > https://codereview.webrtc.org/2872953002/diff/140001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm > File webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm (right): > > https://codereview.webrtc.org/2872953002/diff/140001/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm#newcode828 > ...
3 years, 7 months ago (2017-05-11 16:09:12 UTC) #34
jtt_webrtc
Rewrote comments.
3 years, 7 months ago (2017-05-11 16:09:39 UTC) #35
jtt_webrtc
Bump.
3 years, 7 months ago (2017-05-16 15:14:53 UTC) #36
henrika_webrtc
3 years, 7 months ago (2017-05-17 07:16:27 UTC) #37
Message was sent while issue was closed.
Sorry for the delay.

lgtm

Powered by Google App Engine
This is Rietveld 408576698