From 1759bb1e6a3fef345ce3655a71db4e3801c89016 Mon Sep 17 00:00:00 2001 From: "shyun.min" Date: Tue, 10 Jul 2018 14:20:16 +0900 Subject: [PATCH] Fix svace issue 348547 Change-Id: I8707606bbe0f1d548d7963d11c6eddc6e56a7a49 --- UIAutomator/touch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIAutomator/touch.h b/UIAutomator/touch.h index 297dcef..33ea86b 100644 --- a/UIAutomator/touch.h +++ b/UIAutomator/touch.h @@ -46,7 +46,7 @@ class Touch : InputGenerator { const int ABS_X_MAX = 639; const int ABS_Y_MID = 719; const int ABS_Y_MAX = 1279; - int tracking_id; + int tracking_id = 1; int GetCurrentTrackingId(); Point GetEndPoint(int xStart, int yStart, int xSpeed, int ySpeed); -- 2.34.1