Add dump to MediaSessionService

Adds a dump implementation for debugging MediaSessionService. Also
fixes some synchronize calls that weren't using the same lock object.

Change-Id: I14343f853398749c8ce7ebf91f72729abc9132d9
This commit is contained in:
RoboErik
2014-04-24 14:49:01 -07:00
parent 4e8cf1508f
commit a278ea7cec
7 changed files with 121 additions and 15 deletions

View File

@ -906,7 +906,6 @@ public final class SystemServer {
}
try {
Slog.i(TAG, "MediaSessionService");
mSystemServiceManager.startService(MediaSessionService.class);
} catch (Throwable e) {
reportWtf("starting MediaSessionService", e);