Fix the build breakage due to type mismatch. This change will be rolled

back once change ag/10169247 is submitted.

Bug: 147095027
Test: None
Change-Id: Ibaece297d989b661bd6a1fc2d8cb9a624124cd46
This commit is contained in:
Omer Nebil Yaveroglu
2020-01-24 13:01:07 +00:00
parent 33887e0a7e
commit fe7867acae

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),