Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 25 of 30) sorted by relevance

12

/system/core/crash_reporter/
Dwarn_collector_test.sh61 cp TEST_WARNING messages
74 cat TEST_WARNING >> messages
79 sed s/intel_dp.c/intel_xx.c/ < TEST_WARNING >> messages
84 mv messages messages.1
85 sed s/intel_dp.c/intel_xy.c/ < TEST_WARNING > messages
Dkernel_log_collector.sh41 last_line=$(grep "${msg_pattern}" /var/log/messages | grep -- "${search_key}" | tail -n 1)
48 grep "${msg_pattern}" /var/log/messages | grep -- "${search_key}" | while read line; do
Dcrash_reporter_logs.conf50 awk '$3 ~ "^session_manager\[" { print }' /var/log/messages | tail -20; \
91 tail -n 50 /var/log/messages; \
/system/core/libutils/tests/
DLooper_test.cpp94 Vector<Message> messages; member in android::StubMessageHandler
97 messages.push(message); in handleMessage()
452 EXPECT_EQ(size_t(1), handler->messages.size()) in TEST_F()
454 EXPECT_EQ(MSG_TEST1, handler->messages[0].what) in TEST_F()
474 EXPECT_EQ(size_t(3), handler1->messages.size()) in TEST_F()
476 EXPECT_EQ(MSG_TEST1, handler1->messages[0].what) in TEST_F()
478 EXPECT_EQ(MSG_TEST3, handler1->messages[1].what) in TEST_F()
480 EXPECT_EQ(MSG_TEST4, handler1->messages[2].what) in TEST_F()
482 EXPECT_EQ(size_t(1), handler2->messages.size()) in TEST_F()
484 EXPECT_EQ(MSG_TEST2, handler2->messages[0].what) in TEST_F()
[all …]
/system/tpm/attestation/common/
Dproto_print.py121 messages = []
141 messages.append(current_message_stack.pop())
178 return package, imports, messages, enums
399 package, imports, messages, enums = ParseProto(input_file)
409 for message in messages:
/system/core/adb/
Dprotocol.txt27 The transport layer deals in "messages", which consist of a 24 byte
69 established. Until a CONNECT message is received no other messages may
70 be sent. Any messages received before a CONNECT message MUST be ignored.
124 identified by local-id is ready for write messages and that it is
135 not change on later READY messages sent to the same stream.
174 outbound messages are discarded when the connection to the remote side
179 sends a SYNC(0, 0) and starts discarding all messages
181 sends a SYNC(1, token) and continues to discard messages
183 starts accepting messages to forward to the remote side
231 which may be opened to get debug messages from the bootloader and a
Dshell_service.cpp420 const char* messages[] = {"child failed to open pseudo-term slave ", in OpenPtyChildFd() local
422 for (const char* message : messages) { in OpenPtyChildFd()
/system/sepolicy/
Dautoplay_app.te28 # Send logcat messages to logd.
95 # Receive or send uevent messages.
98 # Receive or send generic netlink messages
Dpriv_app.te103 # Receive or send uevent messages.
106 # Receive or send generic netlink messages
Duntrusted_app.te112 # Receive or send uevent messages.
115 # Receive or send generic netlink messages
Dapp.te315 # These messages are broadcast messages from the kernel to userspace.
316 # Do not allow the writing of netlink messages, which has been a source
Dinit.te140 # or a read that consumes the messages that were read.
/system/connectivity/shill/bin/
Dff_debug49 All messages at, or above, the current log level are logged. Normal log
54 Logs only FATAL messages.
56 Logs INFO, WARNING, ERROR, ERROR_REPORT, and FATAL messages.
58 Logs everything that "--level 0" does, plus SLOG(<tag>, <n>) messages,
/system/tpm/trunks/
Dinterface.proto4 // The messages in this file correspond to the trunksd IPC interface. Each
/system/core/logd/
DREADME.auditd6 includes Linux Security Modules (LSM) messages as well.
DREADME.property5 ro.logd.auditd.dmesg bool true selinux audit messages duplicated and
/system/connectivity/shill/
DTESTING133 - "grep shill /var/log/messages" for log messages
134 - "grep wpa_supplicant /var/log/messages" for supplicant log messages
DHACKING107 - When adding verbose log messages for debug purposes, use the SLOG marco and
110 - Choose the appropriate scope and verbose level for log messages. E.g.
DNETLINK_MESSAGES.txt14 with the messages passed across the netlink sockets.
/system/connectivity/shill/vpn/
Dopenvpn_management_server.cc194 vector<string> messages = SplitString( in OnInput() local
197 for (vector<string>::const_iterator it = messages.begin(); in OnInput()
198 it != messages.end() && IsStarted(); ++it) { in OnInput()
/system/core/liblog/
DREADME139 If messages fail, a negative error code will be returned to the caller.
152 indicating how many messages were dropped as a result. Please take
159 messages to be passed atomically, merge them into one message with
/system/tpm/tpm_manager/common/
Dtpm_ownership_interface.proto23 // The messages in this file correspond to the D-Bus interface to handle
Dtpm_nvram_interface.proto22 // The messages in this file correspond to the D-Bus interface for accessing
/system/bt/doc/
Dpower_management.md32 controller, timers are used to post messages to the BTA workqueue thread as
149 responses are also fired as messages through the BTA workqueue thread, which are
154 Essentially these messages eventually go through the same functions as events
/system/core/metricsd/
DREADME.md119 * Make sure no error messages appear in logcat when you log a sample.

12