Open burinov opened 8 years ago
It is not because of xposed. It is because those apps work with flies in the main thread.
Read here for further details.
Well, one of those error messages is actually coming from XposedBridge.loadModule()
, or rather by a Android's internals. When a ClassLoader is no longer used and also none of its classes are used, the DexFile isn't closed properly.
There's another message coming from Xposed in XResources.isFirstLoad()
, but I assume all I can do is suppress that warning.
The other messages seem to be coming from Google Maps.
Hi guys,
While following tutorial (which is great) I see a lot of "StrictMode policy violation" in logcat. Should I care about it?
Full log is here
Android Device, ROM, SDK version - all in the log.