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

Commit ab5fc43e authored by Kyle Zhang's avatar Kyle Zhang
Browse files

Fix log spams when DrmHal destroyPlugin is called

Bug: 234603416
Test: GtsMediaTestCases
Change-Id: I812c78c3adf08d40f1f3255a07a4791a79c33e46
parent fc3d02a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ void DrmHalHidl::cleanup() {
    closeOpenSessions();

    Mutex::Autolock autoLock(mLock);
    reportFrameworkMetrics(reportPluginMetrics());
    if (mInitCheck == OK) reportFrameworkMetrics(reportPluginMetrics());

    setListener(NULL);
    mInitCheck = NO_INIT;