产品
Egret Android Support
版本
4.0.3
复现概率
50%
平台
Android 小米max2 安卓7.11 NMF26F
复现步骤
不停的点击, 程序会不停的结束当前游戏并生成新游戏, 一定概率会出现崩溃
问题描述
点击egret 程序, 会触发H_C_TestJump , 结束当前的 GameEngine
错误代码
//测试跳转
gameEngine.setRuntimeInterface(ExternalAPI.H_C_TestJump, new IRuntimeInterface() { @Override public void callback(String message) { gameEngine.game_engine_onStop(); finish(); System.gc(); Intent intent = new Intent(TVGameAndroid.this, TVGameAndroid.class); startActivity(intent); } });
BUG截图
![]()
| ||
| |
| |
| |
| |
| |
Powered by Discuz! X3.4 © 2001-2019 Comsenz Inc.