From 17cf21bcf8a2e29d2cbcf0a313474d2a4ee44f5d Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 20 Nov 2020 23:36:23 +0900 Subject: Re-organized sub-directory by category Since all the sub-directories were placed in the first level, created sub-directories, "hal", "module", and "service" for classification and relocated each component. Signed-off-by: Tadao Tanikawa Change-Id: Ifdf743ac0d1893bd8e445455cf0d2c199a011d5c --- .../system/interface_unified/scfg/ss_logger.cfg | 133 +++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100755 service/system/interface_unified/scfg/ss_logger.cfg (limited to 'service/system/interface_unified/scfg/ss_logger.cfg') diff --git a/service/system/interface_unified/scfg/ss_logger.cfg b/service/system/interface_unified/scfg/ss_logger.cfg new file mode 100755 index 0000000..ffb4c50 --- /dev/null +++ b/service/system/interface_unified/scfg/ss_logger.cfg @@ -0,0 +1,133 @@ +[LOGGING] +LogMaxFileSize=5242880 +PerformanceLogSize=262144 +EmmcOutputPath=/nv/BS/ss/logger_service/rwdata/frameworkunifiedlog +EmmcOutputNaviLogPath=/nv/BS/ss/logger_service/rwdata/log2/awlog +Usb0MountPath=/mnt/sda1 +Usb1MountPath=/mnt/sdb1 +SdMountPath=/fs/sd0 +EmmcOutputMax=56 +#Value of EmmcOutputErrMax is related to SM function of logging or not, +#caused by error-reboot, illegal-reset. +#So,check to influece upon each other in case of changing this value. +EmmcOutputErrMax=10 +EmmcOutputGrpRelaunchMax=5 +EmmcOutputNaviLogMax=10 +EmmcOutputNaviLogNmlMax=20 +EmmcOutputNaviLogErrMax=10 +ExternalLogNum=6 +ExternalLogMax=20 + +# "[EXTERNAL_X]" have to start from "1" to ExternalLogNum +# "ExtLogPath" is file or directory path of External log +# "OutputPath" is file or directory path in Archive file +# "Remove" is removed or not after it is archived + +[EXTERNAL_1] +ExtLogPath=/ramd/log/frameworkunifiedlog/radio +OutputPath=radio +Remove=false + +[EXTERNAL_2] +ExtLogPath=/ramd/log/frameworkunifiedlog/connectivity +OutputPath=connectivity +Remove=false + +[EXTERNAL_3] +ExtLogPath=/ramd/log/frameworkunifiedlog/graphics.log +OutputPath=graphics.log +Remove=false + +[EXTERNAL_4] +ExtLogPath=/ramd/log/frameworkunifiedlog/winsys.log +OutputPath=winsys.log +Remove=false + +[EXTERNAL_5] +ExtLogPath=/ramd/log/frameworkunifiedlog/appfw +OutputPath=appfw +Remove=false + +[EXTERNAL_6] +ExtLogPath=/nv/ptdata/sec/tomoyo +OutputPath=tomoyo +Remove=true + +[SETLOGMASK] +MASK0=0xDC000000 +MASK1=0x00000000 +MASK2=0x00000000 +MASK3=0x00000000 +MASK4=0x00000000 +MASK5=0x00000000 +MASK6=0x00000000 +MASK7=0x00000000 +MASK8=0x00000000 +MASK9=0x00000000 +MASK10=0x00000000 +MASK11=0x00000000 +MASK12=0x00000000 +MASK13=0x00000000 +MASK14=0x00000000 +MASK15=0x00000000 + +[STORAGE] +ThreadName=/SSLoggerStrage +Priority=34 +Timeout=50000 +TimeoutAfter=5 + + +# Reader types +# 0 : eReaderWriterTypeFile : not valid for reading +# 1 : eReaderWriterTypeQueue : reading from a queue +# 2 : eReaderWriterTypeUdp : not valid for reading +# 3 : eReaderWriterTypeUdpAndFile : not valid for reading +# 4 : eReaderWriterTypeInvalid : invalid type + +# Writer types +# 0 : eReaderWriterTypeFile : Writing to file only +# 1 : eReaderWriterTypeQueue : not implemented yet +# 2 : eReaderWriterTypeUdp : writing to UDP only +# 3 : eReaderWriterTypeUdpAndFile : writing to File and UDP +# 4 : eReaderWriterTypeInvalid : invalid type + +[READERWRITER] +Count=3 + +[READERWRITER_00] +ThreadName=pdg.LogQueR +Priority=30 +ReaderType=1 +ReaderName=/NSLog +WriterType=3 +WriterName1=/tmp/frameworkunified_debug.log +WriterSize1=5242880 +WriterName2=169.254.80.9 +WriterSize2=0 + + +[READERWRITER_01] +ThreadName=pdg.TranQueR +Priority=30 +ReaderType=1 +ReaderName=/TRANSMIT +WriterType=3 +WriterName1=/tmp/interfaceunified_transmit.log +WriterSize1=5242880 +WriterName2=169.254.80.9 +WriterSize2=0 + + +[READERWRITER_02] +ThreadName=pdg.PerformQueR +Priority=11 +ReaderType=1 +ReaderName=/NSplog +WriterType=0 +WriterName1=/tmp/frameworkunified_performance.log +WriterSize1=262144 +WriterName2= +WriterSize2=0 + + -- cgit 1.2.3-korg