Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31236ac2 authored by Shreyas Basarge's avatar Shreyas Basarge Committed by android-build-merger
Browse files

Merge "NPE Fix in SyncStorageEngine" into nyc-dev

am: 7503d06e

* commit '7503d06e':
  NPE Fix in SyncStorageEngine
parents abf9e569 7503d06e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);