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

Commit e20414f3 authored by Jim Miller's avatar Jim Miller
Browse files

Fix 5044158: Turn off debugging in MultiWaveView.

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

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