SCREENSHOT : bug fix - when auto screenshot is enabled, periodic screenshot request... 25/25725/1
authorwoojin <woojin2.jung@samsung.com>
Sat, 9 Aug 2014 12:57:22 +0000 (21:57 +0900)
committerwoojin <woojin2.jung@samsung.com>
Sat, 9 Aug 2014 12:57:22 +0000 (21:57 +0900)
1. Periodic screenshot request should be sent only if periodic screenshot feature is set
2. modify text of screenshot setting
Auto Snapshot -> On scene transition
period -> periodically

Change-Id: I2fb2fdf3bf38f8cad7fe65bd5012402606927baa
Signed-off-by: woojin <woojin2.jung@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/common/AnalyzerManager.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ConfigureLabels.properties

index faf1ab8..f9d347d 100755 (executable)
@@ -389,9 +389,6 @@ public class AnalyzerManager {
                                screenshotTimer.scheduleAtFixedRate(new ScreenshotTimerTask(),
                                                1000, period);                          
                        }
-
-                       screenshotTimer = new Timer();
-                       screenshotTimer.scheduleAtFixedRate(new ScreenshotTimerTask(), 1000, period);
                }
        }
 
index 3dcb71b..89f97d6 100644 (file)
@@ -81,12 +81,12 @@ INCLUDE_INSIDE_OPENGL=Include inside call openGL
 SNAPSHOT_PERIODIC=Snapshot periodic
 FUNCTION_PROFILING_SAMPLING_PERIODIC=Function profiling sampling periodic
 SYSTEM_INFOMATION_SAMPLING_PERIODIC=System information sampling periodic
-SNAPSHOT_PERIODIC_AUTO=Auto Snapshot
+SNAPSHOT_PERIODIC_AUTO=On scene transition
 MS=ms
 SECOND=s
 AUTO=auto
 SAMPLING=sampling period :
-PERIODIC=period
+PERIODIC=periodically
 VALUE_IS_EMPTY=value is empty
 YOU_HAVE_TO_SET_CHARACTER=you have to set character
 VALUE_SHOULD_BE_IN_RANGE_FROM_1_TO_100=value should be in range from 1 to 100