Home
last modified time | relevance | path

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

/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
DTimeZoneDistroInstaller.java114 private final String logTag; field in TimeZoneDistroInstaller
121 public TimeZoneDistroInstaller(String logTag, File baseVersionFile, File installDir) { in TimeZoneDistroInstaller() argument
122 this.logTag = logTag; in TimeZoneDistroInstaller()
165 Slog.i(logTag, "Unpacking / verifying time zone update"); in stageInstallWithErrorCode()
173 Slog.i(logTag, "Invalid distro version: " + e.getMessage()); in stageInstallWithErrorCode()
177 Slog.i(logTag, "Update not applied: Distro version could not be loaded"); in stageInstallWithErrorCode()
189 Slog.i(logTag, "Update not applied: Distro version could not be converted", e); in stageInstallWithErrorCode()
193 Slog.i(logTag, "Update not applied: Distro format version check failed: " in stageInstallWithErrorCode()
199 Slog.i(logTag, "Update not applied: Distro is missing required data file(s)"); in stageInstallWithErrorCode()
204 Slog.i(logTag, "Update not applied: Distro rules version check failed"); in stageInstallWithErrorCode()
[all …]
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
DWritingService.java81 String logTag, in WriteToDisk() argument
85 mLogTag = logTag; in WriteToDisk()