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.java201 logOrThrow("key=0x" + Integer.toHexString(key) in getValue()
235 logOrThrow("id=0x" + Integer.toHexString(id) + " idx=" + idx in getValueForId()
276 logOrThrow("can't store negative values" in setValue()
287 logOrThrow("key=0x" + Integer.toHexString(key) in setValue()
378 logOrThrow("Sequence mismatch. SparseMappingTable.reset()" in assertConsistency()
383 logOrThrow("Sequence mismatch. Table.resetTable()" in assertConsistency()
598 logOrThrow("bad array lengths: got " + num + " array is " + alen); in readCompactedLongArray()
646 private static void logOrThrow(String message) { in logOrThrow() method in SparseMappingTable
647 logOrThrow(message, new RuntimeException("Stack trace")); in logOrThrow()
654 private static void logOrThrow(String message, Throwable th) { in logOrThrow() method in SparseMappingTable