switch to remotejse
This commit is contained in:
parent
eaaf7b7b57
commit
c586862b2e
@ -67,8 +67,8 @@ public class DoricJSEngine implements Handler.Callback, DoricTimerExtension.Time
|
|||||||
|
|
||||||
|
|
||||||
private void initJSExecutor() {
|
private void initJSExecutor() {
|
||||||
mDoricJSE = new DoricNativeJSExecutor();
|
// mDoricJSE = new DoricNativeJSExecutor();
|
||||||
// mDoricJSE = new DoricRemoteJSExecutor();
|
mDoricJSE = new DoricRemoteJSExecutor();
|
||||||
mDoricJSE.injectGlobalJSFunction(DoricConstant.INJECT_LOG, new JavaFunction() {
|
mDoricJSE.injectGlobalJSFunction(DoricConstant.INJECT_LOG, new JavaFunction() {
|
||||||
@Override
|
@Override
|
||||||
public JavaValue exec(JSDecoder[] args) {
|
public JavaValue exec(JSDecoder[] args) {
|
||||||
|
Reference in New Issue
Block a user