(StartupParam startupParam)
| 70 | } |
| 71 | } |
| 72 | |
| 73 | @Override |
| 74 | public void initZygote(StartupParam startupParam) { |
| 75 | EzXHelperInit.INSTANCE.initZygote(startupParam); |
| 76 | sModulePath = startupParam.modulePath; |
| 77 | } |
| 78 | |
| 79 | public static String getModulePath() { |
nothing calls this directly
no outgoing calls
no test coverage detected