LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I get the running log?

gonghaisheng opened this issue · comments

How can I get the running log?

How to get the log of syntax errors

final JSContext jsContext = getJsContext();
jsContext.setExceptionHandler(e -> {
Logger.logInfo(e.getMessage());
});