sdk/ide/profiler-eplugin.git
8 years agoMerge branch 'tizen' into tizen_sdk
woojin [Wed, 6 Jan 2016 09:35:42 +0000 (18:35 +0900)]
Merge branch 'tizen' into tizen_sdk

8 years agoMISC : modify launchshortcut extentions
seokgil.kang [Tue, 5 Jan 2016 09:22:31 +0000 (18:22 +0900)]
MISC : modify launchshortcut extentions
1. modify checking logic for the native & platform project
2. add the nativecore-eplugin package to the build & install dependancy in the pkginfo.manifest

Change-Id: I84b0ade0de4a07f7db9b28da8d6bc36d953d0229
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
8 years agoupdate version and changelog
woojin [Wed, 11 Nov 2015 09:07:40 +0000 (18:07 +0900)]
update version and changelog

Change-Id: I3711e3a0d92821a44564097ea2e41422776cc788
Signed-off-by: woojin <woojin2.jung@samsung.com>
8 years agoMerge branch 'tizen' into tizen_sdk
woojin [Wed, 11 Nov 2015 09:03:43 +0000 (18:03 +0900)]
Merge branch 'tizen' into tizen_sdk

8 years agoCOMMON - fix some potential bugs
seokgil.kang [Wed, 11 Nov 2015 01:38:55 +0000 (10:38 +0900)]
COMMON - fix some potential bugs

Change-Id: If9c4d123063a2b6c6593b5ffa8ba5bc7ea8432b5
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
8 years agoupdate version and changelog
woojin [Wed, 11 Nov 2015 00:36:02 +0000 (09:36 +0900)]
update version and changelog

Change-Id: I87784a2dc1b55b36c3e2bae31104420eb37608ad
Signed-off-by: woojin <woojin2.jung@samsung.com>
8 years agoMerge "COMMON : fix some potential bugs" into tizen
woojin Jung [Wed, 11 Nov 2015 00:35:49 +0000 (09:35 +0900)]
Merge "COMMON : fix some potential bugs" into tizen

8 years agoMerge branch 'tizen' into tizen_sdk
woojin [Wed, 11 Nov 2015 00:34:12 +0000 (09:34 +0900)]
Merge branch 'tizen' into tizen_sdk

8 years agoCOMMON : fix some potential bugs
seokgil.kang [Fri, 30 Oct 2015 02:45:11 +0000 (11:45 +0900)]
COMMON : fix some potential bugs

Change-Id: Iac56b8d7f16034515f57bc37e0d7900ba53cf07e
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
8 years agoCommon - fix critical launch bug
seokgil.kang [Mon, 2 Nov 2015 06:58:22 +0000 (15:58 +0900)]
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>
8 years agoupdate version and changelog
woojin [Mon, 12 Oct 2015 00:01:20 +0000 (09:01 +0900)]
update version and changelog

Change-Id: I49dca84516bec458997033655498fcd8f7822306
Signed-off-by: woojin <woojin2.jung@samsung.com>
8 years agoMerge branch 'tizen' into tizen_sdk
woojin [Sun, 11 Oct 2015 23:50:59 +0000 (08:50 +0900)]
Merge branch 'tizen' into tizen_sdk

8 years agoFixed that valgrind is not exited.
shingil.kang [Wed, 7 Oct 2015 16:29:01 +0000 (01:29 +0900)]
Fixed that valgrind is not exited.

valgrind needs privileged permission to be exited.
changed function to execute shell command to get privileged permission.

Change-Id: I12ab123e3852c1ba9dabc8b44f2d67dbb12c3a42
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
8 years agoupdate version and changelog
woojin [Wed, 30 Sep 2015 08:34:43 +0000 (17:34 +0900)]
update version and changelog

Change-Id: Ib39500bb9b157e06273145c4e90e1598d87031bb
Signed-off-by: woojin <woojin2.jung@samsung.com>
8 years agoMerge "COMMON : add checking logic for the backwards compatibility" into tizen
woojin Jung [Wed, 30 Sep 2015 08:29:52 +0000 (17:29 +0900)]
Merge "COMMON : add checking logic for the backwards compatibility" into tizen

8 years agoupdate version and changelog
woojin [Wed, 30 Sep 2015 08:13:08 +0000 (17:13 +0900)]
update version and changelog

