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

Commit 3d877d3b authored by Stefan Andonian's avatar Stefan Andonian Committed by Android (Google) Code Review
Browse files

Merge "Write ViewCapture data to WmTrace when WindowManager dumps." into udc-dev

parents a65e16fc ec6e1975
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -73,7 +73,6 @@ import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.Nullable;
import androidx.annotation.UiThread;
import androidx.annotation.UiThread;


import com.android.app.viewcapture.SettingsAwareViewCapture;
import com.android.launcher3.BaseDraggingActivity;
import com.android.launcher3.BaseDraggingActivity;
import com.android.launcher3.LauncherPrefs;
import com.android.launcher3.LauncherPrefs;
import com.android.launcher3.R;
import com.android.launcher3.R;
@@ -1236,10 +1235,6 @@ public class TouchInteractionService extends Service
                createdOverviewActivity.getDeviceProfile().dump(this, "", pw);
                createdOverviewActivity.getDeviceProfile().dump(this, "", pw);
            }
            }
            mTaskbarManager.dumpLogs("", pw);
            mTaskbarManager.dumpLogs("", pw);

            if (FeatureFlags.CONTINUOUS_VIEW_TREE_CAPTURE.get()) {
                SettingsAwareViewCapture.getInstance(this).dump(pw, fd, this);
            }
        }
        }
    }
    }