()
| 63 | } |
| 64 | |
| 65 | private boolean isHotUpgrade() { |
| 66 | var hotManager = App.Zeze.getHotManager(); |
| 67 | if (null == hotManager) |
| 68 | return false; |
| 69 | return hotManager.isUpgrading(); |
| 70 | } |
| 71 | |
| 72 | public void Start(App app) { |
| 73 | App.Zeze.getHotManager().throwIfMatch("start"); |
no test coverage detected