lttng.control : Adding support for the JUL domain in the Control view
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / messages / messages.properties
CommitLineData
e12ecd30 1###############################################################################
6f40b641 2# Copyright (c) 2012, 2015 Ericsson.
ccab3fa2 3#
e12ecd30
BH
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://www.eclipse.org/legal/epl-v10.html
8#
9# Contributors:
10# Bernd Hufmann - initial API and implementation
ccab3fa2 11# Jonathan Rajotte - updated for basic support of LTTng 2.6 machine interface
e12ecd30
BH
12###############################################################################
13
e799e5f3 14EnableChannelDialog_DefaultMessage=Default
f4da4c59
BH
15TraceControl_LiveTraceElementError=Could not find trace element
16TraceControl_LiveTraceInitError=Error initializing live trace.
eb1bab5b 17TraceControl_ConnectionFailure=Connecting to host failed
9fa32496 18TraceControl_DisconnectionFailure=Disconnection from host failed
ec619615
BH
19TraceControl_CommandError=Command failed! Command:
20
afe13e7a 21TraceControl_UnexpectedCommandOutputFormat=Unexpected command output
bbb3538a
BH
22TraceControl_UnexpectedNameError=Unexpected session name returned
23TraceControl_UnexpectedPathError=Unexpected session path returned
67f8cadd 24TraceControl_UnexpectedNumberOfElementError=Unexpected number of elements {0} returned
517c0261 25TraceControl_UnexpectedValueError=Unexpected value. Returned {0} Expected: {1}
276c17e7 26
973e19d6 27TraceControl_UnsupportedVersionError=Unsupported LTTng Tracer Control version
276c17e7 28TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
0df4af5f
JRJ
29
30# Xml parsing related failures
31TraceControl_InvalidSchemaError=Could not open/validate xsd Schema
32TraceControl_XmlDocumentBuilderError=Unable to create the xml document builder
33TraceControl_XmlParsingError=Unable to parse the xml document
34TraceControl_XmlValidationError=Could not validate the xml response
35TraceControl_XmlValidationWarning=Xml validation warning
36
37# Xml machine interface failures
38TraceControl_MiInvalidNumberOfElementError=Invalid number of element
39TraceControl_MiInvalidProviderError=Invalid provider data
40TraceControl_MiMissingRequiredError=Missing required data
ccab3fa2 41TraceControl_MiIllegalValueError=Invalid value
0df4af5f
JRJ
42
43# Commands
ccab3fa2
JRJ
44TraceControl_MiInvalidElementError=Invalid xml data
45
973e19d6 46TraceControl_ErrorTitle=Error
eb1bab5b 47TraceControl_ListSessionFailure=List sessions failed
bbb3538a 48TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
973e19d6 49TraceControl_RetrieveNodeConfigurationFailure=Error retrieving node configuration
eb1bab5b 50TraceControl_EclipseCommandFailure=Command failed
b732adaa 51TraceControl_NewNodeCreateButtonText=Create...
eb1bab5b 52TraceControl_NewNodeCreationFailure=Creation of new connection failed
bbb3538a 53TraceControl_CreateSessionJob=Creating Session...
f455db37 54TraceControl_CreateSessionFailure=Command to create session failed
bbb3538a
BH
55
56TraceControl_DestroySessionJob=Destroying Session...
f455db37 57TraceControl_DestroySessionFailure=Command to destroy session failed
bbb3538a
BH
58TraceControl_DestroyConfirmationTitle=Destroy Confirmation
59TraceControl_DestroyConfirmationMessage=Do you want to delete all selected sessions?
60
291cbdbf 61TraceControl_ImportJob=Importing Traces...
374565c6 62TraceControl_DownloadTask=Downloading
f455db37 63TraceControl_ImportFailure=Command to import traces failed
291cbdbf 64
f4da4c59
BH
65TraceControl_LoadJob=Loading Session Profiles...
66TraceControl_LoadTask=Loading profile ''{0}''
67TraceControl_LoadFailure=Command to load session(s) failed
68
3d99d533
BH
69TraceControl_SaveJob=Saving Session(s)...
70TraceControl_SaveFailure=Command to save session(s) failed
71
f455db37
BH
72TraceControl_ChangeSessionStateJob=Changing Session State...
73TraceControl_ChangeSessionStateFailure=Command to change session state failed...
74
a20452b1 75TraceControl_CreateChannelStateJob=Enabling (creating) channel...
f455db37 76TraceControl_CreateChannelStateFailure=Command to enable channel failed
ccab3fa2 77
6503ae0f 78TraceControl_ChangeChannelStateJob=Changing State of Channels...
f455db37 79TraceControl_ChangeChannelStateFailure=Command to change state of channels failed
6503ae0f 80TraceControl_ChangeEventStateJob=Changing State of Events...
f455db37 81TraceControl_ChangeEventStateFailure=Command to change state of events failed
a20452b1
BR
82TraceControl_ChangeLoggerStateJob=Changing State of Loggers...
83TraceControl_ChangeLoggerStateFailure=Command to change state of loggers failed
bbb3538a 84
6503ae0f 85TraceControl_EnableEventsJob=Enabling Events...
f455db37 86TraceControl_EnableEventsFailure=Command to enable events failed
6503ae0f 87TraceControl_DisableEventsJob=Disabling Events...
eb1bab5b 88
f455db37
BH
89TraceControl_GetContextJob=Getting Available Contexts...
90TraceControl_GetContextFailure=Command to get available contexts failed
b720ac44 91
b793fbe1 92TraceControl_AddContextJob=Adding Contexts...
f455db37 93TraceControl_AddContextFailure=Command to add contexts failed
b793fbe1 94
589d0d33
BH
95TraceControl_RecordSnapshotJob=Record snapshot...
96TraceControl_RecordSnapshotFailure=Command to snapshot record failed
97
eb1bab5b
BH
98# Dialogs
99TraceControl_NewDialogTitle=New Connection
b732adaa
MS
100TraceControl_NewNodeExistingConnectionGroupName=Select an existing connection, or use a provider to create a new one:
101TraceControl_NewNodeEditButtonName=Edit...
06b9339e 102TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
4775bcbf
BH
103TraceControl_NewNodeConnectionNameLabel=Connection Name
104TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
105TraceControl_NewNodeHostNameLabel=Host Name
106TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
00de7b32
BH
107TraceControl_NewNodePortLabel=Port Number
108TraceControl_NewNodePortTooltip=IP Port Number to be used for the connection. Leave empty for default port.
eb1bab5b
BH
109TraceControl_AlreadyExistsError=Node name already exists in Control View
110
bbb3538a 111TraceControl_CreateSessionDialogTitle=Create Session
abb1f9a7 112TraceControl_CreateSessionDialogMessage=Configure the new tracing session
bbb3538a
BH
113TraceControl_CreateSessionNameLabel=Session Name
114TraceControl_CreateSessionNameTooltip=The name of the session to be created.
115TraceControl_CreateSessionPathLabel=Session Path
116TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
81d5dc3a
MAL
117TraceControl_CreateSessionNormalLabel=Normal Mode
118TraceControl_CreateSessionNormalTooltip=Configure session in normal mode
589d0d33
BH
119TraceControl_CreateSessionSnapshotLabel=Snapshot Mode
120TraceControl_CreateSessionSnapshotTooltip=Configure session in snapshot mode
81d5dc3a
MAL
121TraceControl_CreateSessionLiveLabel=Live Mode
122TraceControl_CreateSessionLiveTooltip=Configure session in live mode
589d0d33 123
f3b33d40 124
a30e79fe
BH
125TraceControl_CreateSessionConfigureStreamingButtonText=Advanced
126TraceControl_CreateSessionConfigureStreamingButtonTooltip=Configure advanced options
127TraceControl_CreateSessionNoStreamingButtonText=Basic
128TraceControl_CreateSessionNoStreamingButtonTooltip=Use basic options
129TraceControl_CreateSessionTracePathText=Trace Path
130TraceControl_CreateSessionTracePathTooltip=The trace path (keep empty for default location)
52e76353
BH
131TraceControl_CreateSessionLinkButtonText=Use same protocol and address for data and control
132TraceControl_CreateSessionLinkButtonTooltip=Use the same protocol and address for the data and control connection
f3b33d40
BH
133TraceControl_CreateSessionProtocolLabelText=Protocol
134TraceControl_CreateSessionAddressLabelText=Address
135TraceControl_CreateSessionPortLabelText=Port
136TraceControl_CreateSessionControlUrlLabel=Control URL
137TraceControl_CreateSessionDataUrlLabel=Data URL
138TraceControl_CreateSessionCommonProtocolTooltip=file - Local file system full path\n\
139net or net6 - Default network transport layer which is TCP for both control and data channel.
140TraceControl_CreateSessionControlAddressTooltip=IP Address or DNS name used for control channel.\n\
141NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
142TraceControl_CreateSessionControlPortTooltip=The control port (default: 5342).
143TraceControl_CreateSessionProtocolTooltip=file - Local file system full path\n\
144net or net6 - Default network transport layer which is TCP\n\
145tcp or tcp6 - TCP network transport
146TraceControl_CreateSessionDataAddressTooltip=IP Address or DNS name used for data channel.\n\
147NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
148TraceControl_CreateSessionDataPortTooltip=The data port (default: 5343).
149TraceControl_CreateSessionNoConsumertText=No Consumer
150TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
151TraceControl_CreateSessionDisableConsumertText=Disable Consumer
152TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
6fd3c6e9 153TraceControl_CreateSessionLiveConnectionLabel=Live Connection
81d5dc3a
MAL
154TraceControl_CreateSessionLiveDelayLabel=Live Delay
155TraceControl_CreateSessionLiveDelayTooltip=The delay in micro seconds before the data is flushed and streamed
6fd3c6e9
MAL
156TraceControl_CreateSessionLiveConnectionUrlTooltip=The URL for the live connection (Relayd)
157TraceControl_CreateSessionLiveConnectionPortTooltip=The port for the live connection (Relayd)
f3b33d40 158
bbb3538a
BH
159TraceControl_InvalidSessionNameError=The session name is invalid
160TraceControl_SessionAlreadyExistsError=The session name already exists
161TraceControl_SessionPathAlreadyExistsError=Session path already exists
162TraceControl_InvalidSessionPathError=The session path is invalid
81d5dc3a 163TraceControl_InvalidLiveDelayError=Live Delay must be a valid positive number
bbb3538a
BH
164TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
165
166TraceControl_EnableChannelDialogTitle=Enable Channel
167TraceControl_EnableChannelNameLabel=Channel Name
498704b3 168TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
e799e5f3
SD
169TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel. Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
170TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel. Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
171TraceControl_EnableChannelSwitchTimerTooltip=The Switch subbuffer timer interval in usec (default: 0). Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
c5f68877 172TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
bbb3538a 173TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
0886cf00
BH
174TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
175TraceControl_EnableChannelDiscardModeLabel=Discard
176TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
177TraceControl_EnableChannelOverwriteModeLabel=Overwrite
178TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
e799e5f3
SD
179TraceControl_EnbleChannelMaxSizeTraceFilesTooltip=Maximum size of each tracefile within a stream (in bytes). 0 means unlimited
180TraceControl_EnbleChannelMaxNumTraceFilesTooltip=Used in conjunction with the maximum size of trace files option, this will limit the number of files created to the specified count. 0 means unlimited
bbb3538a
BH
181
182TraceControl_InvalidChannelNameError=The channel name is invalid or empty
183TraceControl_ChannelAlreadyExistsError=Channel already exists
184
6503ae0f
BH
185TraceControl_EnableEventsDialogTitle=Enable Events
186TraceControl_EnableEventsSessionGroupName=Session List
187TraceControl_EnableEventsChannelGroupName=Channel List
188TraceControl_EnableEventsSessionsTooltip=List of available sessions.
189TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
190TraceControl_EnableEventsNoSessionError=No session from session list is selected.
191TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
192
a20452b1
BR
193TraceControl_EnableLoggersDialogTitle=Enable Loggers
194
ccc66d01 195TraceControl_EnableGroupSelectionName=Select
9ee91a86
BH
196TraceControl_EnableEventsAllEventsLabel=All Tracepoint Events and Syscalls
197TraceControl_EnableEventsAllEventsTooltip=Enable all tracepoint events and all Syscalls
aa2c8e1a 198TraceControl_EnableEventsSpecificEventGroupName=Specific event
aa2c8e1a 199TraceControl_EnableEventsSpecificEventTooltip=Enable event by specifying the name
91dc1c3e
BR
200TraceControl_EnableEventsExcludedEventGroupName=Exclude Events
201TraceControl_EnableEventsExcludedEventLabel=Event Names
202TraceControl_EnableEventsExcludedEventTooltip=Exclude specific event(s) by name (comma-separated names)
498704b3
BH
203TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
204TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
205TraceControl_EnableEventsTracepointTreeAllLabel=All
206TraceControl_EnableEventsSyscallName=All Syscalls
207TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
208TraceControl_EnableEventsProbeGroupName=Dynamic Probe
ccc66d01 209TraceControl_EnableEventsEventNameLabel=Event Name
498704b3
BH
210TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
211TraceControl_EnableEventsProbeNameLabel=Probe
212TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
213TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
214TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
215TraceControl_EnableEventsFunctionNameLabel=Function
a20452b1
BR
216TraceControl_EnableEventsLoggerGroupName=Loggers
217TraceControl_EnableEventsLoggerTreeTooltip=List of available JUL loggers
ccc66d01
BH
218
219TraceControl_EnableEventsWildcardGroupName=Wildcard
220TraceControl_EnableEventsWildcardLabel=Wildcard
221TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
222TraceControl_EnableEventsLogLevelGroupName=Log Level
223TraceControl_EnableEventsLogLevelTypeName=loglevel
224TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
225TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
226TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
227TraceControl_EnableEventsLogLevelTooltip=The available log levels
228TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
d4514365
BH
229TraceControl_EnableEventsFilterGroupName=Filter Expression
230TraceControl_EnableEventsFilterTooltip=Filter expression on event field.
ccc66d01 231
aa2c8e1a 232TraceControl_InvalidProbeNameError=The probe name is invalid or empty
91dc1c3e 233TraceControl_InvalidExcludedEventsError=The excluded event name is empty
c371fa43
BH
234TraceControl_InvalidWildcardError=The wild card name is invalid or empty
235TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid or empty
c56972bb 236TraceControl_InvalidLogLevel=No log level selected
a20452b1 237TraceControl_InvalidLogger=No logger selected
498704b3 238
b793fbe1
BH
239TraceControl_AddContextDialogTitle=Add Contexts
240TraceControl_AddContextAvailableContextsLabel=Contexts
241TraceControl_AddContextAvailableContextsTooltip=Available Contexts
242TraceControl_AddContextAllLabel=All Contexts
243
81d5dc3a
MAL
244TraceControl_ImportDialogStreamedTraceNotification=You are importing a trace generated by a streamed session. By default the traces will be outputed to ~/lttng-traces/hostname/sessionname but the location can vary.
245TraceControl_ImportDialogStreamedTraceNotificationToggle=Do not warn me again
291cbdbf 246
eb1bab5b
BH
247# Tree structure strings
248TraceControl_KernelDomainDisplayName=Kernel
ccab3fa2 249TraceControl_JULDomainDisplayName=JUL
eb1bab5b 250TraceControl_UstGlobalDomainDisplayName=UST global
bbb3538a 251TraceControl_UstDisplayName=UST
f4401569 252TraceControl_UnknownDomainDisplayName=Unknown domain
eb1bab5b
BH
253TraceControl_AllSessionsDisplayName=Sessions
254TraceControl_SessionDisplayName=Session
255TraceControl_DomainDisplayName=Domain
83051fc3 256TraceControl_BufferTypeDisplayName = Buffer Type
eb1bab5b
BH
257TraceControl_ChannelDisplayName=Channel
258TraceControl_EventDisplayName=Event
a20452b1 259TraceControl_LoggerDisplayName=Logger
eb1bab5b
BH
260TraceControl_ProviderDisplayName=Provider
261TraceControl_KernelProviderDisplayName=Kernel
83051fc3
BH
262TraceControl_SharedBuffersDisplayName=Global shared buffers
263TraceControl_PerPidBuffersDisplayName=Per PID buffers
264TraceControl_PerPidBuffersTooltip=Configure per PID buffers (UST only)
e799e5f3 265TraceControl_PerUidBuffersDisplayName=Per UID buffers
83051fc3 266TraceControl_PerUidBuffersTooltip=Configure per UID buffers (UST only)
06b9339e
BH
267
268# Property names
269TraceControl_SessionNamePropertyName=Session Name
270TraceControl_EventNamePropertyName=Event Name
271TraceControl_EventTypePropertyName=Event Type
272TraceControl_LogLevelPropertyName=Log Level
d4514365
BH
273TraceControl_FieldsPropertyName=Fields
274TraceControl_FilterPropertyName=Filter
91dc1c3e 275TraceControl_ExcludePropertyName=Exclude
06b9339e 276TraceControl_StatePropertyName=State
cfe737e4 277TraceControl_VersionPropertyName=Version
06b9339e 278TraceControl_DomainNamePropertyName=Domain Name
ca8c54b3 279TraceControl_BufferTypePropertyName=Buffer type
06b9339e 280TraceControl_ChannelNamePropertyName=Channel Name
b732adaa 281TraceControl_OpenConnectionTo=Opening connection to ''{0}''
06b9339e
BH
282TraceControl_OverwriteModePropertyName=Overwrite Mode
283TraceControl_SubBufferSizePropertyName=Sub Buffer Size
284TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
285TraceControl_SwitchTimerPropertyName=Switch Timer Interval
79175662
BR
286TraceControl_NumberOfDiscardedEventsPropertyName=Number of Discarded Events
287TraceControl_NumberOfLostPacketsPropertyName=Number of Lost Packets
06b9339e
BH
288TraceControl_ReadTimerPropertyName=Read Timer Interval
289TraceControl_OutputTypePropertyName=Output Type
6f40b641
BH
290TraceControl_TraceFileCountPropertyName=Trace File Count
291TraceControl_TraceFileSizePropertyName=Trace File Size
06b9339e
BH
292TraceControl_HostNamePropertyName=Connection Name
293TraceControl_HostAddressPropertyName=Host Name
294TraceControl_SessionPathPropertyName=Session Path
589d0d33
BH
295TraceControl_SnapshotPathPropertyName=Snapshot Path
296TraceControl_SnapshotNamePropertyName=Snapshot Name
297TraceControl_SnapshotIdPropertyName=Snapshot ID
06b9339e
BH
298TraceControl_ProviderNamePropertyName=Provider Name
299TraceControl_ProcessIdPropertyName=Process ID
d132bcc7
BH
300TraceControl_ProbeAddressPropertyName=Address
301TraceControl_ProbeOffsetPropertyName=Offset
302TraceControl_ProbeSymbolPropertyName=Symbol
e799e5f3
SD
303TraceControl_MaxSizeTraceFilesPropertyName=Maximum size of trace files
304TraceControl_MaxNumTraceFilesPropertyName=Maximum number of trace files
305TraceControl_ConfigureMetadataChannelName=Configure metadata channel
a20452b1
BR
306TraceControl_LoggerNamePropertyName=Logger Name
307TraceControl_LoggerTypePropertyName=Logger Type
afe13e7a
BH
308
309# Preferences
310TraceControl_TracingGroupPreference=&Tracing Group
afe13e7a
BH
311TraceControl_LoggingPreference=&Logging
312TraceControl_LogfilePath=Log file
313TraceControl_AppendLogfilePreference=&Append
314TraceControl_VerboseLevelsPreference=&Verbose Level
315TraceControl_VerboseLevelNonePreference=None
276c17e7
BH
316TraceControl_VerboseLevelVerbosePreference=Level 1
317TraceControl_VerboseLevelVeryVerbosePreference=Level 2
318TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
64a37b87
BH
319
320TraceControl_ExecuteScriptJob=Executing command script
321TraceControl_ExecuteScriptError=Error executing command script
322
323TraceControl_ExecuteScriptDialogTitle=Select command script
324TraceControl_ExecuteScriptBrowseText=Browse...
325TraceControl_ExecuteScriptSelectLabel=Select Script
b732adaa 326TraceControl_UnknownNode=<unknown>
f4da4c59
BH
327
328TraceControl_LoadDialogTitle=Load Sessions
ae02062d 329TraceControl_SaveDialogTitle=Save Sessions
f4da4c59 330
fc9ff6c4
BH
331TraceControl_ForceButtonText=force
332TraceControl_ManageButtonText=&Manage...
333
f4da4c59
BH
334TraceControl_SelectProfileText=Select LTTng profile to load
335TraceControl_LocalButtonText=Local
336TraceControl_RemoteButtonText=Remote
337
fc9ff6c4
BH
338TraceControl_ImportButtonText=Import...
339TraceControl_ExportButtonText=Export...
340TraceControl_DeleteButtonText=Delete...
341
342TraceControl_ImportProfileTitle=Import LTTng Profiles
343TraceControl_ExportProfileTitle=Export LTTng Profiles
344
345TraceControl_ProfileAlreadyExists=LTTng Profile already exists
346TraceControl_OverwriteQuery=Do you want to overwrite file {0}?
347
348TraceControl_DeleteProfileTitle=Delete LTTng Profiles
349TraceControl_DeleteQuery=Do you want to delete the following profiles?
350
91dc1c3e
BR
351TraceControl_DefaultEventFilterString=with filter
352TraceControl_DefaultEventExcludeString=has exclusions
This page took 0.101626 seconds and 5 git commands to generate.