Merge "Add a missing return." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9204e2d751
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user