From 0db98cde8dfe99261e87d772e6b1d52dda3c67e6 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 27 Sep 2011 18:07:07 +0200 Subject: Offline trace memory partly implemented. --- testscripts/dlt.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'testscripts') diff --git a/testscripts/dlt.conf b/testscripts/dlt.conf index b5bf7be..4129396 100644 --- a/testscripts/dlt.conf +++ b/testscripts/dlt.conf @@ -28,14 +28,20 @@ ECUId = ENAT SharedMemorySize = 4000000 # Directory where to store the persistant configuration (Default: /tmp) -PersistanceStoragePath = ~/tmp +PersistanceStoragePath = /home/alex/tmp ######################################################################## -# Local file output configuration # +# Offline Trace memory # ######################################################################## -# Store DLT messages to local log file -# LocalLogFilename = ~/tmp/local_log.dlt +# Store DLT messages to local directory, if not set offline Trace is off (Default: off) +OfflineTraceDirectory = /home/alex/tmp + +# Maximum size in bytes of one trace file (Default: 1000000) +OfflineTraceFileSize = 1000000 + +# Maximum size of all trace files (Default: 4000000) +OfflineTraceMaxSize = 4000000 ######################################################################## # Local console output configuration # -- cgit v1.2.1