PlaybackActivityMonitor: fix comment typo

Test: no test for typo
Change-Id: If2c5cc6c634d044c2b92347783c068aedbfbd890
This commit is contained in:
Jean-Michel Trivi
2017-03-06 11:19:47 -08:00
parent 272fe5c338
commit 31901bd920

View File

@@ -156,7 +156,7 @@ public final class PlaybackActivityMonitor
apc.getPlayerProxy().applyVolumeShaper(
DUCK_ID,
TERMINATE);
} catch (Exception e) { /* silent failure, happens happens with binder failure */ }
} catch (Exception e) { /* silent failure, happens with binder failure */ }
mPlayers.remove(new Integer(piid));
} else {
Log.e(TAG, "Error releasing player " + piid);