Turn off debug logging flags
Fixes: 130558346 Test: visual Change-Id: Ie82bfe503f789435a3474697391fdfdeb94864ee
This commit is contained in:
@@ -48,7 +48,7 @@ import java.util.Map;
|
||||
public class AppStateNotificationBridge extends AppStateBaseBridge {
|
||||
|
||||
private final String TAG = "AppStateNotificationBridge";
|
||||
private final boolean DEBUG = true;
|
||||
private final boolean DEBUG = false;
|
||||
private final Context mContext;
|
||||
private IUsageStatsManager mUsageStatsManager;
|
||||
protected List<Integer> mUserIds;
|
||||
|
Reference in New Issue
Block a user