lttng.control: Change the short name of the LogLevelType.ALL to "All"
authorBruno Roy <bruno.roy@ericsson.com>
Wed, 17 Aug 2016 17:33:50 +0000 (13:33 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 24 Aug 2016 06:05:06 +0000 (02:05 -0400)
commitb5a170e0634499ddd749c0f0def1b8d45b348053
treec9874ee28f63792c9227918fe95302982fe92a4d
parent11262fe2db2689892c3dea4b1d5144238f96635a
lttng.control: Change the short name of the LogLevelType.ALL to "All"

Change the short name of the LogLevelType.ALL to "All" instead of an
empty string. This is because when all loglevel (LogLevelType.ALL) are
enabled for a Python logger, the loglevel is set to debug but we still
want to show the user "All".

Change-Id: I18e5800bc3261c11a74e124e76517ad316e2c4a3
Signed-off-by: Bruno Roy <bruno.roy@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/79215
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.control.core.tests/src/org/eclipse/tracecompass/lttng2/control/core/tests/model/impl/EventInfoTest.java
lttng/org.eclipse.tracecompass.lttng2.control.core.tests/src/org/eclipse/tracecompass/lttng2/control/core/tests/model/impl/LoggerInfoTest.java
lttng/org.eclipse.tracecompass.lttng2.control.core/src/org/eclipse/tracecompass/internal/lttng2/control/core/model/LogLevelType.java
lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/control/ui/swtbot/tests/ControlViewLoggerTest.java
lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/property/TraceLoggerPropertySource.java
This page took 0.025683 seconds and 5 git commands to generate.