Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81ca1f88 authored by Tony Wickham's avatar Tony Wickham
Browse files

Remove some noisy logs by setting DEBUG = false

Change-Id: I050676c0f4750e06a9052fd1c2ebe1e8badcfd92
parent 12eeecc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ import java.util.List;
 */
public class AllAppsRecyclerView extends BaseRecyclerView {
    private static final String TAG = "AllAppsContainerView";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    private AlphabeticalAppsList mApps;
    private final int mNumAppsPerRow;
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ import java.util.stream.Collectors;
public class FolderNameProvider implements ResourceBasedOverride {

    private static final String TAG = "FolderNameProvider";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    /**
     * IME usually has up to 3 suggest slots. In total, there are 4 suggest slots as the folder
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ import java.util.HashSet;
public class GridSizeMigrationTask {

    private static final String TAG = "GridSizeMigrationTask";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    // These are carefully selected weights for various item types (Math.random?), to allow for
    // the least absurd migration experience.
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ import java.util.Set;
public class GridSizeMigrationTaskV2 {

    private static final String TAG = "GridSizeMigrationTaskV2";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    private final Context mContext;
    private final SQLiteDatabase mDb;
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ import java.util.Optional;
 */
public class ItemInfo {

    public static final boolean DEBUG = true;
    public static final boolean DEBUG = false;
    public static final int NO_ID = -1;

    /**