Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DEventLogArray.java40 private final EventEntry[] logs; field in EventLogArray
46 logs = new EventEntry[size]; in EventLogArray()
64 int last = (nextIndex + logs.length - 1) % logs.length; in addLog()
65 int secondLast = (nextIndex + logs.length - 2) % logs.length; in addLog()
66 if (isEntrySame(logs[last], type, event) && isEntrySame(logs[secondLast], type, event)) { in addLog()
67 logs[last].update(type, event, extras, mLogId); in addLog()
68 logs[secondLast].duplicateCount++; in addLog()
72 if (logs[nextIndex] == null) { in addLog()
73 logs[nextIndex] = new EventEntry(); in addLog()
75 logs[nextIndex].update(type, event, extras, mLogId); in addLog()
[all …]
/packages/apps/Dialer/java/com/android/dialer/persistentlog/
DPersistentLogFileHandler.java108 void writeLogs(List<byte[]> logs) throws IOException { in writeLogs() argument
115 for (byte[] log : logs) { in writeLogs()
169 List<byte[]> logs = new ArrayList<>(); in getLogs() local
173 logs.add(log); in getLogs()
181 return logs; in getLogs()
DPersistentLogger.java159 List<byte[]> logs; in dumpLogToStringInternal() local
161 logs = readLogs(); in dumpLogToStringInternal()
166 for (byte[] log : logs) { in dumpLogToStringInternal()
/packages/modules/DnsResolver/
DREADME.md4 The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If
5 you want to enable the DEBUG level logs, using following command.
12 Verbose resolver logs could contain PII -- do NOT enable in production builds.
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DDiskBasedLogger.java144 File logs = new File(context.getFilesDir(), LOGS_FILE_PATH); in e() local
154 outputStream = context.openFileOutput(logs.getName(), Context.MODE_APPEND); in e()
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DPreviewDataManagerTest.java129 List<ShadowLog.LogItem> logs = ShadowLog.getLogsForTag("PreviewDataManager"); in queryPreviewData_sqlexception() local
133 for (ShadowLog.LogItem log : logs) { in queryPreviewData_sqlexception()
/packages/services/Car/tests/BugReportApp/
DREADME.md17 8. BugReportService running under current user (e.g. u10) starts collecting logs using dumpstate,
89 * Dumpstate (bugreport) - it should contain logs and other information.
/packages/apps/PermissionController/src/com/android/permissioncontroller/
DPermissionController.proto25 repeated string logs = 3; field
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto131 // From the service instead of an activity logs the number of times the
137 // From the service instead of an activity logs the number of times the
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java3156 String logs = Files.lines(file.toPath()).collect(Collectors.joining("\n")); in dumpDebug() local
3157 proto.write(NfcServiceDumpProto.NATIVE_CRASH_LOGS, logs); in dumpDebug()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...