Loading services/java/com/android/server/BackupManagerService.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -626,6 +626,9 @@ class BackupManagerService extends IBackupManager.Stub { public void run() { public void run() { if (DEBUG) Log.v(TAG, "Beginning backup of " + mQueue.size() + " targets"); if (DEBUG) Log.v(TAG, "Beginning backup of " + mQueue.size() + " targets"); // Backups run at background priority Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND); // The package manager doesn't have a proper <application> etc, but since // The package manager doesn't have a proper <application> etc, but since // it's running here in the system process we can just set up its agent // it's running here in the system process we can just set up its agent // directly and use a synthetic BackupRequest. We always run this pass // directly and use a synthetic BackupRequest. We always run this pass Loading Loading
services/java/com/android/server/BackupManagerService.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -626,6 +626,9 @@ class BackupManagerService extends IBackupManager.Stub { public void run() { public void run() { if (DEBUG) Log.v(TAG, "Beginning backup of " + mQueue.size() + " targets"); if (DEBUG) Log.v(TAG, "Beginning backup of " + mQueue.size() + " targets"); // Backups run at background priority Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND); // The package manager doesn't have a proper <application> etc, but since // The package manager doesn't have a proper <application> etc, but since // it's running here in the system process we can just set up its agent // it's running here in the system process we can just set up its agent // directly and use a synthetic BackupRequest. We always run this pass // directly and use a synthetic BackupRequest. We always run this pass Loading