android – 得到奇怪的Nullpointer Exception ProGuard

前端之家收集整理的这篇文章主要介绍了android – 得到奇怪的Nullpointer Exception ProGuard前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
致命异常: java.lang.NullPointerException
at com.x.c.l.d(ProGuard:713)
   at com.x.c.e.c(ProGuard:161)
   at com.x.b.a.a(ProGuard:41)
   at com.x.b.a$1.run(ProGuard:646)
   at com.x.c.o$1.run(ProGuard:110)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
   at java.lang.Thread.run(Thread.java:841)

解决方法

我认为这段代码是由恶意软件(Xposed等)注入的,或者您的应用程序被黑客攻击,重新打包并在其他地方发布.我收到同样的崩溃.如果您查看来自其他线程的堆栈跟踪,您很可能会发现广告投放代码.不幸的是,我确实找到了它.
原文链接:https://www.f2er.com/android/315147.html

猜你在找的Android相关文章