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

Commit a930996c authored by Daniel Cardenas's avatar Daniel Cardenas Committed by android-build-merger
Browse files

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

am: bd2e7909

Change-Id: Iffacb38ca50741f78c3d49aa5ace6416eb7280ab
parents 6363f4ad bd2e7909
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);
            }