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

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

Merge "Reduce log spam in TimeSparseArray" into pi-dev

parents b6d4401d 8664e956
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ public class TimeSparseArray<E> extends LongSparseArray<E> {
                key++;
                keyIndex++;
            }
            if (key >= origKey + 10) {
            if (key >= origKey + 100) {
                Slog.w(TAG, "Value " + value + " supposed to be inserted at " + origKey
                        + " displaced to " + key);
            }