mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
TAPL: performing event verification for all gestures
+ missed comments from earlier CLs Change-Id: Iec84de66a3ff9c2aa59a11566560fa6f169190d0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user