Merge "Add preference controller to launch app-time-spent UI." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-24 05:14:32 +00:00
committed by Android (Google) Code Review
5 changed files with 198 additions and 18 deletions

View File

@@ -56,7 +56,7 @@ public class PreferenceControllerListHelper {
preferenceMetadata = PreferenceXmlParserUtils.extractMetadata(context, xmlResId,
MetadataFlag.FLAG_NEED_KEY | MetadataFlag.FLAG_NEED_PREF_CONTROLLER);
} catch (IOException | XmlPullParserException e) {
Log.e(TAG, "Failed to parse preference xml for getting controllers");
Log.e(TAG, "Failed to parse preference xml for getting controllers", e);
return controllers;
}