commit | 4ab9f66bfc7fbfc338198a744b48b64284565659 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Mar 19 13:47:56 2018 -0700 |
committer | Alex Light <allight@google.com> | Tue Mar 20 10:27:15 2018 -0700 |
tree | 1a5da759a6592542d021bf6c39e20af34d414f67 | |
parent | f191ae7c99e02fbb9e2bba60e7ce3e90a5e08336 [diff] |
Filter out ddms error message in 1940 better Since the ddms error message in test 1940 is printed from within the runtime it lacks the synchronization with System.out that other prints have. This could cause the output to get mixed slightly with other messages from the test. In order to fix this we filter it out using python code that is able to understand the interleaving. Test: ./test.py --host -j50 Change-Id: Ic42816beeea2f04046b5bb88e17a1f6bde19a58e