summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-06-07 11:09:54 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-06-07 11:09:54 +0000
commit73dd9971ac9b09f2a009b90edcd50bf22d705935 (patch)
treedf7e358ade57305116642e4c88600863bb4175e4
parentf707968b3a21d8afe25664922877ee9d65c7dc50 (diff)
parent2f8ca4afb39395458ed806200db7f1b1ba83cbe0 (diff)
Merge "Capture event log"
-rw-r--r--tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml b/tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml
index f8a1ec90a78a..0ab3dfe1ffee 100644
--- a/tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml
+++ b/tests/DynamicCodeLoggerIntegrationTests/AndroidTest.xml
@@ -22,6 +22,9 @@
<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"/>