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

Commit ee2ec05e authored by Jae Seo's avatar Jae Seo
Browse files

TIF: Turn debugging off

Bug: 17476383
Change-Id: I28ff54a635bf6468c231efe776dbc8e35460d542
parent 07ab0871
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -66,8 +66,7 @@ import java.util.Set;
 * </p>
 */
public abstract class TvInputService extends Service {
    // STOPSHIP: Turn debugging off.
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;
    private static final String TAG = "TvInputService";

    /**
+1 −2
Original line number Diff line number Diff line
@@ -57,8 +57,7 @@ import java.util.List;
 */
public class TvView extends ViewGroup {
    private static final String TAG = "TvView";
    // STOPSHIP: Turn debugging off.
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    private static final int VIDEO_SIZE_VALUE_UNKNOWN = 0;

+1 −2
Original line number Diff line number Diff line
@@ -32,8 +32,7 @@ import java.util.Queue;
 * Provides access to the low-level TV input hardware abstraction layer.
 */
final class TvInputHal implements Handler.Callback {
    // STOPSHIP: Turn debugging off
    private final static boolean DEBUG = true;
    private final static boolean DEBUG = false;
    private final static String TAG = TvInputHal.class.getSimpleName();

    public final static int SUCCESS = 0;
+1 −2
Original line number Diff line number Diff line
@@ -95,8 +95,7 @@ import java.util.Set;

/** This class provides a system service that manages television inputs. */
public final class TvInputManagerService extends SystemService {
    // STOPSHIP: Turn debugging off.
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;
    private static final String TAG = "TvInputManagerService";

    private final Context mContext;