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

Commit 313b29fa authored by Dan Egnor's avatar Dan Egnor
Browse files

Add parameter for the restore set (device id) data is being restored from to...

Add parameter for the restore set (device id) data is being restored from to the restore_start event
parent 9bbd5ee4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1219,7 +1219,7 @@ class BackupManagerService extends IBackupManager.Stub {
            // build the set of apps to restore
            try {
                // TODO: Log this before getAvailableRestoreSets, somehow
                EventLog.writeEvent(RESTORE_START_EVENT, mTransport.transportDirName());
                EventLog.writeEvent(RESTORE_START_EVENT, mTransport.transportDirName(), mToken);

                // Get the list of all packages which have backup enabled.
                // (Include the Package Manager metadata pseudo-package first.)