commit | 6660e3bd463535ea6aefebc3288ac3f17fbd99fd | [log] [tgz] |
---|---|---|
author | Eric Holk <eholk@google.com> | Tue Mar 09 13:51:58 2021 -0800 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Thu Mar 11 18:55:15 2021 +0000 |
tree | 91b4a6ee0c1c611163a2d77b905daac51da8d94f | |
parent | 34ce1b8a86f1be2142f019ab291b7445db5c4305 [diff] |
[metrics] Always enable background thread Having the thread enabled in some cases and not in others was causing issues this tests. To avoid needing to handle multiple configurations, this CL enables the background reporting thread always. In general, metrics reporting will be enabled, so this better reflects the default state of things. Test: ./test.py --run-test --host Bug: 170149255 Change-Id: I5100e0da1a7d264ebdd1bfe60f08171ffa5b73b1