Home
last modified time | relevance | path

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

12

/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/Bluetooth/jni/
Dcom_android_bluetooth_btservice_ActivityAttribution.cpp66 const std::vector<BtaaAggregationEntry> logs) override { in OnActivityLogsReady() argument
73 jsize logs_size = logs.size() * sizeof(BtaaAggregationEntry); in OnActivityLogsReady()
83 (jbyte*)logs.data()); in OnActivityLogsReady()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/activityAttribution/
DActivityAttributionNativeInterface.java70 private void onActivityLogsReady(byte[] logs) { in onActivityLogsReady() argument
71 Log.i(TAG, "onActivityLogsReady() BTAA: " + logs); in onActivityLogsReady()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
Dvisualize_random_graph.sh27 LOG_DIR=$(mktemp -d)/nnapi-fuzzing-logs
29 echo Creating logs in $LOG_DIR
/packages/modules/NeuralNetworks/tools/
Dbuild_and_run_benchmark.sh25 LOGDIR=$(mktemp -d)/nnapi-logs
27 echo Creating logs in $LOGDIR
/packages/modules/Scheduling/tests/hostsidetests/src/com/android/tests/scheduling/host/
DRebootReadinessHostTest.java64 String logs = getDevice().executeAdbCommand( in testUnattendedRebootMetrics_Basic() local
67 Scanner in = new Scanner(logs); in testUnattendedRebootMetrics_Basic()
/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/modules/Virtualization/docs/getting_started/
Dindex.md29 If you run into problems, inspect the logs produced by `atest`. Their location is printed at the
30 end. The `host_log_*.zip` file should contain the output of individual commands as well as VM logs.
Dgoldfish.md33 * `-show-kernel`: print kernel UART logs to the console (useful for debugging),
/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/modules/Permission/PermissionController/src/com/android/permissioncontroller/
DPermissionController.proto25 repeated string logs = 3; field
/packages/services/Car/cpp/telemetry/cartelemetryd/
DREADME.md11 **Enabling VERBOSE logs**
/packages/services/Car/cpp/telemetry/cartelemetryd/sampleclient/
DREADME.md17 # Then check logcat and dumpsys to verify the results. The following command enables VERBOSE logs.
/packages/apps/Car/DebuggingRestrictionController/server/functions/
D.eslintrc.json114 // Forces developers to return console logs and http calls in promises.
/packages/modules/Virtualization/microdroid/
DREADME.md81 Now, run the VM and look for `adbd` starting in the logs.
Dinit.rc54 # Start logd before any other services run to ensure we capture all of their logs.
Dmicrodroid_file_contexts574 /data/misc/bluetooth/logs(/.*)? u:object_r:bluetooth_logs_data_file:s0
593 /data/misc/nfc/logs(/.*)? u:object_r:nfc_logs_data_file:s0
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto130 // From the service instead of an activity logs the number of times the
136 // From the service instead of an activity logs the number of times the
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java3407 String logs = Files.lines(file.toPath()).collect(Collectors.joining("\n")); in dumpDebug() local
3408 proto.write(NfcServiceDumpProto.NATIVE_CRASH_LOGS, logs); in dumpDebug()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto1738 // Histogram bucket for Wi-Fi Aware logs. Range is [start, end)
2170 // Histogram bucket for Wi-Fi RTT logs. Range is [start, end)
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...

12