Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ffdebf5 authored by Devin Moore's avatar Devin Moore
Browse files

Add item type value to a CHECK call

Test: m
Bug: None
Change-Id: I518cdbde6c924cf4f4017ad1ee89194ea23f3d5a
parent 82eae714
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ void EphemeralStorage::release(JNIEnv *env) {
            }

            default:
                CHECK(!"Should not be here");
                CHECK(!"Should not be here") << "Item type: " << item.mType;
        }
    }