Merge "Reduce log spam in TimeSparseArray" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bd2e790946
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user