From 603ad6f7d00b6c1687102f4679314af533f18f6a Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Mon, 5 Jan 2015 17:07:57 -0800 Subject: Remove the "backup_data_changed" event log Nowadays it's just spammy and uninformative, so away it goes. Bug 18833115 Change-Id: Ic373c596d7a892c4fedc0343e2c03dc1c295225e --- .../backup/java/com/android/server/backup/BackupManagerService.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'services') diff --git a/services/backup/java/com/android/server/backup/BackupManagerService.java b/services/backup/java/com/android/server/backup/BackupManagerService.java index 6b8b5b1..8c74ca5 100644 --- a/services/backup/java/com/android/server/backup/BackupManagerService.java +++ b/services/backup/java/com/android/server/backup/BackupManagerService.java @@ -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()); -- cgit v1.1