Merge "libsnapshot: CHECK -> CHECK_EQ" into main am: 007f95d721
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3269744 Change-Id: Icce624aa28b26320ed7c4e3f518b74d25f6b26f3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
fe98ade3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ namespace snapshot {
|
||||||
|
|
||||||
SnapshotMergeStats* SnapshotMergeStats::GetInstance(SnapshotManager& parent) {
|
SnapshotMergeStats* SnapshotMergeStats::GetInstance(SnapshotManager& parent) {
|
||||||
static SnapshotMergeStats g_instance(parent.GetMergeStateFilePath());
|
static SnapshotMergeStats g_instance(parent.GetMergeStateFilePath());
|
||||||
CHECK(g_instance.path_ == parent.GetMergeStateFilePath());
|
CHECK_EQ(g_instance.path_, parent.GetMergeStateFilePath());
|
||||||
return &g_instance;
|
return &g_instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue