Merge "Fix the build breakage due to type mismatch. This change will be rolled back once change ag/10169247 is submitted."

This commit is contained in:
TreeHugger Robot
2020-01-24 14:11:20 +00:00
committed by Android (Google) Code Review

View File

@@ -261,11 +261,15 @@ public class AppIntegrityManagerServiceImpl extends IAppIntegrityManager.Stub {
+ result.getEffect()
+ " due to "
+ result.getRule());
// TODO(b/147095027): Remove when the proto type is fixed.
int dummyBreakageFixerInt = 0;
StatsLog.write(
StatsLog.INTEGRITY_CHECK_RESULT_REPORTED,
packageName,
appCert,
appInstallMetadata.getVersionCode(),
dummyBreakageFixerInt,
installerPackageName,
getLoggingResponse(result),
isCausedByAppCertRule(result),