resolved conflicts for merge of 368fdba4 to master
Change-Id: I42b7b433c86a71a5da5db67109f056a280077c9d
This commit is contained in:
@@ -664,11 +664,11 @@ class BackupManagerService extends IBackupManager.Stub {
|
||||
// backup.
|
||||
RandomAccessFile in = null;
|
||||
try {
|
||||
Slog.i(TAG, "Found stale backup journal, scheduling:");
|
||||
Slog.i(TAG, "Found stale backup journal, scheduling");
|
||||
in = new RandomAccessFile(f, "r");
|
||||
while (true) {
|
||||
String packageName = in.readUTF();
|
||||
Slog.i(TAG, " + " + packageName);
|
||||
Slog.i(TAG, " " + packageName);
|
||||
dataChangedImpl(packageName);
|
||||
}
|
||||
} catch (EOFException e) {
|
||||
|
||||
Reference in New Issue
Block a user