Remove accidental log statement from ActivityRecord

Bug: N/A
Test: N/A
Change-Id: Ie2d6792a6bbaedcc3fef73e11f8e4119504b33f0
This commit is contained in:
Vali Calinescu
2023-03-09 15:43:10 +00:00
parent 82c8b4e3d0
commit 096a58b1bc

View File

@@ -7764,7 +7764,6 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
if (task != null && requestedOrientation == SCREEN_ORIENTATION_BEHIND) {
// We use Task here because we want to be consistent with what happens in
// multi-window mode where other tasks orientations are ignored.
android.util.Log.d("orientation", "We are here");
final ActivityRecord belowCandidate = task.getActivity(
a -> a.canDefineOrientationForActivitiesAbove() /* callback */,
this /* boundary */, false /* includeBoundary */,