MediaPlayerService: Fix binder dereference while connecting to media services
IServiceManager.getService can return NULL. Accessing binder object without checking will cause a crash when ServiceManager fails to find the media services. Check for NULL and return NO_INIT on failure. CRs-Fixed: 1064299 Change-Id: Ic8e03d40d60af13d98badb14a8e8d37dab38c001
Loading
Please register or sign in to comment