|
|
@ -123,12 +123,13 @@ public class MainDesigner extends BaseDesigner { |
|
|
|
showSplash(); |
|
|
|
showSplash(); |
|
|
|
startPreload0(); |
|
|
|
startPreload0(); |
|
|
|
|
|
|
|
|
|
|
|
DeepLinkManager.getInstance().start(args); |
|
|
|
|
|
|
|
StopWatch watch = new StopWatch(); |
|
|
|
StopWatch watch = new StopWatch(); |
|
|
|
watch.start(); |
|
|
|
watch.start(); |
|
|
|
DesignerLifecycleMonitorContext.getMonitor().beforeStart(); |
|
|
|
DesignerLifecycleMonitorContext.getMonitor().beforeStart(); |
|
|
|
//启动运行时
|
|
|
|
//启动运行时
|
|
|
|
FineRuntime.start(); |
|
|
|
FineRuntime.start(); |
|
|
|
|
|
|
|
//等 FineRuntime 启动后启动
|
|
|
|
|
|
|
|
DeepLinkManager.getInstance().start(args); |
|
|
|
|
|
|
|
|
|
|
|
startPreload1(); |
|
|
|
startPreload1(); |
|
|
|
|
|
|
|
|
|
|
|