diff options
author | Christopher Tate <ctate@google.com> | 2015-01-05 17:07:57 -0800 |
---|---|---|
committer | Christopher Tate <ctate@google.com> | 2015-01-05 17:07:57 -0800 |
commit | 603ad6f7d00b6c1687102f4679314af533f18f6a (patch) | |
tree | ef1609bd155707caf5360503d11b4e116696b559 /services/backup/java/com/android | |
parent | 748902420d26b2868296303be7df89d0c25b7f2b (diff) | |
download | frameworks_base-603ad6f7d00b6c1687102f4679314af533f18f6a.zip frameworks_base-603ad6f7d00b6c1687102f4679314af533f18f6a.tar.gz frameworks_base-603ad6f7d00b6c1687102f4679314af533f18f6a.tar.bz2 |
Remove the "backup_data_changed" event log
Nowadays it's just spammy and uninformative, so away it goes.
Bug 18833115
Change-Id: Ic373c596d7a892c4fedc0343e2c03dc1c295225e
Diffstat (limited to 'services/backup/java/com/android')
-rw-r--r-- | services/backup/java/com/android/server/backup/BackupManagerService.java | 2 |
1 files changed, 0 insertions, 2 deletions
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()); |