sdk/tools/dynamic-analyzer.git
9 years agoSetting : modify usability 14/37414/3
heeyoung [Thu, 26 Mar 2015 06:39:13 +0000 (15:39 +0900)]
Setting : modify usability

romove focus of tooltip
modify cancel operation in option tab
change screenshot periodically minimum value

Change-Id: I4d2e265b4e6a00e28bdb66f312bd2a7b04182f1f
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge branch 'da-opt' into tizen 38/37238/1
greatim [Mon, 23 Mar 2015 08:33:57 +0000 (17:33 +0900)]
Merge branch 'da-opt' into tizen

Change-ID: Id2d81a63efc1c2ae0235795de1894cdceab01882

9 years agoINTERNAL: refactor clear() function of each page data manager 21/37021/1
greatim [Wed, 18 Mar 2015 08:15:55 +0000 (17:15 +0900)]
INTERNAL: refactor clear() function of each page data manager

refactor clear() function of each page data manager and caller of clear()

Change-Id: I57f8cae046d7bba76c20f7712ad0842b780ed845
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: insert thread remaining data to db using inserter 84/36884/1
greatim [Mon, 16 Mar 2015 14:01:21 +0000 (23:01 +0900)]
INTERNAL: insert thread remaining data to db using inserter

insert thread remaining data to db using inserter on onThreadStop()

Change-Id: I014395f890af19ee5275a1d49337fd4182f7bca3
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: remove startTrace() and stopTrace() in toolbar 59/36759/3
greatim [Fri, 13 Mar 2015 06:23:24 +0000 (15:23 +0900)]
INTERNAL: remove startTrace() and stopTrace() in toolbar

Remove startTrace() and stopTrace() function in toolbar
Instead, use startTrace() and stopTrace() in CommandAction
change dispose() function name to close() in Project.java

Change-Id: I25bd65eb5b2739a4606bef34b9210942155329c0
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: remove DACommunicator.isRunning() usage 64/36664/3
greatim [Wed, 11 Mar 2015 12:27:23 +0000 (21:27 +0900)]
INTERNAL: remove DACommunicator.isRunning() usage

remove DACommunicator.isRunning(), replace it to DAState
refactor some function of thread data manager and thread db tables

Change-Id: I5456b3ef781931e5834a205c69495acadfbb1e7f
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: make DAState class for host state management 30/36630/3
greatim [Wed, 11 Mar 2015 05:59:58 +0000 (14:59 +0900)]
INTERNAL: make DAState class for host state management

make DAState class for host state management (moved from Global.java)
remove all AnalyzerManager.isRunning() call and replace it to use DAState

Change-Id: I0323c9ad27193217fdadcefd9387e35749b2ff01
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: make sure all image thread is stopped when tracing is stopped 39/36539/3
greatim [Mon, 9 Mar 2015 16:52:04 +0000 (01:52 +0900)]
INTERNAL: make sure all image thread is stopped when tracing is stopped

make sure all image processing thread is terminated when tracing is terminated.

Change-Id: I2ee1cddacbed8c725c69bf821045f11409ff67a9
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: stop forced when DA exit 33/36533/2
greatim [Mon, 9 Mar 2015 14:52:38 +0000 (23:52 +0900)]
INTERNAL: stop forced when DA exit

stop thread by force when DA exit
change some caller code of AnalyzerManager.isExit()

Change-Id: I1c49b5174f618ed2238bab2ef7ccb6bee3d45c26
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: refactor DAResult and warning dialog 71/36371/3
greatim [Thu, 5 Mar 2015 12:25:35 +0000 (21:25 +0900)]
INTERNAL: refactor DAResult and warning dialog

refactor DAResult
add global function to show warning dialog with message or DAResult

Change-Id: I15d7fdbb5e02645311dd12cab13b1911a32b9798
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: add resource monitor timer 37/36337/3
greatim [Thu, 5 Mar 2015 09:24:41 +0000 (18:24 +0900)]
INTERNAL: add resource monitor timer

add resource monitor timer to monitor memory usage of DA
refactor UpdateViewTimer

Change-Id: Ib19fe8f2ee40bcbc5a23a0960397c347311f992e
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: fix some bugs 70/36270/2
greatim [Wed, 4 Mar 2015 12:15:13 +0000 (21:15 +0900)]
INTERNAL: fix some bugs

