Home
last modified time | relevance | path

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

12345

/system/nfc/src/fuzzers/
Dfuzz.sh27 rm -rf ./logs ./coverage
55 rm -rf ./logs ./coverage
58 mkdir -p ./logs/ERROR ./logs/UNKNOWN ./coverage
63 run_once >./logs/fuzz.log 2>&1
66 CRASH=$(grep -aoP "Test unit written to \K\S+" ./logs/fuzz.log)
70 mv ./logs/fuzz.log ./logs/ERROR/run_$TS.log
75 run_once $CRASH >./logs/verify.log 2>&1
76 SIG=$(grep -m 1 -aoP "#?? \S+ in \K\S+ system/nfc/src\S+:\S+" ./logs/verify.log)
80 cat ./logs/verify.log>>./logs/fuzz.log
82 cp ./logs/verify.log ./logs/fuzz.log
[all …]
D.gitignore1 logs
/system/chre/host/hal_generic/aidl/
Devent_logger.cc95 std::string logs; in dump() local
98 logs.append("\nNanoapp loads:\n"); in dump()
108 logs.append(buffer); in dump()
112 logs.append("\nNanoapp unloads:\n"); in dump()
117 logs.append(buffer); in dump()
121 logs.append("\nMessages to Nanoapps:\n"); in dump()
127 logs.append(buffer); in dump()
131 logs.append("\nMessages from Nanoapps:\n"); in dump()
136 logs.append(buffer); in dump()
140 logs.append("\nContext hub restarts:\n"); in dump()
[all …]
/system/logging/logd/
DREADME.compression.md12 * Compress logs to make more efficient use of the buffer
21 * Delete messages classified as spam to extend the range of logs from other sources
23 * Logs from UIDs whose logs consume over 12.5% of a log buffer
28 * Developer confusion about missing and de-duplicated logs
38 * Store many more logs in the same log buffer size => better for diagnosis
40 * No gaps in logs, no de-duplicated logs => no developer confusion
45 * Captured 2, 5 day periods of full time personal usage of Pixel 4 and replayed the logs offline
DREADME.replay.md27 4. Range (the range of time that the logs cover in seconds)
35 4. `print_logs BUFFER_TYPE [buffers] [print_point]` - this prints the logs as processed by the given
36 buffer_type from the buffers specified by `buffers` starting after the number of logs specified by
38 specified logs have been logged, which is particularly useful since it will show the chatty
40 logs.
43 `print_point` is an positive integer. If it is unspecified, logs are printed after the entire
DChattyLogBuffer.cpp354 while (it != logs().end()) { in Prune()
416 if (found != mLastWorst[id].end() && found->second != logs().end()) { in Prune()
425 if (found != mLastWorstPidOfSystem[id].end() && found->second != logs().end()) { in Prune()
436 lastt = logs().end(); in Prune()
439 while (it != logs().end()) { in Prune()
572 while (pruneRows > 0 && it != logs().end()) { in Prune()
598 while (it != logs().end() && pruneRows > 0) { in Prune()
616 return pruneRows == 0 || it == logs().end(); in Prune()
DSimpleLogBuffer.cpp46 auto it = logs().begin(); in GetOldest()
50 while (it != logs().end() && it->log_id() != log_id) { in GetOldest()
53 if (it != logs().end()) { in GetOldest()
327 if (__predict_false(it == logs().end())) { in Erase()
DSerializedFlushToState.cpp24 std::list<SerializedLogChunk>* logs) in SerializedFlushToState() argument
25 : FlushToState(start, log_mask), logs_(logs) { in SerializedFlushToState()
DSerializedFlushToState.h48 SerializedFlushToState(uint64_t start, LogMask log_mask, std::list<SerializedLogChunk>* logs)
DREADME.auditd4 counterpart designed to gather the audit logs from the
/system/sepolicy/microdroid/system/private/
Dlogcat.te1 # logcat in Microdroid runs as a daemon process. It reads logs from logd and
2 # emits the logs to the virtual serial console.
12 # logcat can get logs from logd
Dcrash_dump.te31 # crash_dump writes out logcat logs at the bottom of tombstones,
36 # are WAI, suppress the denials to clean up the logs.
/system/media/audio_utils/include/audio_utils/
DSimpleLog.h111 logs(nowNs, "invalid format"); in logv()
121 logs(nowNs, buffer); in logv()
135 void logs(int64_t nowNs, U&& buffer) in logs() function
/system/core/bootstat/
DREADME.md5 command also aggregates boot event metrics locally and logs the metrics for
38 bootstat logs all boot events recorded using the `-r` option to the EventLog
39 using the Tron histogram. These logs may be uploaded by interested parties
/system/logging/liblog/
DREADME.md101 and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in
102 Main, System, Radio and Events sub-logs.
106 BAsic, System or Radio sub-logs in either the Verbose, Debug, Info, Warning or Error priorities.
114 The log reading interfaces permit opening the logs either singly or multiply, retrieving a log entry
116 finally a call closing the logs. A single log can be opened with `android_logger_list_open()`; or
117 multiple logs can be opened with `android_logger_list_alloc()`, calling in turn the
127 logs to the persistent logs from before the last reboot.
/system/bpf/bpfloader/
Dbpfloader.rc66 # Otherwise buffer will overflow before you manage to dump it and you'll get useless logs.
70 # 4. as the device is booting up capture bpfloader logs via:
75 # will take care of capturing logs as early as possible
77 # 5. look through the logs from the kernel's bpf verifier that bpfloader dumps out,
/system/sepolicy/prebuilts/api/29.0/public/
Dcrash_dump.te49 # crash_dump writes out logcat logs at the bottom of tombstones,
54 # are WAI, suppress the denials to clean up the logs.
/system/sepolicy/prebuilts/api/30.0/public/
Dcrash_dump.te49 # crash_dump writes out logcat logs at the bottom of tombstones,
54 # are WAI, suppress the denials to clean up the logs.
/system/sepolicy/prebuilts/api/31.0/public/
Dcrash_dump.te55 # crash_dump writes out logcat logs at the bottom of tombstones,
60 # are WAI, suppress the denials to clean up the logs.
/system/sepolicy/public/
Dcrash_dump.te61 # crash_dump writes out logcat logs at the bottom of tombstones,
66 # are WAI, suppress the denials to clean up the logs.
/system/sepolicy/prebuilts/api/33.0/public/
Dcrash_dump.te61 # crash_dump writes out logcat logs at the bottom of tombstones,
66 # are WAI, suppress the denials to clean up the logs.
/system/sepolicy/prebuilts/api/32.0/public/
Dcrash_dump.te55 # crash_dump writes out logcat logs at the bottom of tombstones,
60 # are WAI, suppress the denials to clean up the logs.
/system/incremental_delivery/incfs/
Dincfs.cpp65 IncFsFd logs; member
67 constexpr IncFsControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs, IncFsFd blocksWritten) in IncFsControl()
68 : cmd(cmd), pendingReads(pendingReads), logs(logs), blocksWritten(blocksWritten) {} in IncFsControl()
407 auto logs = openAt(fd, INCFS_LOG_FILENAME); in makeControl() local
408 if (!logs.ok()) { in makeControl()
419 IncFs_CreateControl(cmd.get(), pendingReads.get(), logs.get(), blocksWritten.get()); in makeControl()
423 (void)logs.release(); in makeControl()
623 return control->logs; in IncFs_GetControlFd()
640 out[LOGS] = std::exchange(control->logs, -1); in IncFs_ReleaseControlFds()
645 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs, in IncFs_CreateControl() argument
[all …]
/system/chre/doc/
Dframework_debugging.md16 collected in bug reports. These logs must not wake the applications processor
26 Choosing an appropriate level for logs, and logging only the necessary
29 logs causing useful log messages to be pushed out of limited buffering space.
/system/media/audio_utils/tests/
Dsimplelog_tests.cpp41 slog->logs(-1 /* nowNs */, std::string("ABC")); // may take a std::string as well in TEST()

12345