summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Stokes <alanstokes@google.com> 2023-06-16 14:58:01 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-06-16 14:58:01 +0000
commit5f907d0db31ecb7474625c95b0916e12b5ab0335 (patch)
tree2039c6b9ae672d35c5adb658987018c176c54f36
parent2f8ca4afb39395458ed806200db7f1b1ba83cbe0 (diff)
Revert "Capture event log"
This reverts commit 2f8ca4afb39395458ed806200db7f1b1ba83cbe0. Reason for revert: This doesn't actually do what I thought it did. And b/286514492 has a more general fix. Bug: 239817928 Change-Id: Iffaaf3d9aacc8bd42afb2756517eb91690e8ffe3
-rw-r--r--tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml b/tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml
index 0ab3dfe1ffee..f8a1ec90a78a 100644
--- a/tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml
+++ b/tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml
@@ -22,9 +22,6 @@
<option name="test-suite-tag" value="apct"/>
<option name="test-tag" value="DynamicCodeLoggerIntegrationTests"/>
- <!-- This test make uses of the event log, make sure we capture it. -->
- <option name="logcat-options" value="-b all" />
-
<test class="com.android.tradefed.testtype.AndroidJUnitTest">
<option name="package" value="com.android.frameworks.dynamiccodeloggertest"/>
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner"/>