Turn off debug logging flags
Fixes: 130558346 Test: visual Change-Id: Ie82bfe503f789435a3474697391fdfdeb94864ee
This commit is contained in:
@@ -69,7 +69,7 @@ import java.util.List;
|
||||
public class NotificationStation extends SettingsPreferenceFragment {
|
||||
private static final String TAG = NotificationStation.class.getSimpleName();
|
||||
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
private static final boolean DUMP_EXTRAS = true;
|
||||
private static final boolean DUMP_PARCEL = true;
|
||||
private Handler mHandler;
|
||||
|
Reference in New Issue
Block a user