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

Commit 5854010f authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

NAN: Disable all DBG flags. am: 7d6c389e

am: fa8e9aab

* commit 'fa8e9aab':
  NAN: Disable all DBG flags.
parents be0537a4 fa8e9aab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ import android.util.Log;
 */
public class WifiNanEventListener {
    private static final String TAG = "WifiNanEventListener";
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final boolean VDBG = false; // STOPSHIP if true

    /**
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ import android.util.Log;
 */
public class WifiNanManager {
    private static final String TAG = "WifiNanManager";
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final boolean VDBG = false; // STOPSHIP if true

    private IBinder mBinder;
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import android.util.Log;
 */
public class WifiNanSession {
    private static final String TAG = "WifiNanSession";
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final boolean VDBG = false; // STOPSHIP if true

    /**
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ import android.util.Log;
 */
public class WifiNanSessionListener {
    private static final String TAG = "WifiNanSessionListener";
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final boolean VDBG = false; // STOPSHIP if true

    /**