From db45778f560b361c80b84580963c9f8f8d1c85db Mon Sep 17 00:00:00 2001 From: Harry Cutts Date: Thu, 5 Oct 2023 11:05:13 +0000 Subject: AndroidTest: disable SELinux to fix backtraces SELinux enforcement was preventing function names and build IDs from being included in the backtraces for crashes in the tests, making them very hard to debug. The unit tests shouldn't be affected by SELinux, so just disable it. Bug: 302041840 Test: Add an abort() call to ImmediateInterpreter::SyncInterpretImpl, run the tests, and check function names appear in the backtrace in adb logcat -b crash Change-Id: Ic7c11e6bab7584bd7acde43ae79f2ea68275333c --- AndroidTest.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AndroidTest.xml b/AndroidTest.xml index 0e08e46..5233b0d 100644 --- a/AndroidTest.xml +++ b/AndroidTest.xml @@ -26,6 +26,13 @@