Home
last modified time | relevance | path

Searched refs:logOrThrow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DSparseMappingTable.java199 logOrThrow("key=0x" + Integer.toHexString(key) in getValue()
233 logOrThrow("id=0x" + Integer.toHexString(id) + " idx=" + idx in getValueForId()
274 logOrThrow("can't store negative values" in setValue()
285 logOrThrow("key=0x" + Integer.toHexString(key) in setValue()
376 logOrThrow("Sequence mismatch. SparseMappingTable.reset()" in assertConsistency()
381 logOrThrow("Sequence mismatch. Table.resetTable()" in assertConsistency()
596 logOrThrow("bad array lengths: got " + num + " array is " + alen); in readCompactedLongArray()
644 private static void logOrThrow(String message) { in logOrThrow() method in SparseMappingTable
645 logOrThrow(message, new RuntimeException("Stack trace")); in logOrThrow()
652 private static void logOrThrow(String message, Throwable th) { in logOrThrow() method in SparseMappingTable