Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WrBug/dumpDex
/ log
Method
log
app/src/main/java/com/wrbug/dumpdex/Native.java:12–14 ·
view source on GitHub ↗
(String txt)
Source
from the content-addressed store, hash-verified
10
*/
11
public
class
Native {
12
public
static
void
log(String txt) {
13
XposedBridge.log(
"dumpdex.Native-> "
+ txt);
14
}
15
static
{
16
try {
17
System.load(
"/data/local/tmp/libnativeDump.so"
);
Callers
1
Native
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected