OSDN Git Service

AudioService: make PlaybackActivityMonitor less log-chatty
authorJean-Michel Trivi <jmtrivi@google.com>
Mon, 24 Apr 2017 18:59:29 +0000 (11:59 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Mon, 24 Apr 2017 21:10:28 +0000 (14:10 -0700)
commitc2769ab2ac908b4ea344cf22cfe8ff968a906649
tree50aa50c0431354d7c2fbae4bee1285eef0e16cad
parentb8305e91860788b7cdf8e8e8db8f7c37fd8a8b47
AudioService: make PlaybackActivityMonitor less log-chatty

Do not log error messages on release errors.
Do not try to terminate VolumeShaper when releasing a player.
Use coding convention for "private" and "static" keywords.

Test: make
Change-Id: Ic1ff376c1ce4750708c368756f7b4a8a2c05c50c
services/core/java/com/android/server/audio/PlaybackActivityMonitor.java