Searched refs:stackTrace (Results 1 – 7 of 7) sorted by relevance
55 String stackTrace = entry.getText(64 * 1024); in DropBoxReceiver()58 boolean matched = stackTrace.contains(line); in DropBoxReceiver()
45 ConsumableEntry(Consumable consumable, Throwable stackTrace) { in ConsumableEntry() argument47 mStackTrace = stackTrace; in ConsumableEntry()
74 noted.add(op to Throwable().stackTrace) in <lambda>()78 selfNoted.add(op to Throwable().stackTrace) in <lambda>()
391 Throwable stackTrace = new Throwable(); in logWithStack() local392 stackTrace.fillInStackTrace(); in logWithStack()393 Log.e(TAG, message, stackTrace); in logWithStack()
186 protected void logWithStack(String message, Throwable stackTrace) { in logWithStack() argument187 if (stackTrace == null) { in logWithStack()188 stackTrace = new Throwable(); in logWithStack()189 stackTrace.fillInStackTrace(); in logWithStack()191 Log.e(TAG, message, stackTrace); in logWithStack()
509 Throwable stackTrace = new Throwable(); in logWithStack() local510 stackTrace.fillInStackTrace(); in logWithStack()511 Log.e(TAG, message, stackTrace); in logWithStack()
638 String stackTrace = stringWriter.toString(); in runTestsWithPreconditions()649 + " Stack trace: " + stackTrace, in runTestsWithPreconditions()