summaryrefslogtreecommitdiffstats
path: root/systemservice/interface_unified/scfg/ss_logger.cfg
blob: ffb4c502f70e90ea881330d585873f94ffdda6ea (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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
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