Merge "Turn off debug logging flags" into qt-dev

am: ed9be192b6

Change-Id: Ib0b539172fdeff2eabb86033b10af1b811171e7f
This commit is contained in:
Yanting Yang
2019-04-17 10:45:33 -07:00
committed by android-build-merger
10 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ import java.util.stream.Collectors;
*/
public class NetworkScanHelper {
public static final String TAG = "NetworkScanHelper";
private static final boolean DBG = true;
private static final boolean DBG = false;
/**
* Callbacks interface to inform the network scan results.