Loading src/com/android/launcher3/testing/TestLogging.java +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public final class TestLogging { // be more useful. // That's why we pass false as the value for the 'reportToTapl' parameter. recordEventSlow(sequence, message + ": " + event, false); registerEventNotFromTest(event); if (action != MotionEvent.ACTION_CANCEL) registerEventNotFromTest(event); } } Loading tests/src/com/android/launcher3/util/rule/FailureWatcher.java +3 −2 Original line number Diff line number Diff line Loading @@ -59,8 +59,9 @@ public class FailureWatcher extends TestWatcher { throw new AssertionError( "Launcher received events not sent by the test. This may mean " + "that the touch screen of the lab device has sent false" + " events. See the logcat for TaplEvents tag and look " + "for events with deviceId != -1"); + " events. See the logcat for " + "TaplEvents|LauncherEvents|TaplTarget tag and look for " + "events with deviceId != -1"); } } } Loading Loading
src/com/android/launcher3/testing/TestLogging.java +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public final class TestLogging { // be more useful. // That's why we pass false as the value for the 'reportToTapl' parameter. recordEventSlow(sequence, message + ": " + event, false); registerEventNotFromTest(event); if (action != MotionEvent.ACTION_CANCEL) registerEventNotFromTest(event); } } Loading
tests/src/com/android/launcher3/util/rule/FailureWatcher.java +3 −2 Original line number Diff line number Diff line Loading @@ -59,8 +59,9 @@ public class FailureWatcher extends TestWatcher { throw new AssertionError( "Launcher received events not sent by the test. This may mean " + "that the touch screen of the lab device has sent false" + " events. See the logcat for TaplEvents tag and look " + "for events with deviceId != -1"); + " events. See the logcat for " + "TaplEvents|LauncherEvents|TaplTarget tag and look for " + "events with deviceId != -1"); } } } Loading