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

Commit 387bb91d authored by Khalid Zubair's avatar Khalid Zubair
Browse files

Remove false log warnings

The log should not be a warning as it occurs often during normal
operation,

Change-Id: I7e8fc3b8499dfa48988c8949d9527c905f44cbe3
parent a1649aa2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1750,7 +1750,6 @@ public class FmService extends Service implements FmRecorder.OnRecorderStateChan
    private void showPlayingNotification() {
        if (isActivityForeground() || mIsScanning
                || (getRecorderState() == FmRecorder.STATE_RECORDING)) {
            Log.w(TAG, "showPlayingNotification, do not show main notification.");
            return;
        }
        String stationName = "";