commit | add62aa9643bf2c91d8d749e083771802a7a8e83 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Aug 03 11:34:07 2020 -0700 |
committer | Jiyoun Ha <jiyounha@google.com> | Tue Oct 05 06:04:25 2021 +0000 |
tree | 695258d39cdb425d159553daa1bf27bf4f146461 | |
parent | bdf02cc54d6472c1919450f666ad700b2cf12e3a [diff] |
liblog: use unique log tags for is_loggable tests Apparently these tests are run in parallel, which causes errors since they use the same log tag. Use unique log tags based on pid to fix this. Also re-enable the previously disabled tests. Bug: 162669552 Test: run these tests 100x+ and see that they no longer fail Change-Id: Ib20d638e5e559bca23adec479a5dcf64075e376e (cherry picked from commit 50d021ca7b4799d3b849dfd6bf2ea4efbf78db01)