add checking project validness at StopTraceManager
add checking thread interruption when major data thread is looping
add checking string size is zero or not when parsing log data

Change-Id: If51dd5e30faf3c167b4cf08531010179fcfe19da
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: fix some bugs and typo (feedback of commit 9a47faf3768e4) 61/36261/2
greatim [Wed, 4 Mar 2015 08:59:53 +0000 (17:59 +0900)]
INTERNAL: fix some bugs and typo (feedback of commit 9a47faf3768e4)

feedback of commit 9a47faf3768e4
rename ToolbarArea -> Toolbar and change to enum
add some boilerplate
change some names (function, enum value, nl text, etc..)

Change-Id: I3a4ffbc2908108066a7d8d4e334efe352162a028
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoNL: rename some nl variable name (setting -> configuration) 39/36239/1
greatim [Wed, 4 Mar 2015 05:50:36 +0000 (14:50 +0900)]
NL: rename some nl variable name (setting -> configuration)

rename some nl variable name (setting -> configuration)
change (prepare for profiling -> Prepareing to trace)

Change-Id: I17fc6e234de72f5dc315a0c08f40830fad2d69ea
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: refactor major thread class for unity 36/36236/1
greatim [Wed, 4 Mar 2015 05:00:07 +0000 (14:00 +0900)]
INTERNAL: refactor major thread class for unity

create DataThread class for major thread like
data channel thread, message parser, log parser, page data thread, db inserter.
use offer() function instead put() function of blocking queue.

Change-Id: Ic02b4d2368c63c5259d64b321f9ef295b354367f
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: apply synchronization to current state 65/36165/1
greatim [Tue, 3 Mar 2015 07:57:35 +0000 (16:57 +0900)]
INTERNAL: apply synchronization to current state

fix some bugs in StartTraceManager.java
rename Global.setCurrentState to Global.changeCurrentState and apply synchronization

Change-Id: Id8a338a118d6a22c928eac1aaafc60197c971d2e
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: show error with progress when tracing stopped 42/36142/1
greatim [Mon, 2 Mar 2015 18:39:24 +0000 (03:39 +0900)]
INTERNAL: show error with progress when tracing stopped

show error with progress when tracing stopped

Change-Id: Ifb9b638582adfec362962a1d0a887bdaf1a0aaff
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoCombo : remove focus out event 91/35991/1
heeyoung [Fri, 27 Feb 2015 08:40:25 +0000 (17:40 +0900)]
Combo : remove focus out event

Change-Id: I042d28b303226fd30be473548b87993d3ae16038
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoProgressDialog : set default button listener 19/35819/1
heeyoung [Wed, 25 Feb 2015 05:24:20 +0000 (14:24 +0900)]
ProgressDialog : set default button listener

Change-Id: I864f72fcca093100da844b602d533c7e67d4c1fc
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge branch 'tizen' into da-opt 75/35775/1
greatim [Tue, 24 Feb 2015 12:12:48 +0000 (21:12 +0900)]
Merge branch 'tizen' into da-opt

Signed-off-by: greatim <jaewon81.lim@samsung.com>
Conflicts:
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/common/AnalyzerManager.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/communicator/CommunicatorUtils.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/database/DBInserter.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/AnalyzerLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/communicator/Communicator30.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/logparser/LogParser.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/logparser/LogQueue.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/logparser/MessageParser.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/logparser/PageDataManager.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/platform/ui/BinarySettingProgressManager.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/StartProcessManager.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/StopLogProcessor.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/StopProcessManager.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/ToolbarArea.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/opentrace/OpenTraceInputReader.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/opentrace/OpenTraceProgressManager.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/SettingDialog.java

Change-Id: Ia2b424c745bc47c723408c69a5fa35192952b6b8

9 years agoINTERNAL: refactor host state management and trace start/stop management 77/34677/2
greatim [Fri, 30 Jan 2015 10:55:37 +0000 (19:55 +0900)]
INTERNAL: refactor host state management and trace start/stop management

refactor host state management
refactor trace start / stop management
refactor some lod data models
refactor AnalyzerManager, DAResult, etc.
remove unnecessary files

