Merge "Adapt to google::protobuf::int64 type change" into stage-aosp-master am: e9a702d526 am: 2b3c5c79c0 am: d132b29cc2

am: b2bf0d3d61

Change-Id: I1b8b0930f19d392d2625fe4b321b67755177cf4b
This commit is contained in:
Colin Cross
2019-08-23 20:15:10 -07:00
committed by android-build-merger

View File

@@ -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("}");
}