Merge "NPE Fix in SyncStorageEngine" into nyc-dev

am: 7503d06e5e

* commit '7503d06e5e31850fd13f85212543e7bd321853fc':
  NPE Fix in SyncStorageEngine
This commit is contained in:
Shreyas Basarge
2016-02-19 23:46:02 +00:00
committed by android-build-merger

View File

@@ -1500,6 +1500,9 @@ public class SyncStorageEngine extends Handler {
if (authority.ident > highestAuthorityId) {
highestAuthorityId = authority.ident;
}
} else {
EventLog.writeEvent(0x534e4554, "26513719", -1,
"Malformed authority");
}
} else if (XML_TAG_LISTEN_FOR_TICKLES.equals(tagName)) {
parseListenForTickles(parser);