Searched refs:getDebugThrowable (Results 1 – 2 of 2) sorted by relevance
162 Throwable existingThrowable = existing.getDebugThrowable(); in onEntryAdded()588 + (summary != null && summary.getDebugThrowable() != null in toString()589 ? Log.getStackTraceString(summary.getDebugThrowable()) in toString()594 + (child.getDebugThrowable() != null in toString()595 ? Log.getStackTraceString(child.getDebugThrowable()) in toString()
471 public Throwable getDebugThrowable() { in getDebugThrowable() method in NotificationEntry