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

Commit e3f6d316 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 5044158: Turn off debugging in MultiWaveView."

parents 7c0d89ac e20414f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@ import com.android.internal.R;
 */
 */
public class MultiWaveView extends View {
public class MultiWaveView extends View {
    private static final String TAG = "MultiWaveView";
    private static final String TAG = "MultiWaveView";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;


    // Wave state machine
    // Wave state machine
    private static final int STATE_IDLE = 0;
    private static final int STATE_IDLE = 0;