Change-Id: Ieda51365c24c5a97b3df6716303a3a7cd99d08f8
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "Page Tab : add a null check" into tizen
woojin jung [Mon, 16 Feb 2015 01:14:08 +0000 (17:14 -0800)]
Merge "Page Tab : add a null check" into tizen

9 years agoMISC update the -Xmx size to 512MB
JuYoung Kim [Fri, 13 Feb 2015 03:10:17 +0000 (12:10 +0900)]
MISC update the -Xmx size to 512MB

Change-Id: I76640aad5324896efa565e4c1ec6772678efa2c2
Signed-off-by: JuYoung Kim <j0.kim@samsung.com>
9 years agoPage Tab : add a null check 87/35387/1
heeyoung [Fri, 13 Feb 2015 02:18:11 +0000 (11:18 +0900)]
Page Tab : add a null check

Change-Id: I5be61ee00a2db3e06fd0590452039b89a7ff1db5
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoPage Tab : Add the page tab view when Open button is clicked in OpenTrace dialog 49/35249/2
heeyoung [Wed, 11 Feb 2015 07:57:01 +0000 (16:57 +0900)]
Page Tab : Add the page tab view when Open button is clicked in OpenTrace dialog

Change-Id: Ic9b52be990429e8ec0a7eecc42500901dbab80b8
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoINTERNEL: fix some potential bugs 29/35229/1
greatim [Wed, 11 Feb 2015 03:29:05 +0000 (12:29 +0900)]
INTERNEL: fix some potential bugs

fix some potential bugs including (dereference null return)

Change-Id: I4d62dbe8e96ec161385886f830014d83fc9982e1
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoCALLSTACK, FUNCTION PROFILING : remove potential bugs 12/35212/1
woojin [Tue, 10 Feb 2015 15:06:02 +0000 (00:06 +0900)]
CALLSTACK, FUNCTION PROFILING : remove potential bugs

1. safer usage of locks
2. remove potential NullPointerException
3. remove dead code

Change-Id: Icb8dd27c9038d00f100a6142ccefbf5ded47d888
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoINTERNAL: fix some potential bugs 98/35198/1
greatim [Tue, 10 Feb 2015 11:58:07 +0000 (20:58 +0900)]
INTERNAL: fix some potential bugs

fix some potential bugs including double-checked locking bug

Change-Id: Iead801b8d4410d5d045e7f5870df2dd267ffaec5
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "Fix potential bugs." into tizen
woojin jung [Tue, 10 Feb 2015 09:12:47 +0000 (01:12 -0800)]
Merge "Fix potential bugs." into tizen

9 years agoMerge "File : deal with null pointer exception" into tizen
woojin jung [Tue, 10 Feb 2015 09:05:04 +0000 (01:05 -0800)]
Merge "File : deal with null pointer exception" into tizen

9 years agoFix potential bugs. 87/35187/1
jungwook.ryu [Tue, 10 Feb 2015 08:57:24 +0000 (17:57 +0900)]
Fix potential bugs.

Change-Id: I1e4b60c8055b2ff706bec23841db8b1572870474
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
9 years agoFile : deal with null pointer exception 85/35185/1
hyeran74.kim [Tue, 10 Feb 2015 08:30:22 +0000 (17:30 +0900)]
File : deal with null pointer exception

Change-Id: I5bb06a3a33d3bc629b619744bf47be270ce6d231
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agoSetting : modify input range of function sampling rate 63/35163/1
heeyoung [Tue, 10 Feb 2015 05:23:11 +0000 (14:23 +0900)]
Setting : modify input range of function sampling rate

Change-Id: I1453861caff150a32587c5d935f2897edf287e2d

9 years agoDB: fix a potential bug of database connection management 46/35046/1
greatim [Fri, 6 Feb 2015 11:22:08 +0000 (20:22 +0900)]
DB: fix a potential bug of database connection management

fix a potential bug of database connection management (list sync problem)

Change-Id: I118e3cdfbe7b0f720db1dc4874d287282f128f93
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoBUILD : update changelog 30/35030/1
woojin [Fri, 6 Feb 2015 08:34:12 +0000 (17:34 +0900)]
BUILD : update changelog

update changelog, pkg version

