/system/core/crash_reporter/ |
D | warn_collector_test.sh | 61 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
|
D | kernel_log_collector.sh | 41 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
|
D | crash_reporter_logs.conf | 50 awk '$3 ~ "^session_manager\[" { print }' /var/log/messages | tail -20; \ 91 tail -n 50 /var/log/messages; \
|
/system/core/libutils/tests/ |
D | Looper_test.cpp | 94 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/ |
D | proto_print.py | 121 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/ |
D | protocol.txt | 27 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
|
D | shell_service.cpp | 420 const char* messages[] = {"child failed to open pseudo-term slave ", in OpenPtyChildFd() local 422 for (const char* message : messages) { in OpenPtyChildFd()
|
/system/sepolicy/ |
D | autoplay_app.te | 28 # Send logcat messages to logd. 95 # Receive or send uevent messages. 98 # Receive or send generic netlink messages
|
D | priv_app.te | 103 # Receive or send uevent messages. 106 # Receive or send generic netlink messages
|
D | untrusted_app.te | 112 # Receive or send uevent messages. 115 # Receive or send generic netlink messages
|
D | app.te | 315 # These messages are broadcast messages from the kernel to userspace. 316 # Do not allow the writing of netlink messages, which has been a source
|
D | init.te | 140 # or a read that consumes the messages that were read.
|
/system/connectivity/shill/bin/ |
D | ff_debug | 49 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/ |
D | interface.proto | 4 // The messages in this file correspond to the trunksd IPC interface. Each
|
/system/core/logd/ |
D | README.auditd | 6 includes Linux Security Modules (LSM) messages as well.
|
D | README.property | 5 ro.logd.auditd.dmesg bool true selinux audit messages duplicated and
|
/system/connectivity/shill/ |
D | TESTING | 133 - "grep shill /var/log/messages" for log messages 134 - "grep wpa_supplicant /var/log/messages" for supplicant log messages
|
D | HACKING | 107 - 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.
|
D | NETLINK_MESSAGES.txt | 14 with the messages passed across the netlink sockets.
|
/system/connectivity/shill/vpn/ |
D | openvpn_management_server.cc | 194 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/ |
D | README | 139 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/ |
D | tpm_ownership_interface.proto | 23 // The messages in this file correspond to the D-Bus interface to handle
|
D | tpm_nvram_interface.proto | 22 // The messages in this file correspond to the D-Bus interface for accessing
|
/system/bt/doc/ |
D | power_management.md | 32 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/ |
D | README.md | 119 * Make sure no error messages appear in logcat when you log a sample.
|