得到奇怪的Nullpointer Exception ProGuard

时间:2016-08-16 16:53:51

标签: android

致命异常: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)

1 个答案:

答案 0 :(得分:0)

我认为此代码是由恶意软件(Xposed等)注入的,或者您的应用被黑客攻击,重新打包并在其他地方发布。我收到同样的崩溃。如果您查看来自其他线程的堆栈跟踪,您很可能会发现广告投放代码。不幸的是,我确实找到了它。