Home
last modified time | relevance | path

Searched refs:ANRS_PATH (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java134 private static final String ANRS_PATH = "/data/anr"; field in NativeDevice
3062 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()