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

Commit eaac57e1 authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am 4dd3c379: Merge "Remove logging for old version mismatches." into jb-mr1-dev

* commit '4dd3c379':
  Remove logging for old version mismatches.
parents cfe353ba 4dd3c379
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -89,8 +89,7 @@ public class ConfigUpdateInstallReceiver extends BroadcastReceiver {
                    // get the hash of the currently used value
                    String currentHash = getCurrentHash(getCurrentContent());
                    if (!verifyVersion(currentVersion, altVersion)) {
                        EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED,
                                            "New version is not greater than current version");
                        Slog.i(TAG, "Not installing, new version is <= current version");
                    } else if (!verifyPreviousHash(currentHash, altRequiredHash)) {
                        EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED,
                                            "Current hash did not match required value");