Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DNestedRemoteDevice.java177 File launcherLog = new File(String.format(LAUNCHER_LOG_PATH, username)); in captureLauncherLog() local
178 if (!launcherLog.exists()) { in captureLauncherLog()
179 CLog.e("%s doesn't exists, skip logging it.", launcherLog.getAbsolutePath()); in captureLauncherLog()
193 String.format("'cat %s'", launcherLog.getAbsolutePath())); in captureLauncherLog()