Commit abaf0db2 authored by pangcong Git's avatar pangcong Git
Browse files

删除注释1

parent 0c635dbb
......@@ -359,10 +359,8 @@ public class FXBridge {
*/
public void callback(FXPluginResult result){
final long startTime = System.currentTimeMillis();
Log.e("1","AsBase64耗时:(获取回调JS)"+(System.currentTimeMillis() - startTime)+"毫秒");
//获取回调JS
final String js=this.generateCallbackJS(result);
Log.e("1","AsBase64耗时:(获取回调JS完毕)"+(System.currentTimeMillis() - startTime)+"毫秒");
//获取thread executor
FXThreadExecutor executor=FXThreadExecutor.getInstance();
//执行
......
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