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);
     }