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
abaf0db2
Commit
abaf0db2
authored
May 08, 2025
by
pangcong Git
Browse files
删除注释1
parent
0c635dbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
fox_ninetales/src/main/java/fox/ninetales/engine/FXBridge.java
View file @
abaf0db2
...
@@ -359,10 +359,8 @@ public class FXBridge {
...
@@ -359,10 +359,8 @@ public class FXBridge {
*/
*/
public
void
callback
(
FXPluginResult
result
){
public
void
callback
(
FXPluginResult
result
){
final
long
startTime
=
System
.
currentTimeMillis
();
final
long
startTime
=
System
.
currentTimeMillis
();
Log
.
e
(
"1"
,
"AsBase64耗时:(获取回调JS)"
+(
System
.
currentTimeMillis
()
-
startTime
)+
"毫秒"
);
//获取回调JS
//获取回调JS
final
String
js
=
this
.
generateCallbackJS
(
result
);
final
String
js
=
this
.
generateCallbackJS
(
result
);
Log
.
e
(
"1"
,
"AsBase64耗时:(获取回调JS完毕)"
+(
System
.
currentTimeMillis
()
-
startTime
)+
"毫秒"
);
//获取thread executor
//获取thread executor
FXThreadExecutor
executor
=
FXThreadExecutor
.
getInstance
();
FXThreadExecutor
executor
=
FXThreadExecutor
.
getInstance
();
//执行
//执行
...
...
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