Merge "Fix framework crash" into sc-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ad28fe0efb
@@ -1078,7 +1078,7 @@ public class LocationProviderManager extends
|
||||
}
|
||||
|
||||
private void onTransportFailure(Exception e) {
|
||||
if (e instanceof RemoteException) {
|
||||
if (e instanceof PendingIntent.CanceledException) {
|
||||
Log.w(TAG, mName + " provider registration " + getIdentity() + " removed", e);
|
||||
synchronized (mLock) {
|
||||
remove();
|
||||
|
||||
Reference in New Issue
Block a user