modify lsapp command
authorwoojin <woojin2.jung@samsung.com>
Wed, 17 Apr 2013 22:58:00 +0000 (07:58 +0900)
committerwoojin <woojin2.jung@samsung.com>
Wed, 17 Apr 2013 22:58:00 +0000 (07:58 +0900)
Change-Id: I5927e9ae0e03d22385d4f5fa2dff7751d9c82358

utils/oprofile_command

index 9c1ec17..4e20080 100755 (executable)
@@ -164,7 +164,7 @@ ls_app()
                echo "Invalid application executable path!"
                exit 1
        fi
-       ls $APPPATH
+       ls $APPPATH; echo cmd_ret:$?;
 }
 
 kill_app()