Searched refs:LOGV (Results 1 – 2 of 2) sorted by relevance
635 if (Log.Config.LOGV) Log.v("ddms", "Read " + count + " bytes from " + this); in read()702 if (Log.Config.LOGV) Log.v("ddms", in getJdwpPacket()722 if (Log.Config.LOGV) Log.v("ddms", in addRequestId()733 if (Log.Config.LOGV) Log.v("ddms", in removeRequestId()751 if (Log.Config.LOGV) Log.v("ddms", in isResponseToUs()
155 static final boolean LOGV = true; field in Log.Config