Searched refs:LAUNCHER_LOG_PATH (Results 1 – 1 of 1) sorted by relevance
71 private static final String LAUNCHER_LOG_PATH = "/home/%s/cuttlefish_runtime/launcher.log"; field in NestedRemoteDevice177 File launcherLog = new File(String.format(LAUNCHER_LOG_PATH, username)); in captureLauncherLog()