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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user