/system/bt/vendor_libs/test_vendor_lib/scripts/scripted_beacon_test/ |
D | run_test.sh | 2 mkdir -p /tmp/logs/scripted_beacon_test/ 6 $ANDROID_BUILD_TOP/out/host/linux-x86/bin/root-canal 2> /tmp/logs/scripted_beacon_test/root_canal.l… 8 python3 scripts/test_channel.py 6401 < scripts/scripted_beacon_test/add_beacons > /tmp/logs/scripte… 9 python3 scripts/hci_socket.py 6402 < scripts/scripted_beacon_test/start_scan > /tmp/logs/scripted_b… 17 gqui /tmp/logs/scripted_beacon_test/*.pb
|
D | add_beacons | 2 add scripted_beacon be:ac:01:55:00:01 scripts/scripted_beacon_test/test_events.pb /tmp/logs/scripte… 4 add scripted_beacon be:ac:01:55:00:02 scripts/scripted_beacon_test/no_permission.pb /tmp/logs/scrip… 6 add scripted_beacon be:ac:01:55:00:02 scripts/scripted_beacon_test/grant_permission.pb /tmp/logs/sc…
|
/system/bt/gd/cert/ |
D | gen_html_coverage.sh | 5 …summary --instr-profile=/tmp/logs/HostOnlyCert/latest/GdDevice_dut_backing_process_coverage.profda…
|
/system/core/logd/ |
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 | SerializedFlushToState.h | 60 void InitializeLogs(std::list<SerializedLogChunk>* logs) { in InitializeLogs() argument 61 if (logs_ == nullptr) logs_ = logs; in InitializeLogs()
|
D | ChattyLogBuffer.cpp | 356 while (it != logs().end()) { in Prune() 418 if (found != mLastWorst[id].end() && found->second != logs().end()) { in Prune() 427 if (found != mLastWorstPidOfSystem[id].end() && found->second != logs().end()) { in Prune() 438 lastt = logs().end(); in Prune() 441 while (it != logs().end()) { in Prune() 574 while (pruneRows > 0 && it != logs().end()) { in Prune() 600 while (it != logs().end() && pruneRows > 0) { in Prune() 618 return pruneRows == 0 || it == logs().end(); in Prune()
|
D | SimpleLogBuffer.cpp | 45 auto it = logs().begin(); in GetOldest() 49 while (it != logs().end() && it->log_id() != log_id) { in GetOldest() 52 if (it != logs().end()) { in GetOldest() 329 if (__predict_false(it == logs().end())) { in Erase()
|
D | README.auditd | 4 counterpart designed to gather the audit logs from the
|
/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/core/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/bt/doc/ |
D | network_ports.md | 7 * TCP 8872 (hci/src/btsnoop_net.cc) - read live btsnoop logs
|
D | btsnoop_net.md | 3 btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 63 IncFsFd logs; member 64 constexpr IncFsControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs) in IncFsControl() 65 : cmd(cmd), pendingReads(pendingReads), logs(logs) {} in IncFsControl() 315 auto logs = openRaw(root, INCFS_LOG_FILENAME); in makeControl() local 317 auto control = IncFs_CreateControl(cmd.get(), pendingReads.get(), logs.get()); in makeControl() 321 (void)logs.release(); in makeControl() 492 return control->logs; in IncFs_GetControlFd() 507 out[LOGS] = std::exchange(control->logs, -1); in IncFs_ReleaseControlFds() 511 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs) { in IncFs_CreateControl() argument 512 return new IncFsControl(cmd, pendingReads, logs); in IncFs_CreateControl() [all …]
|
/system/sepolicy/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.
|
D | bootstat.te | 22 # Allow access to reading the logs to read aspects of system health
|
D | update_engine.te | 32 # Don't allow kernel module loading, just silence the logs. 73 # Allow to write to snapshotctl_log 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.
|
D | update_engine.te | 32 # Don't allow kernel module loading, just silence the logs. 82 # Allow to write to snapshotctl_log logs.
|
/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.
|
D | wificond.te | 26 # allow wificond to check permission for dumping logs
|
/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()
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 194 When running tests on local Android checkout, logs or most recent run are stored 197 * /tmp/logs/HostOnlyCert/latest 199 Navigate test logs 201 In test root, the following logs are available: 214 * Cert stack logs: 219 * Device under test logs: 225 * Individual test directories: logs for individual test cases
|
/system/extras/boottime_tools/bootio/ |
D | README.md | 22 To see collected logs run:
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | wificond.te | 26 # allow wificond to check permission for dumping logs
|