HomeSort by relevance Sort by last modified time
    Searched defs:ANR (Results 1 - 2 of 2) sorted by null

  /tools/loganalysis/src/com/android/loganalysis/parser/
MonkeyLogParser.java 74 private static final Pattern ANR = Pattern.compile(
82 private static final Pattern TRACES_START = Pattern.compile("anr traces:");
83 private static final Pattern TRACES_STOP = Pattern.compile("// anr traces status was \\d+");
178 // Set the trace if the crash is an ANR and if the app for the crash and trace match
265 m = ANR.matcher(line);
LogcatParser.java 48 public static final String ANR = "ANR";

Completed in 134 milliseconds