OSDN Git Service

NotificationPlayer: fix typo in log
authorJean-Michel Trivi <jmtrivi@google.com>
Mon, 20 Mar 2017 15:47:58 +0000 (08:47 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Mon, 20 Mar 2017 15:47:58 +0000 (08:47 -0700)
Test: n/a
Change-Id: I585f6ad39ef6dc0a93651deae6ca50051f732a1b

packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java

index 0a2ff2e..50720e9 100644 (file)
@@ -126,7 +126,7 @@ public class NotificationPlayer implements OnCompletionListener, OnErrorListener
                         Thread.sleep(mNotificationRampTimeMs);
                         player.start();
                     } catch (InterruptedException e) {
-                        Log.e(mTag, "Exception while sleeping to sync notification playback "
+                        Log.e(mTag, "Exception while sleeping to sync notification playback"
                                 + " with ducking", e);
                     }
                     if (mPlayer != null) {