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

Commit cdb45050 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove some noisy logs by setting DEBUG = false" into sc-dev

parents 58c6ae18 81ca1f88
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;

    /**