Change-Id: Idd6c7d63cdc0e6883e7acb6e8b020f541c1ad7f8
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoINTERNAL: fix a bug that cannot insert whole data at stress test 07/34907/1
greatim [Wed, 4 Feb 2015 09:09:08 +0000 (18:09 +0900)]
INTERNAL: fix a bug that cannot insert whole data at stress test

fix a bug that page data manager thread is terminated before whole data inserted.

Change-Id: I20e850ebcc5c4cac8c80e3f31ee406d03b681d86
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoChart : change setOutlineColors() method parameter 39/34739/1
heeyoung [Mon, 2 Feb 2015 08:10:09 +0000 (17:10 +0900)]
Chart : change setOutlineColors() method parameter

Change-Id: I3cf84ec3f08d16cede256b69124dfefeec2cf5aa
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoLOG : improve Logger 14/34614/1
seokgil.kang [Thu, 29 Jan 2015 11:50:11 +0000 (20:50 +0900)]
LOG : improve Logger
1. move the log-level setting  to the setting file of DA
2. add exception() method and replace e.printStackTrace() to the Logger.exception(e)
3. move the part that writes the contents of the log to the file to Logger class

Change-Id: Id65dc7924172b7f70ef8007ae0d2de1551f8eab3
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoSetting : set settingDialog state (open/close) 18/34418/1
heeyoung [Tue, 27 Jan 2015 05:46:53 +0000 (14:46 +0900)]
Setting : set settingDialog state (open/close)

Change-Id: Ia498464e2b056e808835239c37af8580f9bbf7f8
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agodo not review 49/34349/1
greatim [Sat, 24 Jan 2015 06:59:33 +0000 (15:59 +0900)]
do not review

Change-Id: I6e9d0fdfcc5e691514c6d3eb4ecf9d31a4f68c3a
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "ProgressDialog : modify button listener setter method" into tizen
juyoung kim [Fri, 23 Jan 2015 04:07:58 +0000 (20:07 -0800)]
Merge "ProgressDialog : modify button listener setter method" into tizen

9 years agoMerge "CALLTRACE : fix bug - sometimes calltrace shows nothing" into tizen
juyoung kim [Fri, 23 Jan 2015 01:30:17 +0000 (17:30 -0800)]
Merge "CALLTRACE : fix bug - sometimes calltrace shows nothing" into tizen

9 years agoCALLTRACE : fix bug - sometimes calltrace shows nothing 60/34260/1
woojin [Thu, 22 Jan 2015 11:15:11 +0000 (20:15 +0900)]
CALLTRACE : fix bug - sometimes calltrace shows nothing

modify windowing table
1. if the number of selected records is not the same with that of requested records, select again
2. when table is full of records, do not select again even if item count is increased

Change-Id: I62f3cc871b9cff7d309619e2cc1940acc2310565
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoProgressDialog : modify button listener setter method 44/34244/1
heeyoung [Thu, 22 Jan 2015 09:44:51 +0000 (18:44 +0900)]
ProgressDialog : modify button listener setter method

Change-Id: I2d74d4010dd77ca63ffc867ccf04d37a01376619
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : add unit test about setting data 15/34115/1
heeyoung [Wed, 21 Jan 2015 09:20:10 +0000 (18:20 +0900)]
Setting : add unit test about setting data

Change-Id: I08ddc8a26d4ab4d23e0aa3be62144d034741b8e8
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge "ProgressDialog : modify progress text setter method" into tizen
juyoung kim [Wed, 21 Jan 2015 08:27:03 +0000 (00:27 -0800)]
Merge "ProgressDialog : modify progress text setter method" into tizen

9 years agoProgressDialog : modify progress text setter method 02/34102/1
heeyoung [Wed, 21 Jan 2015 07:12:24 +0000 (16:12 +0900)]
ProgressDialog : modify progress text setter method

Change-Id: I2ddbe4dba2b5b6e8f1371f6c0e2b08a7bc81fef6
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : modify selected feature list apply/revert 97/34097/1
heeyoung [Wed, 21 Jan 2015 05:33:05 +0000 (14:33 +0900)]
Setting : modify selected feature list apply/revert

Change-Id: I47268fe9da3b5aac7049ff4c62019cb1eede20d1
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : add application detail information string 29/34029/1
heeyoung [Tue, 20 Jan 2015 08:56:30 +0000 (17:56 +0900)]
Setting : add application detail information string

