Home
last modified time | relevance | path

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

123

/system/bt/vendor_libs/test_vendor_lib/scripts/scripted_beacon_test/
Drun_test.sh2 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
Dadd_beacons2 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/
Dgen_html_coverage.sh5 …summary --instr-profile=/tmp/logs/HostOnlyCert/latest/GdDevice_dut_backing_process_coverage.profda…
/system/core/logd/
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
DSerializedFlushToState.h60 void InitializeLogs(std::list<SerializedLogChunk>* logs) { in InitializeLogs() argument
61 if (logs_ == nullptr) logs_ = logs; in InitializeLogs()
DChattyLogBuffer.cpp356 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()
DSimpleLogBuffer.cpp45 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()
DREADME.auditd4 counterpart designed to gather the audit logs from the
/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/core/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/bt/doc/
Dnetwork_ports.md7 * TCP 8872 (hci/src/btsnoop_net.cc) - read live btsnoop logs
Dbtsnoop_net.md3 btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables
/system/incremental_delivery/incfs/
Dincfs.cpp63 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/
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.
Dbootstat.te22 # Allow access to reading the logs to read aspects of system health
Dupdate_engine.te32 # 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/
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.
Dupdate_engine.te32 # 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/
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.
Dwificond.te26 # allow wificond to check permission for dumping logs
/system/media/audio_utils/tests/
Dsimplelog_tests.cpp41 slog->logs(-1 /* nowNs */, std::string("ABC")); // may take a std::string as well in TEST()
/system/bt/gd/docs/testing/
Dcert_test.md194 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/
DREADME.md22 To see collected logs run:
/system/sepolicy/prebuilts/api/28.0/public/
Dwificond.te26 # allow wificond to check permission for dumping logs

123