Merge "Write ViewCapture data to WmTrace when WindowManager dumps." into udc-dev
diff --git a/quickstep/src/com/android/quickstep/TouchInteractionService.java b/quickstep/src/com/android/quickstep/TouchInteractionService.java
index 9102f2f..fad4563 100644
--- a/quickstep/src/com/android/quickstep/TouchInteractionService.java
+++ b/quickstep/src/com/android/quickstep/TouchInteractionService.java
@@ -73,7 +73,6 @@
import androidx.annotation.Nullable;
import androidx.annotation.UiThread;
-import com.android.app.viewcapture.SettingsAwareViewCapture;
import com.android.launcher3.BaseDraggingActivity;
import com.android.launcher3.LauncherPrefs;
import com.android.launcher3.R;
@@ -1236,10 +1235,6 @@
createdOverviewActivity.getDeviceProfile().dump(this, "", pw);
}
mTaskbarManager.dumpLogs("", pw);
-
- if (FeatureFlags.CONTINUOUS_VIEW_TREE_CAPTURE.get()) {
- SettingsAwareViewCapture.getInstance(this).dump(pw, fd, this);
- }
}
}