NAN: Disable all DBG flags.

Change-Id: Ib60cf3c9fd4c8dbf973e118d94340fbfd890a738
This commit is contained in:
Etan Cohen
2016-02-11 14:57:00 -08:00
parent 4e9e3d02e0
commit 7d6c389edf
4 changed files with 4 additions and 4 deletions

View File

@@ -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
/**

View File

@@ -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;

View File

@@ -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
/**

View File

@@ -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
/**