Change-Id: I05ebf52a5320c933cdc2e3a8f56ae46c5e676970
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge "Setting, Combo : remove potential bugs" into tizen
juyoung kim [Mon, 19 Jan 2015 12:31:41 +0000 (04:31 -0800)]
Merge "Setting, Combo : remove potential bugs" into tizen

9 years agoMerge "thread : change comparison of string objects using equals Signed-off-by: Hyunj...
juyoung kim [Mon, 19 Jan 2015 12:31:32 +0000 (04:31 -0800)]
Merge "thread : change comparison of string objects using equals Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>" into tizen

9 years agoSetting, Combo : remove potential bugs 70/33870/1
heeyoung [Fri, 16 Jan 2015 02:58:16 +0000 (11:58 +0900)]
Setting, Combo : remove potential bugs

Change-Id: Ib4c8f81c2bb19f2d0f76bfeb3c1dec705a27a2e8
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoFile : deal with null pointer exception 66/33866/2
hyeran74.kim [Fri, 16 Jan 2015 01:56:10 +0000 (10:56 +0900)]
File : deal with null pointer exception

Change-Id: Id8beaed36d5be6548eef08489d45f802d9179ab8
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agothread : change comparison of string objects using equals 65/33865/1
Hyunjong.park [Fri, 16 Jan 2015 01:43:32 +0000 (10:43 +0900)]
thread : change comparison of string objects using equals
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: I6cd15ca2f31dba5b2bd86a746584c72b7a1bc1ce

9 years agoUnittest : export common unittest package 10/33810/1
heeyoung [Thu, 15 Jan 2015 08:49:09 +0000 (17:49 +0900)]
Unittest : export common unittest package

Change-Id: I25120b2feee9b09e4ccd0dd0b8267585c6560b8d
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : define settingFilePath (used in the unit test) 08/33808/1
heeyoung [Thu, 15 Jan 2015 08:41:38 +0000 (17:41 +0900)]
Setting : define settingFilePath (used in the unit test)

Change-Id: I17ea37fe2d708aadb75f35e4685584ddae7b6b32
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : modify method name 05/33805/1
heeyoung [Thu, 15 Jan 2015 08:27:01 +0000 (17:27 +0900)]
Setting : modify method name
(changeAvailableFeatureList -> changeSelectecFeatureList)

Change-Id: I1a516df4e699c39a06cd80991b08bed75d3b0e40
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years ago[SETTING] add error popup when user try to add binary setting without device connection 37/33537/1
greatim [Tue, 13 Jan 2015 07:35:26 +0000 (16:35 +0900)]
[SETTING] add error popup when user try to add binary setting without device connection

add error popup when user try to add binary setting without device connection

Change-Id: Ic04bf6479b5dbb023101380db00dd07bd80e1f4e
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years ago[SETTING] fix exception when select debug rpm in binary setting tab 89/33489/2
greatim [Mon, 12 Jan 2015 08:24:46 +0000 (17:24 +0900)]
[SETTING] fix exception when select debug rpm in binary setting tab

fix exception when select debug rpm in binary setting tab

Change-Id: I5791f9a342451efbf0c3f356d07c8f3efce1bd95
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years ago[UTIL] refactor ByteUtil 16/33416/5
greatim [Fri, 9 Jan 2015 07:50:40 +0000 (16:50 +0900)]
[UTIL] refactor ByteUtil

Refactoring ByteUtil for performance and reliability. (fix a bug of toBytes for int)
Remove ByteSwapper and unittest for ByteSwapper (not necessary anymore)
Use long instead of UnsignedInt in MessageParser.java

Change-Id: I37e4133e82cbdb47752e6199dd798ff999db20f0
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "ProgressDialog : add warning style" into tizen
juyoung kim [Mon, 12 Jan 2015 09:32:23 +0000 (01:32 -0800)]
Merge "ProgressDialog : add warning style" into tizen

9 years agoProgressDialog : add warning style 72/33472/2
heeyoung [Mon, 12 Jan 2015 05:15:27 +0000 (14:15 +0900)]
ProgressDialog : add warning style

