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

Commit 7c1e201d authored by Carlos Martinez Romero's avatar Carlos Martinez Romero
Browse files

Use PRIu64 instead of %lu.

There was an issue when building for different platforms when using %lu.

Bug: 342197849
Test: atest android.hardware.cts.CameraTest
Flag: com.android.graphics.libgui.flags.wb_libcameraservice
Change-Id: Ib6c52fc3e1254b8a783fcd8e5315cf882c72f9cf
parent fc1b27c8
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