Unset DEBUG = true in TvPipController

Change-Id: I11f4b4019d13feec32c9798907bc6fa26b594eb8
Test: adb logcat | grep TvPipController
This commit is contained in:
Robin Lee
2021-11-19 11:58:06 +00:00
parent d2a10ca132
commit 2fded9ac62

View File

@@ -57,7 +57,7 @@ import java.lang.annotation.RetentionPolicy;
public class TvPipController implements PipTransitionController.PipTransitionCallback,
TvPipMenuController.Delegate, TvPipNotificationController.Delegate {
private static final String TAG = "TvPipController";
static final boolean DEBUG = true;
static final boolean DEBUG = false;
private static final int NONEXISTENT_TASK_ID = -1;