Change-Id: Iea341141799487511f09d61242ca5b6ae8d14b91
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge "[CALLSTACK] insert callstackdata into DB for every 5000 data" into tizen
juyoung kim [Mon, 12 Jan 2015 06:49:26 +0000 (22:49 -0800)]
Merge "[CALLSTACK] insert callstackdata into DB for every 5000 data" into tizen

9 years ago[CALLSTACK] remove NullPointerException 61/33461/1
woojin [Mon, 12 Jan 2015 00:57:29 +0000 (09:57 +0900)]
[CALLSTACK] remove NullPointerException

modify code to prevent NullPointerException when failed to get DB connection

Change-Id: I9fb443859c94883177ef3443a58ad753f10e235d
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years ago[CALLSTACK] insert callstackdata into DB for every 5000 data 60/33460/1
woojin [Mon, 12 Jan 2015 00:31:27 +0000 (09:31 +0900)]
[CALLSTACK] insert callstackdata into DB for every 5000 data

increase the number of callstackdata held before DB insertion
100 -> 5000
it decreases making time of probe callstack drastically when sampling feature is off

Change-Id: I92fc3f89cc6eb13d71075ff20b68e7d4c7f84907
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoLOG : change the System.out.println() to Logger.debug() and support the System.out... 89/33389/1
seokgil.kang [Fri, 9 Jan 2015 04:24:37 +0000 (13:24 +0900)]
LOG : change the System.out.println() to Logger.debug() and support the System.out.print() feature

Change-Id: Ib5d4abc0b4f754c649b3b854e87de081f94330bf
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge "ProgressDialog : refactoring (duplicated code cleanup)" into tizen
juyoung kim [Fri, 9 Jan 2015 02:52:12 +0000 (18:52 -0800)]
Merge "ProgressDialog : refactoring (duplicated code cleanup)" into tizen

9 years agochange the warning message of overflow
JuYoung Kim [Thu, 8 Jan 2015 09:07:00 +0000 (18:07 +0900)]
change the warning message of overflow

Change-Id: I2b5690f3d113b5ec2073ac8593236314486dbb4c
Signed-off-by: JuYoung Kim <j0.kim@samsung.com>
9 years agoProgressDialog : refactoring (duplicated code cleanup) 04/33304/1
heeyoung [Thu, 8 Jan 2015 06:41:59 +0000 (15:41 +0900)]
ProgressDialog : refactoring (duplicated code cleanup)

Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
Change-Id: Ib2a1d479c845d882dd60f9971b603019d54bf9b7

9 years agoMerge remote-tracking branch 'origin/da-unittest' into tizen 01/33201/1
hyeran74.kim [Wed, 7 Jan 2015 01:26:18 +0000 (10:26 +0900)]
Merge remote-tracking branch 'origin/da-unittest' into tizen

Conflicts:
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/file/manager/FileDataMaker.java

Change-Id: Ife7081247235e6bbc6443df692ddbb9810d39cac
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agoFile : added functions to make random objects and test 75/33075/1 da-unittest
hyeran74.kim [Mon, 5 Jan 2015 08:07:22 +0000 (17:07 +0900)]
File : added functions to make random objects and test

Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
Change-Id: I4a543c690aeb6134121f94a97e786db6d37f5acb

9 years agoLifecycle : Add database table for LifeCycle 69/33069/1
jungwook.ryu [Tue, 30 Dec 2014 06:06:24 +0000 (15:06 +0900)]
Lifecycle : Add database table for LifeCycle

Change-Id: I583adf68f883195375130d267cf203c9e7c0d60c
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
9 years agoopengl : show buffer size in detail view 39/32639/3
Hyunjong.park [Mon, 22 Dec 2014 02:02:21 +0000 (11:02 +0900)]
opengl : show buffer size in detail view
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: I1210b22c615a643c3f239364d33a72371dc7f43e
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
9 years agoFile : added file unit test 04/30904/4
hyeran74.kim [Thu, 27 Nov 2014 01:42:08 +0000 (10:42 +0900)]
File : added file unit test

Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
Change-Id: Ia9cf06a98c6b8ae3207e0beba7a40aa0c76d40d5
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agoMerge "INTERNAL: stop toolbar timer as soon as the stop button is pressed" into tizen
juyoung kim [Fri, 19 Dec 2014 07:17:59 +0000 (23:17 -0800)]
Merge "INTERNAL: stop toolbar timer as soon as the stop button is pressed" into tizen

