Searched refs:metricsStr (Results 1 – 1 of 1) sorted by relevance
665 String metricsStr = null; in logSystemServerShutdownTimeMetrics() local668 metricsStr = FileUtils.readTextFile(metricsFile, 0, null); in logSystemServerShutdownTimeMetrics()673 if (!TextUtils.isEmpty(metricsStr)) { in logSystemServerShutdownTimeMetrics()678 String[] array = metricsStr.split(","); in logSystemServerShutdownTimeMetrics()682 Slog.e(TAG, "Wrong format of shutdown metrics - " + metricsStr); in logSystemServerShutdownTimeMetrics()