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

Commit a46b7f44 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Turn down restore-time logspam" into nyc-mr1-dev

parents e6430efb 4c307258
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -5501,11 +5501,11 @@ public class BackupManagerService {


                        // If the policy is satisfied, go ahead and set up to pipe the
                        // If the policy is satisfied, go ahead and set up to pipe the
                        // data to the agent.
                        // data to the agent.
                        if (DEBUG && okay && mAgent != null) {
                        if (MORE_DEBUG && okay && mAgent != null) {
                            Slog.i(TAG, "Reusing existing agent instance");
                            Slog.i(TAG, "Reusing existing agent instance");
                        }
                        }
                        if (okay && mAgent == null) {
                        if (okay && mAgent == null) {
                            if (DEBUG) Slog.d(TAG, "Need to launch agent for " + pkg);
                            if (MORE_DEBUG) Slog.d(TAG, "Need to launch agent for " + pkg);


                            try {
                            try {
                                mTargetApp = mPackageManager.getApplicationInfo(pkg, 0);
                                mTargetApp = mPackageManager.getApplicationInfo(pkg, 0);