| Index: base/debug/debugger.cc
|
| ===================================================================
|
| --- base/debug/debugger.cc (revision 106858)
|
| +++ base/debug/debugger.cc (working copy)
|
| @@ -15,8 +15,8 @@
|
| #if defined(OS_ANDROID)
|
| // The pid from which we know which process to attach to are not output by
|
| // android ddms, so we have to print it out explicitly.
|
| - LOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
|
| - << ")";
|
| + DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
|
| + << ")";
|
| #endif
|
| for (int i = 0; i < wait_seconds * 10; ++i) {
|
| if (BeingDebugged()) {
|
|
|