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

Commit 5533d0cd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix 64-bit build issues"

parents 85cb71d0 5721cc4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -99,13 +99,13 @@ void DrmManager::onMessageReceived(const sp<AMessage> &msg) {
        }
        default:
        {
            ALOGW("Unrecognized message type: %zd", msg->what());
            ALOGW("Unrecognized message type: %u", msg->what());
        }
    }
}

int64_t DrmManager::getMetricsFlushPeriodUs() {
    return 1000 * 1000 * std::max(1ll, property_get_int64("drmmanager.metrics.period", 86400));
    return 1000 * 1000 * std::max(1ll, (long long)property_get_int64("drmmanager.metrics.period", 86400));
}

void DrmManager::recordEngineMetrics(