MCPcopy Create free account
hub / github.com/IIIImmmyyy/frida-il2cppDumper / log4AndroidD

Function log4AndroidD

_agent.js:3087–3091  ·  view source on GitHub ↗
(msg, tag)

Source from the content-addressed store, hash-verified

3085}
3086exports.log = log;
3087function log4AndroidD(msg, tag) {
3088 let log = "android.util.Log";
3089 let log_cls = Java.use(log);
3090 log_cls.d(tag, msg);
3091}
3092exports.log4AndroidD = log4AndroidD;
3093function log4AndroidV(msg, tag) {
3094 let log = "android.util.Log";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected