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

Commit 2b3c5c79 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Adapt to google::protobuf::int64 type change" into stage-aosp-master

am: e9a702d5

Change-Id: I6c7aeebfaa57bc45615c2c6dcabbcafdd34942bd
parents 8cf1cab8 e9a702d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ void log_envelope(const ReportFileProto& envelope) {
    }
    ALOGD("  data_file=%s", envelope.data_file().c_str());
    ALOGD("  privacy_policy=%d", envelope.privacy_policy());
    ALOGD("  data_file_size=%lld", envelope.data_file_size());
    ALOGD("  data_file_size=%" PRIi64, (int64_t)envelope.data_file_size());
    ALOGD("  completed=%d", envelope.completed());
    ALOGD("}");
}