You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read your thesis and was trying to port your method to the modern Android SDK. However I was having issues porting over getQuickCompiledCodeSize. It returns normal values on SDK 23 but has been broken since SDK 24. It reads garbage data. Because of that, I was wondering how you even added support for SDK 24 - 26, was it untested?
Also, is this what the code tries to do?
This is from Android 6 source code art\runtime\art_method-inl.h.
I read your thesis and was trying to port your method to the modern Android SDK. However I was having issues porting over getQuickCompiledCodeSize. It returns normal values on SDK 23 but has been broken since SDK 24. It reads garbage data. Because of that, I was wondering how you even added support for SDK 24 - 26, was it untested?
Also, is this what the code tries to do?
This is from Android 6 source code
art\runtime\art_method-inl.h
.The text was updated successfully, but these errors were encountered: