summaryrefslogtreecommitdiff
path: root/logd/LogBufferTest.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-06-16 16:55:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-06-16 16:55:25 +0000
commit1e412e7d4e67dba0fc30591a0e00bb52bc5bb292 (patch)
treed695c4bd0bb962867ddec39c27cc20dcfa88f3d7 /logd/LogBufferTest.cpp
parentbe42841c61dc8914f89ef3d900955a3dd4e62388 (diff)
parent1a796bca57ef45d559e70dc05ad2df5cb77b8f64 (diff)
Merge "logd: add a SerializedLogBuffer suitable for compression"
Diffstat (limited to 'logd/LogBufferTest.cpp')
-rw-r--r--logd/LogBufferTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/logd/LogBufferTest.cpp b/logd/LogBufferTest.cpp
index 412b6f1d7..47d2a2f92 100644
--- a/logd/LogBufferTest.cpp
+++ b/logd/LogBufferTest.cpp
@@ -455,4 +455,5 @@ TEST_P(LogBufferTest, clear_logs) {
CompareLogMessages(after_clear_messages, read_log_messages_after_clear);
}
-INSTANTIATE_TEST_CASE_P(LogBufferTests, LogBufferTest, testing::Values("chatty", "simple"));
+INSTANTIATE_TEST_CASE_P(LogBufferTests, LogBufferTest,
+ testing::Values("chatty", "serialized", "simple"));