/system/nfc/src/fuzzers/ |
D | fuzz.sh | 27 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 | .gitignore | 1 logs
|
/system/chre/host/hal_generic/aidl/ |
D | event_logger.cc | 95 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/ |
D | README.compression.md | 12 * 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
|
D | README.replay.md | 27 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
|
D | ChattyLogBuffer.cpp | 354 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()
|
D | SimpleLogBuffer.cpp | 46 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()
|
D | SerializedFlushToState.cpp | 24 std::list<SerializedLogChunk>* logs) in SerializedFlushToState() argument 25 : FlushToState(start, log_mask), logs_(logs) { in SerializedFlushToState()
|
D | SerializedFlushToState.h | 48 SerializedFlushToState(uint64_t start, LogMask log_mask, std::list<SerializedLogChunk>* logs)
|
D | README.auditd | 4 counterpart designed to gather the audit logs from the
|
/system/sepolicy/microdroid/system/private/ |
D | logcat.te | 1 # 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
|
D | crash_dump.te | 31 # 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/ |
D | SimpleLog.h | 111 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/ |
D | README.md | 5 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/ |
D | README.md | 101 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/ |
D | bpfloader.rc | 66 # 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/ |
D | crash_dump.te | 49 # 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/ |
D | crash_dump.te | 49 # 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/ |
D | crash_dump.te | 55 # 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/ |
D | crash_dump.te | 61 # 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/ |
D | crash_dump.te | 61 # 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/ |
D | crash_dump.te | 55 # 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/ |
D | incfs.cpp | 65 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/ |
D | framework_debugging.md | 16 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/ |
D | simplelog_tests.cpp | 41 slog->logs(-1 /* nowNs */, std::string("ABC")); // may take a std::string as well in TEST()
|