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

Commit 0700f3b8 authored by Jin Qian's avatar Jin Qian Committed by Android (Google) Code Review
Browse files

Merge "storaged: fix regression found in unit-test"

parents e3526fac 65d8c03d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ void get_io_usage_proto(io_usage* usage, const IOUsage& io_proto)

void uid_monitor::update_uid_io_proto(unordered_map<int, StoragedProto>* protos)
{
    for (auto it : *protos) {
    for (auto& it : *protos) {
        it.second.mutable_uid_io_usage()->Clear();
    }