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

Commit ed242597 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

Merge "Fix the build breakage due to type mismatch. This change will be rolled back once change ag/10169247 is submitted."
parents f142af20 fe7867ac
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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),