Change-Id: Ia05a31090c1688a5bdaf0cc3f9a2caf5f76ad14f
Signed-off-by: woojin <woojin2.jung@samsung.com>
8 years agoMerge branch 'tizen' into tizen_sdk
woojin [Wed, 30 Sep 2015 08:08:58 +0000 (17:08 +0900)]
Merge branch 'tizen' into tizen_sdk

8 years agoMISC : add profile menu for the Tizen Native UI Builder Perspective
seokgil.kang [Fri, 25 Sep 2015 10:36:11 +0000 (19:36 +0900)]
MISC : add profile menu for the Tizen Native UI Builder Perspective

Change-Id: If51135484d78174f0313c92fcff478b67af0091f
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
8 years agoCOMMON : add checking logic for the backwards compatibility
seokgil.kang [Fri, 25 Sep 2015 10:27:16 +0000 (19:27 +0900)]
COMMON : add checking logic for the backwards compatibility

Change-Id: I95486f233fcde07e1d0090cc6949a1c98c49990e
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
8 years agoupdate version and changelog
woojin [Wed, 16 Sep 2015 02:07:02 +0000 (11:07 +0900)]
update version and changelog

Change-Id: I0406c0bbb1a46f828066e5f6068570e8c25fb0ba
Signed-off-by: woojin <woojin2.jung@samsung.com>
8 years agofix merge conflict
woojin [Wed, 16 Sep 2015 02:04:37 +0000 (11:04 +0900)]
fix merge conflict

Change-Id: Ie5a98a2faff2afae5c163aff61b8bd2c9d3a44f4
Signed-off-by: woojin <woojin2.jung@samsung.com>
8 years agoCOMMON : remove root privilege for the valgrind process
seokgil.kang [Mon, 14 Sep 2015 02:54:57 +0000 (11:54 +0900)]
COMMON : remove root privilege for the valgrind process

Change-Id: Ib7594b2887f2d48ed68bde600d8a42260502b810
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
8 years agoMerge branch 'tizen_2.4' into tizen
seokgil.kang [Thu, 20 Aug 2015 12:21:11 +0000 (21:21 +0900)]
Merge branch 'tizen_2.4' into tizen

Conflicts:
org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java
package/pkginfo.manifest

Change-Id: Ifdb7bb780ba5c017f9005d80e93a3e0f99da01bc
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
8 years agoMISC : modify package maintainer
seokgil.kang [Wed, 19 Aug 2015 07:54:24 +0000 (16:54 +0900)]
MISC : modify package maintainer

Change-Id: I3840c0ee049093d9c0c534ed10132262a23f2e31
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCOMMON : modify the path of valgrind binary files that are installed on the tizen...
seokgil.kang [Mon, 18 May 2015 09:26:33 +0000 (18:26 +0900)]
COMMON : modify the path of valgrind binary files that are installed on the tizen-sdk for multi-platform support

Change-Id: Ifb20778fcb196df158f0b3f8d07f1e2df7d41171
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge branch 'public_tizen' into tizen_sdk
seokgil.kang [Mon, 18 May 2015 06:40:25 +0000 (15:40 +0900)]
Merge branch 'public_tizen' into tizen_sdk

Conflicts:
org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java

Change-Id: Ie71e0a327849e3731e0ffe81add7d6eb32ca3634
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCOMMON : fix some potential bugs 32/39232/1 tizen
seokgil.kang [Tue, 12 May 2015 04:30:30 +0000 (13:30 +0900)]
COMMON : fix some potential bugs

Change-Id: Ia0cd78e134f30b5fdbd1a5c4f43287bec2e26035
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCOMMON : applied nativeplatform-eplugin changes
seokgil.kang [Mon, 16 Mar 2015 09:32:16 +0000 (18:32 +0900)]
COMMON : applied nativeplatform-eplugin changes

Change-Id: I3f430f12f83842d298fb82a81f6320246717f13f
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoBUILD : update change log 13/35113/1
woojin [Mon, 9 Feb 2015 09:39:51 +0000 (18:39 +0900)]
BUILD : update change log

update change log and package version

Change-Id: Ib3b452a047b19ddbc135f7e0c9bd0fa8360d70e1
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoCOMMON : fix some potential bugs 92/33292/1
seokgil.kang [Thu, 8 Jan 2015 02:57:50 +0000 (11:57 +0900)]
COMMON : fix some potential bugs

