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

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