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

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

Merge "Rollback the dummy placeholder since the proto is updated to long and...

Merge "Rollback the dummy placeholder since the proto is updated to long and it does not cause build breakage."
parents 7f43cb9a 4acad937
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -262,14 +262,11 @@ public class AppIntegrityManagerServiceImpl extends IAppIntegrityManager.Stub {
                            + " 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,
                    dummyBreakageFixerInt,
                    appInstallMetadata.getVersionCode(),
                    installerPackageName,
                    getLoggingResponse(result),
                    isCausedByAppCertRule(result),