Fix problem where Android VoE can not record on multiple channels.

The issue was introduced in https://webrtc-codereview.appspot.com/33969004/
R8325

TEST=  Build libjingle_peerconnection_android_unittest and then run "CHECKOUT_SOURCE_ROOT=`pwd` build/android/test_runner.py instrumentation --test-apk=libjingle_peerconnection_android_unittest"
R=henrika@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/38089004

Cr-Commit-Position: refs/heads/master@{#8349}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8349 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
perkj@webrtc.org 2015-02-12 12:33:10 +00:00
parent 7c4d20fd6c
commit a9eaeebc6a

View File

@ -171,6 +171,7 @@ int32_t AudioRecordJni::StartRecording() {
ALOGE("StartRecording failed!");
return -1;
}
recording_ = true;
return 0;
}