Searched refs:errorText (Results 1 – 1 of 1) sorted by relevance
52 String errorText = window.getText(); in registerAnrAndCrashWatchers()53 onAnrDetected(errorText); in registerAnrAndCrashWatchers()67 String errorText = window.getText(); in registerAnrAndCrashWatchers()68 onCrashDetected(errorText); in registerAnrAndCrashWatchers()85 public void onAnrDetected(String errorText) { in onAnrDetected() argument86 mErrors.add(errorText); in onAnrDetected()89 public void onCrashDetected(String errorText) { in onCrashDetected() argument90 mErrors.add(errorText); in onCrashDetected()