NAN: Disable all DBG flags.
Change-Id: Ib60cf3c9fd4c8dbf973e118d94340fbfd890a738
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user