diff options
| author | 2018-11-14 00:50:27 +0000 | |
|---|---|---|
| committer | 2018-11-14 00:50:27 +0000 | |
| commit | dc02fc39435bc67e0fdd817217c57ede7b8613fb (patch) | |
| tree | 5a287242979fa333a0701434d36784df09faadf8 | |
| parent | 9e9fc708e32ace076b8fc9f809055662e1090762 (diff) | |
| parent | b1b21d73e1fdb62a4ca7871b61e9d90ce997b8cb (diff) | |
Merge "Ignore thread intel_svc_streamer_thread in test 911"
| -rw-r--r-- | test/911-get-stack-trace/src/art/PrintThread.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/911-get-stack-trace/src/art/PrintThread.java b/test/911-get-stack-trace/src/art/PrintThread.java index d8b3cbc57e..798db061b8 100644 --- a/test/911-get-stack-trace/src/art/PrintThread.java +++ b/test/911-get-stack-trace/src/art/PrintThread.java @@ -42,7 +42,7 @@ public class PrintThread { // may not exist depending on the environment. public final static String IGNORE_THREAD_NAME_REGEX = "Binder:|RenderThread|hwuiTask|Jit thread pool worker|Instr:|JDWP|Profile Saver|main|" + - "queued-work-looper|InstrumentationConnectionThread"; + "queued-work-looper|InstrumentationConnectionThread|intel_svc_streamer_thread"; public final static Matcher IGNORE_THREADS = Pattern.compile(IGNORE_THREAD_NAME_REGEX).matcher(""); |