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

Commit 87aed818 authored by Robert Shih's avatar Robert Shih
Browse files

libmediadrm: cleanup more exception log spam

Log debug messages regarding log buffer sizes at DEBUG level.

Bug: 181906685
Test: MediaDrmTest#testExceptionMessage
Change-Id: Ibb43a91bb1518b58aa2660890733d1fd26da8309
parent 139633df
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(),