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

Commit 64eda4f4 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android (Google) Code Review
Browse files

Merge "Fix an infinite loop" into jb-mr2-dev

parents d91268ad 77e26e1c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -181,7 +181,6 @@ public final class UpdateHandler {
            if (!cursor.moveToFirst()) return;
            do {
                final String clientId = cursor.getString(0);
                if (TextUtils.isEmpty(clientId)) continue; // This probably can't happen
                final String metadataUri =
                        MetadataDbHelper.getMetadataUriAsString(context, clientId);
                PrivateLog.log("Update for clientId " + Utils.s(clientId), context);