Screenshot : bug fix - when auto screenshot is enabled, periodic screenshot request... 22/24122/1
authorwoojin <woojin2.jung@samsung.com>
Tue, 8 Jul 2014 15:04:00 +0000 (00:04 +0900)
committerwoojin <woojin2.jung@samsung.com>
Tue, 8 Jul 2014 15:04:00 +0000 (00:04 +0900)
Periodic screenshot request should be sent only if periodic screenshot feature is set.

Change-Id: Idf79cdf5b7ff06267ae6272ebe5a5f74d416c13d
Signed-off-by: woojin <woojin2.jung@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/common/AnalyzerManager.java
package/changelog
package/pkginfo.manifest

index 75b3385..0635aff 100755 (executable)
@@ -403,10 +403,10 @@ public class AnalyzerManager {
                                } catch (NumberFormatException e) {
                                        e.printStackTrace();
                                }
+                               screenshotTimer = new Timer();
+                               screenshotTimer.scheduleAtFixedRate(new ScreenshotTimerTask(),
+                                               1000, period);                          
                        }
-                       screenshotTimer = new Timer();
-                       screenshotTimer.scheduleAtFixedRate(new ScreenshotTimerTask(),
-                                       1000, period);
                }
        }
 
index 7c339fc..a943cc4 100644 (file)
@@ -1,3 +1,7 @@
+* 2.1.42
+- bug fix : when auto screenshot is enabled, periodic screenshot request should not be sent
+- disable change of setting values during tracing
+== woojin jung <woojin2.jung@samsung.com> 2014-07-08
 * 2.1.41
 - bug fix in communicator for windows, macos
 - drop LogData when it has corrupted data
index e7c93f7..56138df 100644 (file)
@@ -1,5 +1,5 @@
 Source:dynamic-analyzer
-Version:2.1.41
+Version:2.1.42
 Maintainer:Jaewon Lim <jaewon81.lim@samsung.com>, Juyoung Kim <j0.kim@samsung.com>
 
 Package:dynamic-analyzer-product