Verifcation of.. drives me crazy

Viewed 285

Everytime I run my app (device or emulator is the same), even when not doing any change in code, I get for every method from my largest Activity this:

W/art: Verification of void com.xyz.abx.setCredit(boolean) took 343.200ms

As the app is quite big, this process takes a few minutes everytime and literally drivers me mad. The strange thing is that it doesn't do that for all the other smaller Activities. I have

android:vmSafeMode="true"

in the Manifest as suggested in an SO thread, but to no avail. I have read this thread

Art: Verification of X took Y ms and read the docs: https://developer.android.com/guide/practices/verifying-apps-art

0 Answers
Related