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

Unified Diff: webrtc/audio/test/low_bandwidth_audio_test.cc

Issue 2767383005: Add Windows, Mac, Android support to low bandwidth audio test (Closed)
Patch Set: Add configurable adb_path Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/audio/test/low_bandwidth_audio_test.cc
diff --git a/webrtc/audio/test/low_bandwidth_audio_test.cc b/webrtc/audio/test/low_bandwidth_audio_test.cc
index c1b1a02235610b51cfa708aa934eb6183ccc3275..0a0537c069cf14d99a6cba50c6641c0a66d1da60 100644
--- a/webrtc/audio/test/low_bandwidth_audio_test.cc
+++ b/webrtc/audio/test/low_bandwidth_audio_test.cc
@@ -107,7 +107,7 @@ void AudioQualityTest::OnTestFinished() {
// Output information about the input and output audio files so that further
// processing can be done by an external process.
- printf("TEST %s %s:%s\n", test_info->name(),
+ printf("TEST %s %s %s\n", test_info->name(),
AudioInputFile().c_str(), AudioOutputFile().c_str());
}

Powered by Google App Engine
This is Rietveld 408576698