summaryrefslogtreecommitdiff
path: root/doc/dlt_for_developers.md
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2020-12-21 11:40:42 +0900
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-01-06 09:27:28 +0900
commit4c925c1797268a64f5007740019fd852e70d24e6 (patch)
tree4524bcb3e6342cde44e5d7748b7790201ee4ead3 /doc/dlt_for_developers.md
parent929a02f18556b9f1109c84d784a56de1e36a6e41 (diff)
downloadDLT-daemon-4c925c1797268a64f5007740019fd852e70d24e6.tar.gz
doc: Limitation to SIGUSR1 usage on Android
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'doc/dlt_for_developers.md')
-rw-r--r--doc/dlt_for_developers.md5
1 files changed, 5 insertions, 0 deletions
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