summaryrefslogtreecommitdiffstats
path: root/interface_unified/scfg/ss_logger.cfg
blob: 9be717fd877cc220562019942f8e9efeb5203585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[LOGGING]
LogMaxFileSize=5242880
PerformanceLogSize=262144
EmmcOutputPath=/nv/log/frameworkunifiedlog
EmmcOutputNaviLogPath=/nv/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

[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