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

Commit 63515135 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Remove Log.wtf in stopwatch state

Bug: 9524946
Illegal state is stopwatch button may happen in monkey tests but it is harmless.

Change-Id: I5fb1bf4af4b61ee981d13329d0a3d31685582b59
parent 99167aca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -305,7 +305,8 @@ public class StopwatchFragment extends DeskClockFragment
                        releaseWakeLock();
                        break;
                    default:
                        Log.wtf("Illegal state " + mState
                        // Happens in monkey tests
                        Log.i("Illegal state " + mState
                                + " while pressing the left stopwatch button");
                        break;
                }