Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9752663e authored by Etan Cohen's avatar Etan Cohen
Browse files

[RTT2] Disable VDBG

Useful for dev, should now be off by default.

Bug: 65108607
Test: builds, unit tests, integration tests
Change-Id: I3090d804073e1ecaf7fcbddcac9f36b577add6bc
parent ea0baebf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;