Merge "Add a missing return." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-02-07 23:58:40 +00:00
committed by Android (Google) Code Review

View File

@@ -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);