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

Commit 938458c1 authored by Joe Onorato's avatar Joe Onorato Committed by android-build-merger
Browse files

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

am: 96631970

* commit '96631970':
  Turn down the logging a little bit.
parents d6af0a24 96631970
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */