[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user