[HOTFIX] enable Platform DA
authordongkyu6 lee <dongkyu6.lee@samsung.com>
Tue, 12 Jul 2016 07:27:57 +0000 (16:27 +0900)
committerdongkyu6 lee <dongkyu6.lee@samsung.com>
Tue, 12 Jul 2016 07:34:46 +0000 (16:34 +0900)
 - enable string : Platform Dynamic Analyzer|Y (config/setting)

Change-Id: I3ff2b06d947b014ddb4c3ec4e4db1c33ea2999e9

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/page/BaseView.java

index ac8fdfb..7271228 100644 (file)
@@ -115,7 +115,7 @@ public class BaseView extends ViewPart {
                DAState.changeCurrentState(DAState.INIT);
 
                // check Tizen SDK path and Platform DA checking
-               AnalyzerManager.setPlatformSDK(false);
+               AnalyzerManager.setPlatformSDK(SettingDataManager.INSTANCE.isPlatformDA());
 
                // initialize device connection
                DeviceManager.init();