liuhangb

Results 5 issues of liuhangb

**反馈BUG之前,先issue里面搜看看有没有别人已经反馈过,重复的不予处理!!** ## 问题描述 无法hook带可变参数的方法 ## 复现步骤 ``` public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { test(null); } public static void test(String... params) { Log.d("run test======"); }...

请求地址:http://guolin.tech/api/weather?cityid=206 返回错误:Request weather info with error: undefined method `city_id' for nil:NilClass

Error:Plugin with id 'com.github.dcendents.android-maven' not found. how to solve with the problem?

获取的堆栈中多了一些runtimeMethod方法: `. ` ``` bool FetchStackVisitor::VisitFrame() { void *method = ArtHelper::GetCurMethodOfVisitor(this); auto *artMethod = static_cast(method); // 按照我的理解, 应该是在这里会过滤runtime Method, 不过目前没有生效 if (artMethod == nullptr || artMethod->IsRuntimeMethod()) { return true; }...

bug

在Android10和Android12的机器上测试,都没办法保活 测试机型: 华为P40Pro Android 10 红米Note 11E Android 12 测试方法: adb shell am force-stop me.weishu.leoric @tiann 大佬,Android 10也没办法保活,与你的测试结果不一致,是不同机型差异吗