Newer
Older
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
<condition name="thread-dump-enabled" true="false" false="true">
<test name="thread-dump" operator="equal" value="999 d"/>
</condition>
<selection name="exceptions" default="errors" label="Exceptions">
<option label="Off" name="off">off</option>
<option label="Errors Only" name="errors">errors</option>
<option label="All Exceptions, including Errors" name="all">all</option>
</selection>
<condition name="enable-errors" true="true" false="false">
<or>
<test name="exceptions" operator="equal" value="errors"/>
<test name="exceptions" operator="equal" value="all"/>
</or>
</condition>
<condition name="enable-exceptions" true="true" false="false">
<test name="exceptions" operator="equal" value="all"/>
</condition>
<selection name="memory-leaks" default="types" label="Memory Leak Detection">
<option label="Off" name="off">off</option>
<option label="Object Types" name="types">types</option>
<option label="Object Types + Allocation Stack Traces" name="stack-traces">stack-traces</option>
<option label="Object Types + Allocation Stack Traces + Path to GC Root" name="gc-roots">gc-roots</option>
</selection>
<condition name="old-objects-enabled" true="false" false="true">
<test name="memory-leaks" operator="equal" value="off"/>
</condition>
<condition name="old-objects-stack-trace" true="true" false="false">
<or>
<test name="memory-leaks" operator="equal" value="stack-traces"/>
<test name="memory-leaks" operator="equal" value="gc-roots"/>
</or>
</condition>
<condition name="old-objects-cutoff" true="1 h" false="0 ns">
<test name="memory-leaks" operator="equal" value="gc-roots"/>
</condition>
<text name="locking-threshold" label="Locking Threshold" contentType="timespan" minimum="0 s">20 ms</text>
<text name="file-threshold" label="File I/O Threshold" contentType="timespan" minimum="0 s">20 ms</text>
<text name="socket-threshold" label="Socket I/O Threshold" contentType="timespan" minimum="0 s">20 ms</text>
<flag name="class-loading" label="Class Loading">false</flag>
</control>
</configuration>