commit | d71529af0f5b103cdbe2679148bd7268cb4713b8 | [log] [tgz] |
---|---|---|
author | haohuang <haohuang@codeaurora.org> | Mon Sep 16 16:03:09 2019 +0800 |
committer | haohuang <haohuang@codeaurora.org> | Fri Nov 29 16:28:04 2019 +0800 |
tree | 37acfdeb4fb01c87982bbd8b18f168898bd5f4f2 | |
parent | a43430218337739c0c1143dc55474d1036d50558 [diff] |
Logging buffer implemented by skip list Use skip list to implement a log buffer, log sentences will be inserted into this buffer once the log print function is called. the buffer will be dumped when GNSS process crash/killed or send SIGUSR1 signal manually. Change-Id: I5e23cdf30c263fa59108070c9dbfd95c49c2e9b6 CRs-Fixed: 2571326