From 1b0ceea1f8c9514af4ed2803da527099026215e6 Mon Sep 17 00:00:00 2001 From: Vidhyadhar Jain Date: Fri, 17 Mar 2017 16:36:55 +0530 Subject: [PATCH] [ASAN] Change symbolizer path for Tizen-3.0 Change-Id: Ib7f7ec5ded131c5cd5670fa9a000a5d03c6946c5 Signed-off-by: Vidhyadhar Jain (cherry picked from commit 42a0f36a9fef497e0e6fcf7e33c90134f9126f1b) --- .../src/org/eclipse/linuxtools/asan/LaunchDelegate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.linuxtools.asan/src/org/eclipse/linuxtools/asan/LaunchDelegate.java b/org.eclipse.linuxtools.asan/src/org/eclipse/linuxtools/asan/LaunchDelegate.java index e55712e..d3158df 100644 --- a/org.eclipse.linuxtools.asan/src/org/eclipse/linuxtools/asan/LaunchDelegate.java +++ b/org.eclipse.linuxtools.asan/src/org/eclipse/linuxtools/asan/LaunchDelegate.java @@ -69,7 +69,7 @@ public class LaunchDelegate extends TizenLaunchDelegate { protected static final String LAUNCHPAD_LAUNCHER = "launch_app "; protected static final String LAUNCHPAD_SYNCMODE = " __AUL_SDK__ ASAN "; private static final String ASAN_SYMBOLIZER_INSTALLER_PATH = "/tools/user-demand"; - private static final String PATH_3_0_0 = "/home/owner/apps_rw/tmp/sdk_tools/"; + private static final String PATH_3_0_0 = "/opt/usr/home/owner/share/tmp/sdk_tools/"; private static final String PATH_2_4_0 = "/home/developer/sdk_tools/"; private static final String REMOVE_TOOL_COMMAND = "rm -f %s"; private static final String TAR_INSTALL_COMMAND = " && tar -xf %s" + " && " -- 2.7.4