9 years agoMerge "INTERNAL: stop tracing by force when some log from swap is missing" into tizen
juyoung kim [Fri, 19 Dec 2014 07:17:30 +0000 (23:17 -0800)]
Merge "INTERNAL: stop tracing by force when some log from swap is missing" into tizen

9 years agoMerge "DEBUG: change some thread names for debugging" into tizen
juyoung kim [Fri, 19 Dec 2014 07:16:26 +0000 (23:16 -0800)]
Merge "DEBUG: change some thread names for debugging" into tizen

9 years agoMerge "Summary : modify data structure for thread safety in the leak table. (HashMap...
juyoung kim [Fri, 19 Dec 2014 07:14:18 +0000 (23:14 -0800)]
Merge "Summary : modify data structure for thread safety in the leak table. (HashMap --> ConcurrentHashMap)" into tizen

9 years agoINTERNAL: stop toolbar timer as soon as the stop button is pressed 18/32518/1
greatim [Thu, 18 Dec 2014 16:32:13 +0000 (01:32 +0900)]
INTERNAL: stop toolbar timer as soon as the stop button is pressed

stop toolbar timer as soon as the stop button is pressed
add timer's name for debugging

Change-Id: Ia0c77effee6bffe912a2abe61376a8dea3989157
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: stop tracing by force when some log from swap is missing 03/32503/1
greatim [Thu, 18 Dec 2014 14:55:49 +0000 (23:55 +0900)]
INTERNAL: stop tracing by force when some log from swap is missing

Stop tracing by force when some log from swap is missing.
In that situation, DA show error message to user

Change-Id: I4af58f14a9ad56ed17d5736a083e93b6a3c7fbf9
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoDEBUG: change some thread names for debugging 77/32477/1
greatim [Thu, 18 Dec 2014 11:54:47 +0000 (20:54 +0900)]
DEBUG: change some thread names for debugging

change some thread names for debugging

Change-Id: I4de231fd3697ce3c1ad752e703c35be6470d29c0
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "[Callstack] fix bug - callstack of user function grows continuosly" into tizen
juyoung kim [Thu, 18 Dec 2014 05:41:19 +0000 (21:41 -0800)]
Merge "[Callstack] fix bug - callstack of user function grows continuosly" into tizen

9 years agoMerge "Page Tab : save/open for page tab view" into tizen
juyoung kim [Thu, 18 Dec 2014 05:35:06 +0000 (21:35 -0800)]
Merge "Page Tab : save/open for page tab view" into tizen

