Searched refs:ANRS_PATH (Results 1 – 1 of 1) sorted by relevance
134 private static final String ANRS_PATH = "/data/anr"; field in NativeDevice3062 if (!doesFileExist(ANRS_PATH)) { in logAnrs()3063 CLog.d("No ANRs at %s", ANRS_PATH); in logAnrs()3074 boolean success = pullDir(ANRS_PATH, localDir); in logAnrs()3076 CLog.w("Failed to pull %s", ANRS_PATH); in logAnrs()