Getting weird Nullpointer Exception ProGuard

Fatal Exception: java.lang.NullPointerException

at com.xcld(ProGuard:713) at com.xcec(ProGuard:161) at com.xbaa(ProGuard:41) at com.xba$1.run(ProGuard:646) at com.xco$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) 
+7
android
source share
1 answer

I think this code was entered by malware (Xposed, etc.), or your application was hacked, repackaged, and published elsewhere. I get the same crashes. If you looked at stack traces from other streams, you will most likely find code for showing ads there. I found this unfortunately.

0
source share

All Articles