Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pangcong Git
wckh
Commits
0c635dbb
Commit
0c635dbb
authored
May 08, 2025
by
pangcong Git
Browse files
删除注释
parent
4ff0ef5b
Changes
1
Show whitespace changes
Inline
Side-by-side
fox_ninetales/src/main/java/fox/ninetales/engine/FXBridge.java
View file @
0c635dbb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment