Common - fix critical launch bug
When the 'Profile with Valgrind' operation failed, the other launch operations also failed, too.
(the other launch operations : Run As, Debug As, Profile with Dynamic-analyzer)
* cause
Wrong exception handling for the problems encountered during the course of the 'User demand installation' of the Valgrind.
(Instead of the installation cancellation code, the installation completion code has been used.)
* solution
Change the exception handling code : the installation completion code --> the installation cancellation code
Change-Id: I7c5ea2fd5f12b4982698f7b1d14f910f43f36b5e
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>