如竹
Results
1
issues of
如竹
1. 打开 Demo工程:[xcrash_sample](https://github.com/iqiyi/xCrash/tree/master/xcrash_sample) 2. 修改 `MainActivity` 中的 `testNativeCrashInAnotherNativeThread_onClick` 方法如下: ``` public void testNativeCrashInAnotherNativeThread_onClick(View view) { XCrash.testNativeCrash(true); XCrash.testNativeCrash(true); } ``` 3. **移除**布局文件 `activity_main.xml` 中的 WebView (这一步骤非常重要) ``` ``` 4. 运行之,点击【native crash...