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

Commit 2aab8817 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove drm log spam"

parents 608f8c44 0fc8f214
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -318,7 +318,6 @@ Vector<sp<IDrmFactory>> DrmHal::makeDrmFactories() {
                    for (const auto &instance : registered) {
                        auto factory = drm::V1_0::IDrmFactory::getService(instance);
                        if (factory != NULL) {
                            ALOGD("found drm@1.0 IDrmFactory %s", instance.c_str());
                            factories.push_back(factory);
                        }
                    }
@@ -329,7 +328,6 @@ Vector<sp<IDrmFactory>> DrmHal::makeDrmFactories() {
                    for (const auto &instance : registered) {
                        auto factory = drm::V1_1::IDrmFactory::getService(instance);
                        if (factory != NULL) {
                            ALOGD("found drm@1.1 IDrmFactory %s", instance.c_str());
                            factories.push_back(factory);
                        }
                    }