commit | a15438e8f5bb69d4c9ebbc4fcb637c8da0cea885 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Thu Sep 20 11:41:20 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Oct 01 15:26:14 2018 -0400 |
tree | b08f526700a88701e1b5b8a5a3f22b6ca6028b2d | |
parent | 6cb20ab4c1142bf3b9d7a48af8a4cac573755442 [diff] |
logging: add mechanism for handling transient strings Extending logger to support logging transient strings (with %s). With dedicated call (log_strdup), string is duplicated to a buffer from internal logger pool. Logger implicitly manages the pool. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>