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

Commit 10b406c4 authored by Carlos Martinez Romero's avatar Carlos Martinez Romero Committed by Android (Google) Code Review
Browse files

Merge "Use PRIu64 instead of %lu." into main

parents 081e11e5 7c1e201d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ status_t OutputConfiguration::readFromParcel(const android::Parcel* parcel) {
        IF_ALOGV() {
            uint64_t bufferID;
            surface.getUniqueId(&bufferID);
            ALOGV("%s: OutputConfiguration: %lu, name %s", __FUNCTION__,
            ALOGV("%s: OutputConfiguration: %" PRIu64 ", name %s", __FUNCTION__,
                    bufferID, toString8(surface.name).c_str());
        }
#else