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

Commit 87e35b9b authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge "libmediadrm: cleanup more exception log spam" into sc-dev

parents 4f60bb54 87aed818
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ status_t GetLogMessages(const sp<U> &obj, Vector<::V1_4::LogMessage> &logs) {
    }

    auto allLogs(gLogBuf.getLogs());
    LOG2BI("framework logs size %zu; plugin logs size %zu",
    LOG2BD("framework logs size %zu; plugin logs size %zu",
           allLogs.size(), pluginLogs.size());
    std::copy(pluginLogs.begin(), pluginLogs.end(), std::back_inserter(allLogs));
    std::sort(allLogs.begin(), allLogs.end(),