Merge "Unset DEBUG = true in TvPipController"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d168f57ae
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user