mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Add instruction to put the device into test harness to error message" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a3e61240b1
@@ -242,7 +242,8 @@ public final class LauncherInstrumentation {
|
||||
// Launcher should run in test harness so that custom accessibility protocol between
|
||||
// Launcher and TAPL is enabled. In-process tests enable this protocol with a direct call
|
||||
// into Launcher.
|
||||
assertTrue("Device must run in a test harness",
|
||||
assertTrue("Device must run in a test harness. "
|
||||
+ "Run `adb shell setprop ro.test_harness 1` to enable it.",
|
||||
TestHelpers.isInLauncherProcess() || ActivityManager.isRunningInTestHarness());
|
||||
|
||||
final String testPackage = getContext().getPackageName();
|
||||
|
||||
Reference in New Issue
Block a user