Searched refs:launcherLog (Results 1 – 1 of 1) sorted by relevance
177 File launcherLog = new File(String.format(LAUNCHER_LOG_PATH, username)); in captureLauncherLog() local178 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()