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

Commit f48e1e21 authored by Filip Gruszczynski's avatar Filip Gruszczynski
Browse files

Remove accidentally added logging.

Change-Id: Ibffca5e034c5009684bfe6b9a04bd476b9385053
parent 44bc4daf
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1368,7 +1368,6 @@ public final class ActivityThread {
                    Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
                } break;
                case RELAUNCH_ACTIVITY: {
                    Log.d(TAG, "handleRelaunchActivity: " + msg.obj);
                    Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "activityRestart");
                    ActivityClientRecord r = (ActivityClientRecord)msg.obj;
                    handleRelaunchActivity(r);
@@ -3228,10 +3227,6 @@ public final class ActivityThread {

        if (r != null) {
            final Activity a = r.activity;
            if (a.toString().contains("Recents")) {
                Log.d(TAG, "handleResumeActivity ativity=" + a + ", windowAdded=" + a.mWindowAdded
                        + " " + Log.getStackTraceString(new Throwable()));
            }

            if (localLOGV) Slog.v(
                TAG, "Resume " + r + " started activity: " +
@@ -3974,10 +3969,6 @@ public final class ActivityThread {
                            r.window.clearContentView();
                        }
                    } else {
                        if (r.activity.toString().contains("Recents")) {
                            Log.d(TAG, "removeViewImmediate activity=" + r.activity + " "
                                    + Log.getStackTraceString(new Throwable()));
                        }
                        wm.removeViewImmediate(v);
                    }
                }