Merge "Make sure CtsCheckpointTestCases passes" am: 21799c8f7d
am: a2c2182b65
Change-Id: I6498dcc83ed0b30850ae9cc1e94af1510bf89836
diff --git a/Checkpoint.cpp b/Checkpoint.cpp
index a4e8fc8..b2b648f 100644
--- a/Checkpoint.cpp
+++ b/Checkpoint.cpp
@@ -344,6 +344,8 @@
} // namespace
Status cp_prepareCheckpoint() {
+ // Log to notify CTS - see b/137924328 for context
+ LOG(INFO) << "cp_prepareCheckpoint called";
std::lock_guard<std::mutex> lock(isCheckpointingLock);
if (!isCheckpointing) {
return Status::ok();