commit | 5169cc56bbbfbb5285526084f6154832bbda972a | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Sep 14 11:09:15 2021 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Tue Sep 14 13:36:56 2021 +0100 |
tree | 0e7ec1fe83527785c18681d51bdf4376d7ea437c | |
parent | ad60847180422dacd93ab48454b1f5c270316fa8 [diff] |
Turn off debug mode for tests We were running microdroid with selinux in permissive mode for CompOsKeyTestCase, but that hasn't been necessary for a while now. Test: atest CompOsKeyTestCase Change-Id: I0640b45b755f3a7faeaecd44f9965ccbd28ec8d9
diff --git a/compos/tests/java/android/compos/test/ComposKeyTestCase.java b/compos/tests/java/android/compos/test/ComposKeyTestCase.java index 6a3f755..64fd969 100644 --- a/compos/tests/java/android/compos/test/ComposKeyTestCase.java +++ b/compos/tests/java/android/compos/test/ComposKeyTestCase.java
@@ -159,7 +159,7 @@ apkName, packageName, "assets/vm_config.json", - /* debug */ true); + /* debug */ false); adbConnectToMicrodroid(getDevice(), mCid); }