Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
04f74e35e39fa66e76d2a2088a45adc5f4b24b50
/
.
/
test
/
179-nonvirtual-jni
/
expected-stdout.txt
blob: 7b603b1cc5de3dc87e6215365536ab3ac53a3a1e [
file
] [
log
] [
blame
]
JNI_OnLoad called
Call lookup: Base, caller: Base, Obj: Base
Hello from Base
Call lookup: Base, caller: Base, Obj: Ext
Hello from Base
Call lookup: Base, caller: Ext, Obj: Ext
Hello from Base
Call lookup: Ext, caller: Ext, Obj: Ext
Hello from Ext