Skip to content

Commit

Permalink
android: Make art::Thread::DecodeJObject() optional (#289)
Browse files Browse the repository at this point in the history
As it is only used on Android < 6.
  • Loading branch information
gsingh93 authored Jun 9, 2023
1 parent 9199ce4 commit dd6f779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ function _getApi () {
'_ZN3art9JavaVMExt12AddGlobalRefEPNS_6ThreadEPNS_6mirror6ObjectE',
'_ZN3art9JavaVMExt12DecodeGlobalEPv',
'_ZN3art9JavaVMExt12DecodeGlobalEPNS_6ThreadEPv',
'_ZNK3art6Thread13DecodeJObjectEP8_jobject'
'_ZN3art10ThreadList10SuspendAllEPKcb',
'_ZN3art10ThreadList10SuspendAllEv',
'_ZN3art11ClassLinker12VisitClassesEPNS_12ClassVisitorE',
Expand Down Expand Up @@ -353,7 +354,7 @@ function _getApi () {
'_ZN3art3Dbg9gRegistryE',
'_ZN3art3jni12JniIdManager14DecodeMethodIdEP10_jmethodID',
'_ZN3art11interpreter18GetNterpEntryPointEv',
'_ZN3art7Monitor17TranslateLocationEPNS_9ArtMethodEjPPKcPi'
'_ZN3art7Monitor17TranslateLocationEPNS_9ArtMethodEjPPKcPi',
]
}]
: [{
Expand Down

0 comments on commit dd6f779

Please sign in to comment.