Commit 0c635dbb authored by pangcong Git's avatar pangcong Git
Browse files

删除注释

parent 4ff0ef5b
......@@ -363,10 +363,8 @@ public class FXBridge {
//获取回调JS
final String js=this.generateCallbackJS(result);
Log.e("1","AsBase64耗时:(获取回调JS完毕)"+(System.currentTimeMillis() - startTime)+"毫秒");
Log.e("1","AsBase64耗时:(获取thread executor)"+(System.currentTimeMillis() - startTime)+"毫秒");
//获取thread executor
FXThreadExecutor executor=FXThreadExecutor.getInstance();
Log.e("1","AsBase64耗时:(获取thread executor完毕)"+(System.currentTimeMillis() - startTime)+"毫秒");
//执行
executor.runOnUIThread(new Runnable() {
@Override
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment