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.java200 logOrThrow("key=0x" + Integer.toHexString(key) in getValue()
234 logOrThrow("id=0x" + Integer.toHexString(id) + " idx=" + idx in getValueForId()
275 logOrThrow("can't store negative values" in setValue()
286 logOrThrow("key=0x" + Integer.toHexString(key) in setValue()
377 logOrThrow("Sequence mismatch. SparseMappingTable.reset()" in assertConsistency()
382 logOrThrow("Sequence mismatch. Table.resetTable()" in assertConsistency()
591 logOrThrow("bad array lengths: got " + num + " array is " + alen); in readCompactedLongArray()
639 private static void logOrThrow(String message) { in logOrThrow() method in SparseMappingTable
640 logOrThrow(message, new RuntimeException("Stack trace")); in logOrThrow()
647 private static void logOrThrow(String message, Throwable th) { in logOrThrow() method in SparseMappingTable