Merge "Make sure CtsCheckpointTestCases passes"

am: 21799c8f7d

Change-Id: I7191bd73d8621831c5802e02817f459f1da32754
gugelfrei
Paul Lawrence 5 years ago committed by android-build-merger
commit a2c2182b65

@ -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…
Cancel
Save