summaryrefslogtreecommitdiffstats
path: root/testing/android/native_test_launcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'testing/android/native_test_launcher.cc')
-rw-r--r--testing/android/native_test_launcher.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc
index 57a918b..2fde7351 100644
--- a/testing/android/native_test_launcher.cc
+++ b/testing/android/native_test_launcher.cc
@@ -142,9 +142,9 @@ static void RunTests(JNIEnv* env,
dup2(STDOUT_FILENO, STDERR_FILENO);
if (command_line.HasSwitch(switches::kWaitForDebugger)) {
- std::string msg = StringPrintf("Native test waiting for GDB because "
- "flag %s was supplied",
- switches::kWaitForDebugger);
+ std::string msg = base::StringPrintf("Native test waiting for GDB because "
+ "flag %s was supplied",
+ switches::kWaitForDebugger);
__android_log_write(ANDROID_LOG_VERBOSE, kLogTag, msg.c_str());
base::debug::WaitForDebugger(24 * 60 * 60, false);
}