tiann / Leoric

PoC of fighting against force-stop kill process on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android 11上监听进程死亡问题

BinarySatan opened this issue · comments

机型: OPPO、RealMe
Android版本: 11
TargetSdkVersion:30

在监听到进程死亡后
public void onDaemonDead() { Log.e("log",""+Process.myPid()); // ILeoricProcess.Fetcher.fetchStrategy().onDaemonDead(); }
调用Process.myPid()直接崩溃...