Chromium Code Reviews| Index: runtime/bin/dbg_connection_android.cc |
| =================================================================== |
| --- runtime/bin/dbg_connection_android.cc (revision 14903) |
| +++ runtime/bin/dbg_connection_android.cc (working copy) |
| @@ -7,6 +7,7 @@ |
| #include <stdlib.h> |
| #include <sys/epoll.h> |
| +#include "bin/log.h" |
|
siva
2012/11/15 18:46:48
Please sort alphabetically (should go after fdutil
gram
2012/11/15 21:16:50
Done.
|
| #include "bin/dbg_connection.h" |
| #include "bin/fdutils.h" |
| #include "bin/socket.h" |
| @@ -32,7 +33,7 @@ |
| // Sync message. Not yet implemented. |
| UNIMPLEMENTED(); |
| } else { |
| - printf("unexpected: receiving debugger connection event.\n"); |
| + Log::Print("unexpected: receiving debugger connection event.\n"); |
| UNIMPLEMENTED(); |
| } |
| } |