Home
last modified time | relevance | path

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

/packages/services/Car/car-builtin-lib/src/android/car/builtin/app/
DActivityManagerHelper.java159 throw logAndReThrow(e, "could not get stack info for user %d", userId); in stopAllTasksForUser()
175 throw logAndReThrow(e, format, args); in runRemotely()
180 private static RuntimeException logAndReThrow(Exception e, String format, Object...args) { in logAndReThrow() method in ActivityManagerHelper