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

Commit 38fa381f authored by Yeabkal Wubshit's avatar Yeabkal Wubshit Committed by Android (Google) Code Review
Browse files

Merge "Use std::string for test expresslog std::map" into main

parents d7af1311 12c4ce6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ protected:
                .WillRepeatedly(Return(false));
    }

    std::map<const char*, int64_t> mTelemetryLogCounts;
    std::map<std::string, int64_t> mTelemetryLogCounts;

    /**
     * A fake function for telemetry logging.