Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DNestedRemoteDevice.java71 private static final String LAUNCHER_LOG_PATH = "/home/%s/cuttlefish_runtime/launcher.log"; field in NestedRemoteDevice
177 File launcherLog = new File(String.format(LAUNCHER_LOG_PATH, username)); in captureLauncherLog()