Add multi catches support
- Avoid to add several ids for the same handler into the current catch list. - Add all caught types into a catch block - Set the common type of multi catches block to Throwable. This type will be cast to a more precise type when it will be used. Bug: 17387653 Change-Id: Ifa31715565b7a78edf39f6572792bad3d6d9d04c
Loading
Please sign in to comment