Change-Id: I3fb45e5ea031fda8b4d3ecece6250950e1633154
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCOMMON : fix some potential bugs 58/32558/1
seokgil.kang [Fri, 19 Dec 2014 01:59:06 +0000 (10:59 +0900)]
COMMON : fix some potential bugs

Change-Id: I25e083508f78640336123b58685da51955288d70
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCOMMON : fix some potential bugs 96/31796/1
seokgil.kang [Wed, 10 Dec 2014 09:02:17 +0000 (18:02 +0900)]
COMMON : fix some potential bugs

Change-Id: Iff4c9e575f7dc3775acecef1822ee2f8994138f4
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCOMMON : remove oprofile packages and update contact information 56/30256/1
seokgil.kang [Thu, 13 Nov 2014 09:04:28 +0000 (18:04 +0900)]
COMMON : remove oprofile packages and update contact information

Change-Id: Idaca329105d44dc024670f986ea7e6574b5697f1
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoVALGRIND : modify valgrind error message 49/29649/1
seokgil.kang [Fri, 31 Oct 2014 08:04:01 +0000 (17:04 +0900)]
VALGRIND : modify valgrind error message

Change-Id: I2457624e6862851e8a85e67123b7f159e746ba9a
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCOMMON : separate the profiler-eplugin package for nativeplatform dependency (profile... 67/29467/1
seokgil.kang [Tue, 28 Oct 2014 08:19:06 +0000 (17:19 +0900)]
COMMON : separate the profiler-eplugin package for nativeplatform dependency (profiler-eplugin, profiler-native-eplugin)

Change-Id: I3f35481a5f52a9326271952d4835be4c360d9acb
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoVALGRIND : modify termination command using profile_command included in the sdbd 43/29443/1
seokgil.kang [Tue, 28 Oct 2014 04:23:49 +0000 (13:23 +0900)]
VALGRIND : modify termination command using profile_command included in the sdbd

Change-Id: Id03fe6086e9fcedf900ea641cc6927b764962883
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoVALGRIND : remove the logic to determine if a symbolic link for 'ld' file exists 54/28654/1
seokgil.kang [Mon, 13 Oct 2014 11:46:14 +0000 (20:46 +0900)]
VALGRIND : remove the logic to determine if a symbolic link for 'ld' file exists

Change-Id: I36c2b958b8bb13768816017461c2a1ad0da38823
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoVALGRIND : modify the file name that needs to be confirmed during valgrind installation 97/28197/1
seokgil.kang [Tue, 30 Sep 2014 06:43:24 +0000 (15:43 +0900)]
VALGRIND : modify the file name that needs to be confirmed during valgrind installation

Change-Id: I2130778a6db62086eb3264ac109072893865edba
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCOMMON : add boilerplate to source code 86/28086/1
seokgil.kang [Fri, 26 Sep 2014 01:59:50 +0000 (10:59 +0900)]
COMMON : add boilerplate to source code

Change-Id: I913be4a94a3cdf9731b4b97013e7e2b4515a591d
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMISC : add missing contents for kepler upgrade patch 99/26899/1 tizen_3.0.m14.2_ivi
seokgil.kang [Mon, 1 Sep 2014 05:49:06 +0000 (14:49 +0900)]
MISC : add missing contents for kepler upgrade patch

Change-Id: Ic70b52ee4dda463f2ada67676246717a51f39614
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCommon : fix potential bug 97/26897/1
seokgil.kang [Mon, 1 Sep 2014 03:19:32 +0000 (12:19 +0900)]
Common : fix potential bug

Change-Id: Idc4ab176c58965dee4dfc9a776f00630b102c402
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCommon : apply kepler upgrade patch 40/26840/1
seokgil.kang [Fri, 29 Aug 2014 08:34:43 +0000 (17:34 +0900)]
Common : apply kepler upgrade patch

Change-Id: I5a1c27c60fd29d61af9ff262ebb5f4b072a9caad
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCommon : fix potential bug (Valgrind) 08/26308/3
seokgil.kang [Wed, 20 Aug 2014 11:17:51 +0000 (20:17 +0900)]
Common : fix potential bug (Valgrind)

Change-Id: I1f296b3b2e5baf936c4609f1fdcd0671cbb20673
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge branch 'mw' into tizen 16/25616/1
seokgil.kang [Thu, 7 Aug 2014 09:57:01 +0000 (18:57 +0900)]
Merge branch 'mw' into tizen

Conflicts:
package/changelog
package/pkginfo.manifest

Change-Id: I650d3239f5c3b61f044d15017294c0884fac242d
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMISC : package version up (2.2.22) 76/25576/1
seokgil.kang [Thu, 7 Aug 2014 05:58:39 +0000 (14:58 +0900)]
MISC : package version up (2.2.22)

Change-Id: I675d55fb67c0839ec021039eb7da6761dabff72e
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoVALGRIND : modify some parts of improvements that on-demand installation feature... 62/25462/2
seokgil.kang [Tue, 5 Aug 2014 09:43:11 +0000 (18:43 +0900)]
VALGRIND : modify some parts of improvements that on-demand installation feature of valgrind
1. modify the warning message about this, if valgrind binary files do not exist in the SDK installation folder.
2. modify file search keyword (ld-2.13.so.debug --> ld-*.so.debug) and add a file check logic (ld-linux.so.2.debug)
3. modify the check order (1st:valgrind binary files in the SDK installation folder, 2nd:valgrind executable file in the target device)

Change-Id: I7589bc63d9c9256be79ff8ab5660193aa7480c8d
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMISC : apply the improvements of the on-demand installation feature of valgrind 75/25375/1
seokgil.kang [Mon, 4 Aug 2014 11:58:02 +0000 (20:58 +0900)]
MISC : apply the improvements of the on-demand installation feature of valgrind

Change-Id: I0ee85255bcb5402c2b78ff4b3ee380926001f9c1
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : modify prerequisites at pkginfo.manifest 98/24598/1
seokgil.kang [Thu, 17 Jul 2014 06:38:50 +0000 (15:38 +0900)]
MISC : modify prerequisites at pkginfo.manifest

Change-Id: I10f13cbe75ca6692c49bd36332d031f527fffeca
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : apply prerequisites 00/24400/1
seokgil.kang [Fri, 11 Jul 2014 11:48:58 +0000 (20:48 +0900)]
MISC : apply prerequisites

Change-Id: Ieeac5d594c53ede28de9ea9ff818a1b1e3c32281
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : modify valgrind default option value to prevent malfunction of massif feature 96/24296/1
seokgil.kang [Thu, 10 Jul 2014 06:14:10 +0000 (15:14 +0900)]
MISC : modify valgrind default option value to prevent malfunction of massif feature
(--run-libc-freeres : yes -> no)
references : www.valgrind.org/docs/manual/manual-core.html#manual-core.options

Change-Id: I7539c8cfb6d4eba019bbbab01107cf39233ca3d7
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : remove oprofile item at the Show View menu 43/23543/1
seokgil.kang [Fri, 27 Jun 2014 09:11:28 +0000 (18:11 +0900)]
MISC : remove oprofile item at the Show View menu

Change-Id: I7e9506a7440123430f4a388fdefccac7e94e51f6
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : remove oprofile type at the Profile Configurations dialog 35/23535/1
seokgil.kang [Fri, 27 Jun 2014 08:52:13 +0000 (17:52 +0900)]
MISC : remove oprofile type at the Profile Configurations dialog

Change-Id: I52d25c1165428c70bc7adf4c64d0d8a7fbf9e370
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMerge branch 'mw' into tizen 13/23513/1
seokgil.kang [Fri, 27 Jun 2014 03:06:07 +0000 (12:06 +0900)]
Merge branch 'mw' into tizen

Change-Id: Ic441b6f9f0566b13b968dc6d9d1c057c20ee0b97
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : remove oprofile short(profile with oprofile) at the 'profile as' item 93/23493/1
seokgil.kang [Thu, 26 Jun 2014 12:37:04 +0000 (21:37 +0900)]
MISC : remove oprofile short(profile with oprofile) at the 'profile as' item

Change-Id: I7c357df4b1a71a066a067001ceda5070bd1da055
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMerge branch 'mw' into tizen 56/23456/1
seokgil.kang [Thu, 26 Jun 2014 03:06:58 +0000 (12:06 +0900)]
Merge branch 'mw' into tizen

Change-Id: I114a1ae04111bf379f3c6e5178981c9868187602
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : package version up (2.2.20) 55/23455/1
seokgil.kang [Thu, 26 Jun 2014 02:44:25 +0000 (11:44 +0900)]
MISC : package version up (2.2.20)

Change-Id: Ic8553cacc1d9662e831086bf0ba8546781e5b5a4
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : processing about the valgrind issues 07/23407/1
seokgil.kang [Wed, 25 Jun 2014 05:26:37 +0000 (14:26 +0900)]
MISC : processing about the valgrind issues

1. modify valgrind launch command for the platform project by using debug-launchpad
2. modify valgrind error message about these cases.
(1) valgrind installation error
(2) valgrind operation error

Change-Id: Ida67c00c4b5eb8c52cc596b3789b959ab615c546
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : correct some potential bug 84/23284/1
seokgil.kang [Mon, 23 Jun 2014 03:52:03 +0000 (12:52 +0900)]
MISC : correct some potential bug
Add the null checking logic for some variables.

Change-Id: I348d9683756a76b98e81de99f049fa33b3166f40
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : correct some potential bug 96/23196/1
seokgil.kang [Thu, 19 Jun 2014 13:00:11 +0000 (22:00 +0900)]
MISC : correct some potential bug

Add the null checking logic for some variables.

Change-Id: I295951f81010956c7972b5dba31ceb17f64d6a0a
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMerge branch 'tizen' into mw 78/23178/1
seokgil.kang [Thu, 19 Jun 2014 02:13:27 +0000 (11:13 +0900)]
Merge branch 'tizen' into mw

Change-Id: Ibe239b17566d9d027c6405c7a9dea17727071bf6
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : correct some potential bug 17/23117/2
seokgil.kang [Wed, 18 Jun 2014 01:47:07 +0000 (10:47 +0900)]
MISC : correct some potential bug

Add the null checking logic for some variables.

Change-Id: Ibddbdd486d8964c897eb04f060e9a44bf28e1c69
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMerge branch 'tizen' into mw 11/22911/1
seokgil.kang [Fri, 13 Jun 2014 08:03:43 +0000 (17:03 +0900)]
Merge branch 'tizen' into mw

Change-Id: I31b82ffc90291a43ee3b4537a22cf833934e582c
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : merge some missing parts 88/21488/1
seokgil.kang [Wed, 21 May 2014 12:42:10 +0000 (21:42 +0900)]
MISC : merge some missing parts
1. fix massif allocation function remove button enablement
2. delete unnecessary colons in valgrind option tab
3. change massif output filename
4. include about file to package

Change-Id: I55ba79d347548a82676ee01cce3541c9757546f6
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMerge branch 'tizen' into mw 61/21261/1
seokgil.kang [Fri, 16 May 2014 12:48:21 +0000 (21:48 +0900)]
Merge branch 'tizen' into mw

Change-Id: I2cae9a1259bf1811dad8bbd8a100922faa346b7b
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : correct some potential bugs 76/21176/1
seokgil.kang [Fri, 16 May 2014 02:02:40 +0000 (11:02 +0900)]
MISC : correct some potential bugs

Add the logic of null check to a variable.

Change-Id: If960c7074537b98086070fad506b4c2379208517
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : add the profile items to the 'Run' menu at the top of the SDK (in Tizen Platfo... 28/21128/1
seokgil.kang [Thu, 15 May 2014 08:57:07 +0000 (17:57 +0900)]
MISC : add the profile items to the 'Run' menu at the top of the SDK (in Tizen Platform perspective)

Change-Id: I28557291f57b5815b83d9fd46471011ec9c3f922
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMerge branch 'tizen' into mw 96/21096/1
seokgil.kang [Thu, 15 May 2014 05:40:09 +0000 (14:40 +0900)]
Merge branch 'tizen' into mw

Conflicts:
package/pkginfo.manifest

Change-Id: I6457b6147d09a7c0ad4704fe347dc0ca62da2af8
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : package version up 51/20851/1
seokgil.kang [Tue, 13 May 2014 07:39:35 +0000 (16:39 +0900)]
MISC : package version up

Change-Id: I4a78c4e10db167eeb63cd5e481967ea3269e88c1
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : add OS checker to get rootstrap path 24/20824/1
seokgil.kang [Tue, 13 May 2014 05:36:36 +0000 (14:36 +0900)]
MISC : add OS checker to get rootstrap path

Change-Id: I6c25ff18f3913b4d5e4a9a9ffd60b0be7b9d13bf
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC : Remove build dependency for nativecpp 91/20791/1
seokgil.kang [Tue, 13 May 2014 03:26:59 +0000 (12:26 +0900)]
MISC : Remove build dependency for nativecpp

Change-Id: If75b3b89c1c836dae174f2cb3f34aacc6155d4ab
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years ago[COMMON] Bug fix for platform project launch problem with valgrind 30/20730/1
seokgil.kang [Mon, 12 May 2014 12:08:10 +0000 (21:08 +0900)]
[COMMON] Bug fix for platform project launch problem with valgrind

Change-Id: Iec0297fbcdf3cccc2d9381041102a1b84244a8b3
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years ago[COMMON] Modify valgrind shutdown code 39/20639/1
seokgil.kang [Sat, 10 May 2014 09:08:54 +0000 (18:08 +0900)]
[COMMON] Modify valgrind shutdown code

Change-Id: I152786dfb6e1cff6c30a47045e8012e69e1bde04
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years ago[COMMON] Remove build dependency for nativecpp 60/20560/1
seokgil.kang [Fri, 9 May 2014 07:51:25 +0000 (16:51 +0900)]
[COMMON] Remove build dependency for nativecpp

Change-Id: I7e6c0e61e374d5a9c2dbd1afeac49895406c4ee8
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years ago[Common] Support valgrind for platform library project 42/20342/1
seokgil.kang [Fri, 2 May 2014 12:38:41 +0000 (21:38 +0900)]
[Common] Support valgrind for platform library project

Change-Id: I6d63cf16310faa3ce8f34cfedd63478d48115646
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years ago[Common] Modify pkginfo to add install and build dependency 76/20276/1
seokgil.kang [Wed, 30 Apr 2014 10:08:09 +0000 (19:08 +0900)]
[Common] Modify pkginfo to add install and build dependency

Change-Id: I494d91fe4fdd8bb0d631b11f7fd93150f8d8bc49
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years ago[Common] Support valgrind for platform project 67/20267/1
seokgil.kang [Wed, 30 Apr 2014 09:11:49 +0000 (18:11 +0900)]
[Common] Support valgrind for platform project

Change-Id: I5fb2f100eddb316664f75ce220e74948fe15bf9e
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoVALGRIND & OPROFILE : change savefile name and fixed bug 52/19552/1
seokgil.kang [Tue, 15 Apr 2014 04:59:17 +0000 (13:59 +0900)]
VALGRIND & OPROFILE : change savefile name and fixed bug

Change the savefile name of the valgrind.
Remove the comment at function to launch the application in oprofile.

Change-Id: Icb287c1d9d53f9ea93f797141a378ceaa7b6fdfc
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC: package version up (2.2.12)
j0kim [Fri, 11 Apr 2014 08:51:04 +0000 (17:51 +0900)]
MISC: package version up (2.2.12)
Correct some potential bugs

10 years agoCorrect errors 02/18702/1
seokgil.kang [Fri, 28 Mar 2014 08:37:10 +0000 (17:37 +0900)]
Correct errors

Comment the meaningless codes.
Add the logic of null check to a variable.
Resolve the unboxing case of Boolean object.
Resolve the issue to start a thread in the constructor.

Change-Id: I880016783307240fac0ed7d8cf1195125d4ba18b
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoCorrect errors 02/18602/1
seokgil.kang [Thu, 27 Mar 2014 05:58:14 +0000 (14:58 +0900)]
Correct errors

Change the inner class to the static inner class.
Add explicit type casting.
Add the logic of null check to a variable.
Change the null parameter value to the empty interface object.
Remove unused class.
Add the logic of null check to a variable.

Change-Id: I53016f30b941e3677a0315ab8c3c176c35079f68
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoCorrect errors 58/18358/1
seokgil.kang [Fri, 21 Mar 2014 06:58:18 +0000 (15:58 +0900)]
Correct errors

Add the logic of null check to a variable.
Change the inner class to the static inner class.
Release the resources.
Add explicit type casting.
Change the final variable to the final static variable.
If the string concatenation occurs in the loop, change it to use the StringBuffer.
Change the string object generated with no argument to the empty string object.
When you read/write operation in file, explicitly set to use a "UTF-8" encoding.
Remove build dependancy.
Modify error message for the oprofile's path.

Change-Id: I8b211c9b426a5ae7ed03a6f8a9e0668285c8621f
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
10 years agoMISC: Changed verifyDeviceReachability() signature 49/13849/1
kh5325.kim [Tue, 17 Dec 2013 08:41:16 +0000 (17:41 +0900)]
MISC: Changed verifyDeviceReachability() signature

Changed verifyDeviceReachability() signature.

Change-Id: I645e87f97a85c68cb5b6462fba91d449ab3514f7
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMISC: package version up (2.2.11) 40/13840/1
kh5325.kim [Tue, 17 Dec 2013 07:26:36 +0000 (16:26 +0900)]
MISC: package version up (2.2.11)

Changed verifyDeviceReachability() signature

Change-Id: Ia47bf8815297f3f73fa9f8d5bc63d183cac6eeaf
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years ago[Title] add about file
greatim [Thu, 26 Sep 2013 10:13:31 +0000 (19:13 +0900)]
[Title] add about file
[Desc.]
[Issue]

10 years ago[Title] support valgrind for real device
greatim [Tue, 24 Sep 2013 11:01:33 +0000 (20:01 +0900)]
[Title] support valgrind for real device
[Desc.]
[Issue]

10 years ago[Title] forbidden to run oprofile and valgrind at the same time
greatim [Mon, 26 Aug 2013 07:18:29 +0000 (16:18 +0900)]
[Title] forbidden to run oprofile and valgrind at the same time
[Desc.]
[Issue]

10 years ago[Title] bug fix for command manager
greatim [Wed, 14 Aug 2013 04:23:14 +0000 (13:23 +0900)]
[Title] bug fix for command manager
[Desc.]
[Issue]

10 years ago[Title] Refactoring as Protex's result
Bonyong.lee [Mon, 29 Jul 2013 02:22:42 +0000 (11:22 +0900)]
[Title] Refactoring as Protex's result
[Desc.]
[Issue]

11 years ago[Title] change cancel message box
greatim [Mon, 15 Jul 2013 10:10:01 +0000 (19:10 +0900)]
[Title] change cancel message box
[Desc.]
[Issue]

11 years ago[Title] fix for parsing sdb command result
greatim [Thu, 11 Jul 2013 13:50:46 +0000 (22:50 +0900)]
[Title] fix for parsing sdb command result
[Desc.]
[Issue]

11 years ago[Title] update changelog
woojin [Wed, 10 Jul 2013 01:52:02 +0000 (10:52 +0900)]
[Title] update changelog
[Desc.]
[Issue]

11 years ago[Title] use new sdb APIs
woojin [Wed, 10 Jul 2013 01:46:42 +0000 (10:46 +0900)]
[Title] use new sdb APIs
[Desc.] use runHostCommand, executeHostCommand for root privilege commands
[Issue]

11 years ago[Title] change max memory error and leak to 1000
greatim [Thu, 4 Jul 2013 08:42:22 +0000 (17:42 +0900)]
[Title] change max memory error and leak to 1000
[Desc.]
[Issue]

Conflicts:
package/changelog
package/pkginfo.manifest

11 years ago[Title] change device attribute value for launch configuration to device id
greatim [Tue, 2 Jul 2013 15:16:27 +0000 (00:16 +0900)]
[Title] change device attribute value for launch configuration to device id
[Desc.]
[Issue]

11 years ago[Title] auto expand oprofile result
greatim [Tue, 2 Jul 2013 11:49:37 +0000 (20:49 +0900)]
[Title] auto expand oprofile result
[Desc.]
[Issue]

11 years ago[Title] auto build before launch profiler
greatim [Tue, 2 Jul 2013 09:34:09 +0000 (18:34 +0900)]
[Title] auto build before launch profiler
[Desc.]
[Issue]

11 years ago[Title] update changelog
woojin [Wed, 26 Jun 2013 19:40:22 +0000 (04:40 +0900)]
[Title]  update changelog
[Desc.]
[Issue]

11 years ago[Title] launch application via launcher, change image filter to launchpad daemon
woojin [Wed, 26 Jun 2013 19:29:11 +0000 (04:29 +0900)]
[Title] launch application via launcher, change image filter to launchpad daemon
[Desc.]
[Issue] N_SE 40765

11 years ago[Title] change valgrind command line format
greatim [Mon, 24 Jun 2013 05:28:05 +0000 (14:28 +0900)]
[Title] change valgrind command line format
[Desc.]
[Issue]

11 years ago[Title] bug fix for ls phrase
greatim [Thu, 13 Jun 2013 13:52:13 +0000 (22:52 +0900)]
[Title] bug fix for ls phrase
[Desc.]
[Issue]