Merge "Turn down the logging a little bit." into nyc-dev

This commit is contained in:
Joe Onorato
2016-02-12 22:56:13 +00:00
committed by Android (Google) Code Review

View File

@@ -23,7 +23,7 @@ import java.util.concurrent.CountDownLatch;
@SystemApi
public class RttManager {
private static final boolean DBG = true;
private static final boolean DBG = false;
private static final String TAG = "RttManager";
/** @deprecated It is Not supported anymore. */