Make sure CtsCheckpointTestCases passes
Bug: 141639903 Bug: 141499347 Test: Cts test CtsCheckpointTestCases passes Change-Id: Id5e9c0df969340e0b8f08436daa027614c45b380
This commit is contained in:
parent
4eeebff8d5
commit
4c757fb6cc
1 changed files with 2 additions and 0 deletions
|
@ -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<std::mutex> lock(isCheckpointingLock);
|
||||
if (!isCheckpointing) {
|
||||
return Status::ok();
|
||||
|
|
Loading…
Reference in a new issue