From 404bc3934bcb0bbb5671a84ecb45c95069bc1ab3 Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Tue, 11 Feb 2020 10:24:39 +0900 Subject: network trace: Add mqueue verification There is some OS (e.g. Android) which doesn't support message queue. Since network trace uses it as IPC, we need to disable it if following calls are not available: mq_open, mq_close, mq_unlink, mq_send, mq_receive Signed-off-by: Saya Sugiura Signed-off-by: KHANH LUONG HONG DUY --- doc/dlt_extended_network_trace.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/dlt_extended_network_trace.md b/doc/dlt_extended_network_trace.md index bb2f09b..f46ce7d 100644 --- a/doc/dlt_extended_network_trace.md +++ b/doc/dlt_extended_network_trace.md @@ -5,7 +5,13 @@ Back to [README.md](../README.md) ## Introduction The extended network trace allows the user to send or truncate network trace -messages that are larger than the normal maximum size of a DLT message. +messages that are larger than the normal maximum size of a DLT message. This +interface will be enabled if following calls are supported on the target: +- mq\_open +- mq\_close +- mq\_unlink +- mq\_send +- mq\_receive ## Protocol -- cgit v1.2.1