TAPL: performing event verification for all gestures

+ missed comments from earlier CLs

Change-Id: Iec84de66a3ff9c2aa59a11566560fa6f169190d0
This commit is contained in:
vadimt
2019-12-19 18:27:36 -08:00
parent bb150db0cd
commit 299aaf3a8a
15 changed files with 163 additions and 123 deletions

View File

@@ -21,7 +21,7 @@ import android.util.Log;
import com.android.launcher3.Utilities;
public final class TestLogging {
public static synchronized void recordEvent(String event) {
public static void recordEvent(String event) {
if (Utilities.IS_RUNNING_IN_TEST_HARNESS) {
Log.d(TestProtocol.TAPL_EVENTS_TAG, event);
}