Merge "Add dump to MediaSessionService"

This commit is contained in:
RoboErik
2014-05-01 17:11:34 +00:00
committed by Android (Google) Code Review
7 changed files with 121 additions and 15 deletions

View File

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