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

Commit 09147fe5 authored by Kohsuke Yatoh's avatar Kohsuke Yatoh
Browse files

Add a missing return.

Change Ic3d3ee6f3cccfcbe86996b67543fc5fdc64c85aa removed this return.

Bug: 179336328
Test: atest UpdatableSystemFontTest
Change-Id: Ibe6cdb67279fd34093ed9d6bb29376bd2eee0170
parent fb05a7f1
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);