Merge "Wrong log filter in TrustedVoiceHostTest#testUnlock" into nougat-cts-dev
diff --git a/hostsidetests/trustedvoice/src/android/trustedvoice/cts/TrustedVoiceHostTest.java b/hostsidetests/trustedvoice/src/android/trustedvoice/cts/TrustedVoiceHostTest.java
index 54b08f7..d599546 100644
--- a/hostsidetests/trustedvoice/src/android/trustedvoice/cts/TrustedVoiceHostTest.java
+++ b/hostsidetests/trustedvoice/src/android/trustedvoice/cts/TrustedVoiceHostTest.java
@@ -101,7 +101,7 @@
             getDevice().executeShellCommand(START_COMMAND);
             // Dump logcat.
             String logs = getDevice().executeAdbCommand(
-                    "logcat", "-v", "brief", "-d", CLASS + ":I", "*S");
+                    "logcat", "-v", "brief", "-d", CLASS + ":I", "*:S");
             // Search for string.
             in = new Scanner(logs);
             String testString = "";