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

Commit 235312d6 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am ad02e38b: am 0a511d33: am 1c6014e7: Merge "Remove the "backup_data_changed"...

am ad02e38b: am 0a511d33: am 1c6014e7: Merge "Remove the "backup_data_changed" event log" into lmp-mr1-dev

* commit 'ad02e38b':
  Remove the "backup_data_changed" event log
parents 9d06e9f9 ad02e38b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7963,8 +7963,6 @@ if (MORE_DEBUG) Slog.v(TAG, " + got " + nRead + "; now wanting " + (size - soF
        // Record that we need a backup pass for the caller.  Since multiple callers
        // may share a uid, we need to note all candidates within that uid and schedule
        // a backup pass for each of them.
        EventLog.writeEvent(EventLogTags.BACKUP_DATA_CHANGED, packageName);

        if (targets == null) {
            Slog.w(TAG, "dataChanged but no participant pkg='" + packageName + "'"
                   + " uid=" + Binder.getCallingUid());