Log warning for downloadable fonts

Framework implementation of downloadable fonts is
deprecated. Added a warning log for the usage of
sync font loading on framework.

Test: N/A
Bug: 178589784
Change-Id: Ibb395c817c6d656ee0593712c0d6f9360e7213c1
This commit is contained in:
Siyamed Sinir
2021-02-04 19:46:58 -08:00
parent 5fb31dd756
commit 10a88921a4

View File

@@ -350,6 +350,9 @@ public class FontsContract {
return cachedTypeface;
}
Log.w(TAG, "Platform version of downloadable fonts is deprecated. Please use"
+ " androidx version instead.");
synchronized (sLock) {
// It is possible that Font is loaded during the thread sleep time
// re-check the cache to avoid re-loading the font