From 4c757fb6cc9db29de205c2ad225ce4563f918d2d Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Wed, 23 Oct 2019 09:36:18 -0700 Subject: [PATCH] Make sure CtsCheckpointTestCases passes Bug: 141639903 Bug: 141499347 Test: Cts test CtsCheckpointTestCases passes Change-Id: Id5e9c0df969340e0b8f08436daa027614c45b380 --- Checkpoint.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Checkpoint.cpp b/Checkpoint.cpp index a4e8fc8..b2b648f 100644 --- a/Checkpoint.cpp +++ b/Checkpoint.cpp @@ -344,6 +344,8 @@ static void cp_healthDaemon(std::string mnt_pnt, std::string blk_device, bool is } // namespace Status cp_prepareCheckpoint() { + // Log to notify CTS - see b/137924328 for context + LOG(INFO) << "cp_prepareCheckpoint called"; std::lock_guard lock(isCheckpointingLock); if (!isCheckpointing) { return Status::ok();