Merge "Hide some JDWP logging behind -verbose:jdwp." into dalvik-dev
diff --git a/src/jdwp/jdwp_main.cc b/src/jdwp/jdwp_main.cc
index 608ad04..22767ef 100644
--- a/src/jdwp/jdwp_main.cc
+++ b/src/jdwp/jdwp_main.cc
@@ -228,7 +228,7 @@
/*
* Close down the network to inspire the thread to halt.
*/
- LOG(DEBUG) << "JDWP shutting down net...";
+ VLOG(jdwp) << "JDWP shutting down net...";
(*transport->shutdown)(this);
if (debug_thread_started_) {
@@ -239,7 +239,7 @@
}
}
- LOG(DEBUG) << "JDWP freeing netstate...";
+ VLOG(jdwp) << "JDWP freeing netstate...";
(*transport->free)(this);
netState = NULL;
}