Loading core/java/com/android/internal/os/ZygoteInit.java +6 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,12 @@ public class ZygoteInit { System.loadLibrary("android"); System.loadLibrary("compiler_rt"); System.loadLibrary("jnigraphics"); try { System.loadLibrary("sfplugin_ccodec"); } catch (Error | RuntimeException e) { // tolerate missing sfplugin_ccodec which is only present on Codec 2 devices } } native private static void nativePreloadAppProcessHALs(); Loading Loading
core/java/com/android/internal/os/ZygoteInit.java +6 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,12 @@ public class ZygoteInit { System.loadLibrary("android"); System.loadLibrary("compiler_rt"); System.loadLibrary("jnigraphics"); try { System.loadLibrary("sfplugin_ccodec"); } catch (Error | RuntimeException e) { // tolerate missing sfplugin_ccodec which is only present on Codec 2 devices } } native private static void nativePreloadAppProcessHALs(); Loading