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

Commit 35abdb0d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make the debug logging in pip menu more flexible"

parents 7e29a882 67feaba4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ import javax.inject.Inject;
 * Activity to show the PIP menu to control PIP.
 */
public class PipMenuActivity extends Activity implements PipManager.Listener {
    private static final boolean DEBUG = false;
    private static final String TAG = "PipMenuActivity";
    private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);

    static final String EXTRA_CUSTOM_ACTIONS = "custom_actions";