From 1987fa2b75253d9f47cde8f4dd593509027147a5 Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Mon, 21 Dec 2020 11:40:42 +0900 Subject: doc: Limitation to SIGUSR1 usage on Android Signed-off-by: Saya Sugiura --- doc/dlt_for_developers.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/dlt_for_developers.md') diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md index 931397c..781f6fb 100644 --- a/doc/dlt_for_developers.md +++ b/doc/dlt_for_developers.md @@ -81,6 +81,11 @@ and to TARGET\_LINK\_LIBRARIES: ${DLT_LIBRARIES} ``` +### Limitation + +On Android, definition of `SIGUSR1` in DLT application shall be avoided since +DLT library blocks `SIGUSR1` to terminate housekeeper thread at exit. + ## General Rules for Logging ### Be Smart -- cgit v1.2.1