Fix crash in bug 4259574

Change-Id: I7fb3a4485ecfc2ac19eebdcfdcfe26e97a08e6b5
This commit is contained in:
Adam Cohen
2011-04-07 16:48:19 -07:00
parent 42bc0e946f
commit fa2e3ff3d3

View File

@@ -783,6 +783,8 @@ public class RemoteViewsAdapter extends BaseAdapter implements Handler.Callback
}
} catch(RemoteException e) {
processException("updateMetaData", e);
} catch(RuntimeException e) {
processException("updateMetaData", e);
}
}