mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-26 07:49:28 +01:00
log first occur of a method call
This commit is contained in:
parent
e43a8277c1
commit
dab750f3b6
@ -26,6 +26,7 @@ import javax.annotation.Nonnull;
|
|||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
import de.inetsoftware.classparser.MethodInfo;
|
import de.inetsoftware.classparser.MethodInfo;
|
||||||
|
import de.inetsoftware.jwebassembly.JWebAssembly;
|
||||||
import de.inetsoftware.jwebassembly.WasmException;
|
import de.inetsoftware.jwebassembly.WasmException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -137,6 +138,7 @@ public class FunctionManager {
|
|||||||
throw new WasmException( "Prepare was already finish: " + name.signatureName, -1 );
|
throw new WasmException( "Prepare was already finish: " + name.signatureName, -1 );
|
||||||
}
|
}
|
||||||
state.state = State.Needed;
|
state.state = State.Needed;
|
||||||
|
JWebAssembly.LOGGER.fine( "\t\tcall: " + name.signatureName );
|
||||||
}
|
}
|
||||||
return state.alias == null ? name : state.alias;
|
return state.alias == null ? name : state.alias;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user