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

Commit 1c939ac7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add item type value to a CHECK call" into main am: 12d13a0f am: 196d7a98

parents 004ccfdd 196d7a98
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;
        }
    }