rovo89 / XposedBridge

The Java part of the Xposed framework.
3.87k stars 1.1k forks source link

StrictMode policy violation in logcat #108

Open burinov opened 8 years ago

burinov commented 8 years ago

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.

hahaopsmeow commented 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.

rovo89 commented 8 years ago

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.