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

Commit 8504b085 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add a missing return." into sc-dev am: 9204e2d7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13487875

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7733303d2c8977dd81ebf613b4568e3b57a6740c
parents c33ea82d 9204e2d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -345,6 +345,7 @@ public final class FontManagerService extends IFontManager.Stub {
            synchronized (mSerializedFontMapLock) {
                mSerializedFontMap = serializeFontMap;
            }
            return;
        } catch (IOException | ErrnoException e) {
            Slog.w(TAG, "Failed to serialize updatable font map. "
                    + "Retrying with system image fonts.", e);