Robert Vollmer

Results 235 comments of Robert Vollmer

I have adjusted the title as the error message could be written to the logs for other reasons as well. There's a simple reason why Xposed modules are compiled into...

Related AOSP commits: https://github.com/android/platform_frameworks_base/commit/b94c1657eb0140f7b91f5372a9f76de5a3d87e36 https://github.com/android/platform_frameworks_base/commit/ebcac16cb1405bf7d0b570e11a287df078edfc1c They also show the logic that is used to determine whether an app should be compiled into the Dalvik cache or the app directory: ```...

> I don't understand why it failed to create oat file in /data/dalvik-cache when __upgrading_ the app, no oat file until reboot Can you please show me a logcat of...

Was the original bug report for Xposed v82? https://github.com/rovo89/android_art/commit/9f1c158962c935b3d106eb9f67b50408e45b2227 might hide the lacking permissions.

Which device? From which tag/branch did you compile the ROM? I checked the latest ones for 5.1, but it seems that this function has only been added in 6.0.

Well, but this commit seems to have been for Android 6.0, not 5.1. So it seems that your vendor has actually modified AOSP. I'll update the title accordingly to make...

That's just for your personal device though, right? Anyone else using a device from this vendor will still run into the issue?

I think that's normal. These apps are probably used very early, before their compilation could be triggered by the PackageManagerService. That's not a problem with dex2oat, the app simply isn't...

Yes. Most relevant apps should be compiled automatically at a later time. If not, that's the start point for further investigations. I know that AOSP has some optimizations, e.g. this:...

I will think about it, but out of curiosity: What are you planning to do with the tools?