tmf: lttngControl: show error output first when handling error
authorJonathan Rajotte Julien <jonathan.rajotte-julien@ericsson.com>
Mon, 11 Aug 2014 17:07:35 +0000 (13:07 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Wed, 27 Aug 2014 15:35:03 +0000 (11:35 -0400)
commit1ed5ac2e0b2955cd74fe9ea3dcd2ed0c562dbc00
tree6b07aa59c17a77bbd2c9cc04227f96a47dbe0e97
parent4f9e6a0345783b1eb60fd0b983ab5a5dab63b47b
tmf: lttngControl: show error output first when handling error

This make sure that event in machine interface mode the error are
positioned first and are visible. Mi generate a lot of data and can
saturate the information dialog.

This also cut the need to do after execution checkup and error processing into the
new MI service Controller. If in the future post processing is necessary
one could override the function and do the post-processing.

Change-Id: I96f4f1a97745ed6048a180bfde3681ebc1ac0351
Signed-off-by: Jonathan Rajotte Julien <jonathan.rajotte-julien@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/31395
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.lttng2.control.ui/src/org/eclipse/linuxtools/internal/lttng2/control/ui/views/service/LTTngControlService.java
org.eclipse.linuxtools.lttng2.control.ui/src/org/eclipse/linuxtools/internal/lttng2/control/ui/views/service/LTTngControlServiceConstants.java
org.eclipse.linuxtools.lttng2.control.ui/src/org/eclipse/linuxtools/internal/lttng2/control/ui/views/service/LTTngControlServiceMI.java
This page took 0.024811 seconds and 5 git commands to generate.