LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.01k stars 127 forks source link

How can I get the running log? #231

Open gonghaisheng opened 1 year ago

gonghaisheng commented 1 year ago

How to get the log of syntax errors

Pranay42 commented 1 year ago

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