Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DRuntimeService.java97 String debugKeyPrefix = "core_library.timezone.source.data_"; in addTimeZoneApkDebugInfo() local
100 addDistroVersionDebugInfo(versionFileName, debugKeyPrefix, coreLibraryDebugInfo); in addTimeZoneApkDebugInfo()
142 String debugKeyPrefix, DebugInfo debugInfo) { in addDistroVersionDebugInfo() argument
144 String statusKey = debugKeyPrefix + "status"; in addDistroVersionDebugInfo()
153 .addStringEntry(debugKeyPrefix + "formatVersion", formatVersionString) in addDistroVersionDebugInfo()
154 .addStringEntry(debugKeyPrefix + "rulesVersion", in addDistroVersionDebugInfo()
156 .addStringEntry(debugKeyPrefix + "revision", in addDistroVersionDebugInfo()
160 debugInfo.addStringEntry(debugKeyPrefix + "exception_class", in addDistroVersionDebugInfo()
162 debugInfo.addStringEntry(debugKeyPrefix + "exception_msg", e.getMessage()); in addDistroVersionDebugInfo()