应用程序因信号SIGILL崩溃

时间:2018-08-07 14:25:41

标签: android android-ndk native

嗨,我在应用程序中遇到了很多崩溃。这是崩溃日志:

Thread 1 (main):
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:5021)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run( ZygoteInit.java:827)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:643)
at **ak.hide.android.loveuu.XposedBridge.main(XposedBridge.java:134)**
at dalvik.system.NativeStart.main(Native Method)
  

我在互联网上进行了搜索,但没有找到可以找到此类的图书馆/链接:ak.hide.android.loveuu.XposedBridge.main->XposedBridge.java   是的,我可以看到其他图书馆,但看不到确切的图书馆。

1 个答案:

答案 0 :(得分:0)

似乎有人扎根了电话并安装了xposedbridge来交换您的资源或在对程序包进行方法调用之前和之后运行命令。我看不出你能做什么?其随附的合子(第一个过程)在android中。拥有扎根设备的人可以随心所欲。