Searched refs:logTag (Results 1 – 6 of 6) sorted by relevance
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/ |
D | TimeZoneDistroInstaller.java | 116 private final String logTag; field in TimeZoneDistroInstaller 123 public TimeZoneDistroInstaller(String logTag, File baseVersionFile, File installDir) { in TimeZoneDistroInstaller() argument 124 this.logTag = logTag; in TimeZoneDistroInstaller() 167 Slog.i(logTag, "Unpacking / verifying time zone update"); in stageInstallWithErrorCode() 175 Slog.i(logTag, "Invalid distro version: " + e.getMessage()); in stageInstallWithErrorCode() 179 Slog.i(logTag, "Update not applied: Distro version could not be loaded"); in stageInstallWithErrorCode() 191 Slog.i(logTag, "Update not applied: Distro version could not be converted", e); in stageInstallWithErrorCode() 195 Slog.i(logTag, "Update not applied: Distro format version check failed: " in stageInstallWithErrorCode() 201 Slog.i(logTag, "Update not applied: Distro is missing required data file(s)"); in stageInstallWithErrorCode() 206 Slog.i(logTag, "Update not applied: Distro rules version check failed"); in stageInstallWithErrorCode() [all …]
|
/system/bt/gd/cert/ |
D | logging_client_interceptor.py | 38 def __init__(self, server_stream_call, logTag): argument 42 self.logTag = logTag 55 print("%s %s" % (self.logTag, pretty_print(resp)))
|
/system/core/libutils/ |
D | CallStack_fuzz.cpp | 30 std::string logTag = dataProvider.ConsumeRandomLengthString(MAX_STRING_SIZE); in LLVMFuzzerTestOneInput() local 33 const char* logTagChars = logTag.c_str(); in LLVMFuzzerTestOneInput()
|
D | Printer_fuzz.cpp | 33 std::string logTag = dataProvider.ConsumeRandomLengthString(MAX_STR_SIZE); in LLVMFuzzerTestOneInput() local 43 android::LogPrinter(logTag.c_str(), priority, prefix.c_str(), ignoreBlankLines); in LLVMFuzzerTestOneInput()
|
D | ProcessCallStack_fuzz.cpp | 57 std::string logTag = dataProvider->ConsumeRandomLengthString(MAX_LOG_META_SIZE); in spawnThreads() local 61 callStack.log(logTag.c_str()); in spawnThreads()
|
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
D | WritingService.java | 81 String logTag, in WriteToDisk() argument 85 mLogTag = logTag; in WriteToDisk()
|