[StopWatch] Do not reset time on resume. 36/105836/1
authorKamil Lipiszko <k.lipiszko@samsung.com>
Mon, 19 Dec 2016 16:35:15 +0000 (17:35 +0100)
committerKamil Lipiszko <k.lipiszko@samsung.com>
Mon, 19 Dec 2016 16:35:51 +0000 (17:35 +0100)
Change-Id: I78bd23f4593a3c66af10f64d551cc99392198779

clock/inc/Model/Counter.h

index 8170341..6ec3035 100644 (file)
@@ -46,8 +46,6 @@ namespace model {
 
                bool Run()
                {
-                       Reset();
-
                        start_time_ = GetTimeSinceEpoch();
                        if (start_time_.count() < 0)
                                return false;