From: woojin Date: Wed, 17 Apr 2013 22:58:00 +0000 (+0900) Subject: modify lsapp command X-Git-Tag: 2.1_release~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12a217015d1e66d3ce9b2259bb477cb08a3e4e7e;p=sdk%2Ftools%2Foprofile.git modify lsapp command Change-Id: I5927e9ae0e03d22385d4f5fa2dff7751d9c82358 --- diff --git a/utils/oprofile_command b/utils/oprofile_command index 9c1ec17..4e20080 100755 --- a/utils/oprofile_command +++ b/utils/oprofile_command @@ -164,7 +164,7 @@ ls_app() echo "Invalid application executable path!" exit 1 fi - ls $APPPATH + ls $APPPATH; echo cmd_ret:$?; } kill_app()