9 years agoSummary : modify data structure for thread safety in the leak table. (HashMap --... 16/32416/1
seokgil.kang [Thu, 18 Dec 2014 03:26:09 +0000 (12:26 +0900)]
Summary : modify data structure for thread safety in the leak table. (HashMap --> ConcurrentHashMap)

Change-Id: I7726636b09ce98f17a58f3f2175e32dda2e47bbb
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years ago[Callstack] fix bug - callstack of user function grows continuosly 79/32379/1
woojin [Wed, 17 Dec 2014 13:25:47 +0000 (22:25 +0900)]
[Callstack] fix bug - callstack of user function grows continuosly

bug fix - callstack of user function grows (which should remain the same)
this bug can cause out of memory in some cases

Change-Id: Ie22e76576ffa31e21712dec2a6bf1e878d8d6bd7
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoLOG : support the string formatter type 64/32364/1
seokgil.kang [Wed, 17 Dec 2014 11:31:58 +0000 (20:31 +0900)]
LOG : support the string formatter type

Change-Id: Id93af8299980fa3179321e9aa3ae207a0eb735f7
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoPage Tab : save/open for page tab view 49/32349/1
heeyoung [Wed, 17 Dec 2014 09:52:09 +0000 (18:52 +0900)]
Page Tab : save/open for page tab view

Change-Id: I1c1ce5c6504643ba53b5f0815289f069fe495f37
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoCombo : check combo tooltip index 39/32239/1
heeyoung [Wed, 17 Dec 2014 06:33:02 +0000 (15:33 +0900)]
Combo : check combo tooltip index

Change-Id: I7b59e83817f2b4e72b0ee6803e1e3d15823e8c76
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSETTING: fix bug of binary setting 42/32142/2
greatim [Tue, 16 Dec 2014 07:39:42 +0000 (16:39 +0900)]
SETTING: fix bug of binary setting

fix bug when adding binary setting with non-elf binary (like /etc/printcap)
swap manager was crashed by binary-info message with non-elf (fixed)
Now, binary info message get ACK message with error flag for non-elf binary

Change-Id: I908d5d132cf07234908b859d0ae5c4f691f4f4f8
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoSETTING: fix a bug of binary setting 45/32045/3
greatim [Mon, 15 Dec 2014 08:42:19 +0000 (17:42 +0900)]
SETTING: fix a bug of binary setting

fix a bug when adding directory to binary setting.
directory item cannot be set as binary setting.
When user select directory item and press OK button, then enter the directory NOW.

Change-Id: I576390e4e38a30c2c367963ac2cf0a6babe3fdeb
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoSummary : modify column name of the leak view (File/parameter -> Parameter) 49/32049/1
seokgil.kang [Mon, 15 Dec 2014 09:13:32 +0000 (18:13 +0900)]
Summary : modify column name of the leak view (File/parameter -> Parameter)

Change-Id: Iaa577e929eb61a95bf8b3865499c89e87f820bdd
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge "SETTING: fix bug 1 of binary setting (TS-16504)" into tizen
juyoung kim [Mon, 15 Dec 2014 05:00:20 +0000 (21:00 -0800)]
Merge "SETTING: fix bug 1 of binary setting (TS-16504)" into tizen

9 years agoSETTING: fix bug 1 of binary setting (TS-16504) 09/32009/1
greatim [Mon, 15 Dec 2014 04:39:22 +0000 (13:39 +0900)]
SETTING: fix bug 1 of binary setting (TS-16504)

fix first bug of binary setting in (TS-16504)

Change-Id: I25fd053969519482ec288c99d0e47cc127f32198
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoTEST : add and modify some files for the test automation 38/31938/1
seokgil.kang [Fri, 12 Dec 2014 10:43:27 +0000 (19:43 +0900)]
TEST : add and modify some files for the test automation

Change-Id: I5e7aa0ee5fb2eaeea2bc6210388057481d39477c
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoFile : using DBInserter when saving data while tracing 87/31787/1
hyeran74.kim [Wed, 10 Dec 2014 04:51:11 +0000 (13:51 +0900)]
File : using DBInserter when saving data while tracing

Change-Id: I4b591809ae4d06f43a19da64001045dc40832bc7
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agocommon : changed file owner 24/31324/1
Hyunjong.park [Thu, 4 Dec 2014 04:42:11 +0000 (13:42 +0900)]
common : changed file owner
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: I37d7cb61ebdb4fa4f2b76af80ab58b4cc2c6371c

9 years agoMerge remote-tracking branch 'origin/da-setting' into tizen 44/31144/1
heeyoung [Tue, 2 Dec 2014 04:36:31 +0000 (13:36 +0900)]
Merge remote-tracking branch 'origin/da-setting' into tizen

Change-Id: I6b20c9ebc053d72430ba083f25b974765a7bccbc
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : add overhead description 86/31086/1 da-setting
heeyoung [Mon, 1 Dec 2014 09:51:33 +0000 (18:51 +0900)]
Setting : add overhead description

Change-Id: Ifc08bbed134ed6e2bc241e3314c1fff43a570164
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge remote-tracking branch 'origin/tizen' into da-setting 22/30922/1
heeyoung [Thu, 27 Nov 2014 09:44:40 +0000 (18:44 +0900)]
Merge remote-tracking branch 'origin/tizen' into da-setting

Conflicts:
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/NewLeakDetector.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/SettingDataManager.java

Change-Id: Ie461839dd9058732ab7405e349d38f2d0a224260
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : add overhead information in setting dialog 63/30763/3
heeyoung [Tue, 25 Nov 2014 06:36:22 +0000 (15:36 +0900)]
Setting : add overhead information in setting dialog

Change-Id: Ief9798e7b34850e77309d71ac1b39724d4c486d0
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>