diff options
author | Manikandan C <Manikandan.Chockalingam@in.bosch.com> | 2015-08-28 17:12:55 +0530 |
---|---|---|
committer | Lutz Helwing <lutz_helwing@mentor.com> | 2015-11-18 16:14:00 +0100 |
commit | 18f3332a363b98fca6345514c35fa10761e36c8e (patch) | |
tree | 05e2bb1d4329ab84b6e618cb3e8de60fc57e78ac /src/daemon/dlt.conf | |
parent | 5e1270dec72c175ad3ad3a26d2c3d402d0e07ebe (diff) | |
download | DLT-daemon-18f3332a363b98fca6345514c35fa10761e36c8e.tar.gz |
offline trace: supported trace file name configuration based on index
Changes made for trace file name configuration based on index and
made it configurable from dlt.conf file. Using this configuration
one can select either timestamp based or index based log file creation
for offline trace.
Signed-off-by: Manikandan C <Manikandan.Chockalingam@in.bosch.com>
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r-- | src/daemon/dlt.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf index 5976c1f..d9b0987 100644 --- a/src/daemon/dlt.conf +++ b/src/daemon/dlt.conf @@ -66,6 +66,9 @@ RingbufferStepSize = 500000 # Maximum size of all trace files (Default: 4000000) # OfflineTraceMaxSize = 4000000 +# Filename timestamp based or index based (Default:1) (timestamp based=1, index based =0) +# OfflineTraceFileNameTimestampBased = 1 + ######################################################################## # Local console output configuration # ######################################################################## |