Loading packages/PrintRecommendationService/src/com/android/printservice/recommendation/RecommendationServiceImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -53,7 +53,7 @@ public class RecommendationServiceImpl extends RecommendationService } } } } } catch (IOException | XmlPullParserException e) { } catch (IOException | XmlPullParserException e) { new RuntimeException("Could not parse vendorconfig", e); throw new RuntimeException("Could not parse vendorconfig", e); } } final int numPlugins = mPlugins.size(); final int numPlugins = mPlugins.size(); Loading Loading
packages/PrintRecommendationService/src/com/android/printservice/recommendation/RecommendationServiceImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -53,7 +53,7 @@ public class RecommendationServiceImpl extends RecommendationService } } } } } catch (IOException | XmlPullParserException e) { } catch (IOException | XmlPullParserException e) { new RuntimeException("Could not parse vendorconfig", e); throw new RuntimeException("Could not parse vendorconfig", e); } } final int numPlugins = mPlugins.size(); final int numPlugins = mPlugins.size(); Loading