Merge "NPE Fix in SyncStorageEngine" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7503d06e5e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user