Merge change 23978

* changes:
  Log.d -> Log.v
This commit is contained in:
Android (Google) Code Review
2009-09-04 12:19:36 -07:00

View File

@@ -152,8 +152,8 @@ public class DdmHandleHello extends ChunkHandler {
"hprof-heap-dump", "method-trace-profiling"
};
if (Config.LOGD)
Log.d("ddm-heap", "Got feature list request");
if (Config.LOGV)
Log.v("ddm-heap", "Got feature list request");
int size = 4 + 4 * features.length;
for (int i = features.length-1; i >= 0; i--)