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

Commit b1f15bfc 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

am: 31236ac2

* commit '31236ac2':
  NPE Fix in SyncStorageEngine
parents 809bcd1e 31236ac2
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);