[RTT2] Disable VDBG

Useful for dev, should now be off by default.

Bug: 65108607
Test: builds, unit tests, integration tests
Change-Id: I3090d804073e1ecaf7fcbddcac9f36b577add6bc
This commit is contained in:
Etan Cohen
2017-11-14 07:18:45 -08:00
parent ea0baebfb9
commit 9752663e3b

View File

@@ -44,7 +44,7 @@ import java.util.List;
@SystemService(Context.WIFI_RTT2_SERVICE)
public class WifiRttManager {
private static final String TAG = "WifiRttManager";
private static final boolean VDBG = true;
private static final boolean VDBG = false;
private final Context mContext;
private final IWifiRttManager mService;