Searched refs:logAndReThrow (Results 1 – 1 of 1) sorted by relevance
159 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