blob: 852ec2e5e92ed49ac0bff269d0ee04020be450bf [file] [log] [blame]
Andreas Gampe855564b2014-07-25 02:32:19 -07001Native bridge initialized.
jgu21a6da74e2014-09-10 06:57:17 -04002Checking for getEnvValues.
Andreas Gampe6be67ee2014-09-02 21:22:18 -07003Ready for native bridge tests.
Andreas Gampe855564b2014-07-25 02:32:19 -07004Checking for support.
Yong WUf7a68c12014-08-03 16:06:52 +08005Getting trampoline for JNI_OnLoad with shorty (null).
Andreas Gampe03c2cc82015-05-22 18:31:50 -07006Test ART callbacks: all JNI function number is 11.
Yong WUf7a68c12014-08-03 16:06:52 +08007 name:booleanMethod, signature:(ZZZZZZZZZZ)Z, shorty:ZZZZZZZZZZZ.
8 name:byteMethod, signature:(BBBBBBBBBB)B, shorty:BBBBBBBBBBB.
9 name:charMethod, signature:(CCCCCCCCCC)C, shorty:CCCCCCCCCCC.
10 name:shortMethod, signature:(SSSSSSSSSS)S, shorty:SSSSSSSSSSS.
11 name:testCallStaticVoidMethodOnSubClassNative, signature:()V, shorty:V.
12 name:testFindClassOnAttachedNativeThread, signature:()V, shorty:V.
13 name:testFindFieldOnAttachedNativeThreadNative, signature:()V, shorty:V.
14 name:testGetMirandaMethodNative, signature:()Ljava/lang/reflect/Method;, shorty:L.
Jeff Hao848f70a2014-01-15 13:49:50 -080015 name:testNewStringObject, signature:()V, shorty:V.
Andreas Gampe03c2cc82015-05-22 18:31:50 -070016 name:testSignal, signature:()I, shorty:I.
Yong WUf7a68c12014-08-03 16:06:52 +080017 name:testZeroLengthByteBuffers, signature:()V, shorty:V.
18trampoline_JNI_OnLoad called!
Mathieu Chartier598302a2015-09-23 14:52:39 -070019JNI_OnLoad called
Yong WUf7a68c12014-08-03 16:06:52 +080020Getting trampoline for Java_Main_testFindClassOnAttachedNativeThread with shorty V.
21trampoline_Java_Main_testFindClassOnAttachedNativeThread called!
22Getting trampoline for Java_Main_testFindFieldOnAttachedNativeThreadNative with shorty V.
23trampoline_Java_Main_testFindFieldOnAttachedNativeThreadNative called!
24Getting trampoline for Java_Main_testCallStaticVoidMethodOnSubClassNative with shorty V.
25trampoline_Java_Main_testCallStaticVoidMethodOnSubClassNative called!
26Getting trampoline for Java_Main_testGetMirandaMethodNative with shorty L.
27trampoline_Java_Main_testGetMirandaMethodNative called!
28Getting trampoline for Java_Main_testZeroLengthByteBuffers with shorty V.
29trampoline_Java_Main_testZeroLengthByteBuffers called!
30Getting trampoline for Java_Main_byteMethod with shorty BBBBBBBBBBB.
31trampoline_Java_Main_byteMethod called!
32trampoline_Java_Main_byteMethod called!
33trampoline_Java_Main_byteMethod called!
34trampoline_Java_Main_byteMethod called!
35trampoline_Java_Main_byteMethod called!
36trampoline_Java_Main_byteMethod called!
37trampoline_Java_Main_byteMethod called!
38Getting trampoline for Java_Main_shortMethod with shorty SSSSSSSSSSS.
39trampoline_Java_Main_shortMethod called!
40trampoline_Java_Main_shortMethod called!
41trampoline_Java_Main_shortMethod called!
42trampoline_Java_Main_shortMethod called!
43trampoline_Java_Main_shortMethod called!
44trampoline_Java_Main_shortMethod called!
45trampoline_Java_Main_shortMethod called!
46trampoline_Java_Main_shortMethod called!
47trampoline_Java_Main_shortMethod called!
48Getting trampoline for Java_Main_booleanMethod with shorty ZZZZZZZZZZZ.
49trampoline_Java_Main_booleanMethod called!
50trampoline_Java_Main_booleanMethod called!
51Getting trampoline for Java_Main_charMethod with shorty CCCCCCCCCCC.
52trampoline_Java_Main_charMethod called!
53trampoline_Java_Main_charMethod called!
54trampoline_Java_Main_charMethod called!
55trampoline_Java_Main_charMethod called!
56trampoline_Java_Main_charMethod called!
57trampoline_Java_Main_charMethod called!
58trampoline_Java_Main_charMethod called!
59trampoline_Java_Main_charMethod called!
Jeff Hao848f70a2014-01-15 13:49:50 -080060Getting trampoline for Java_Main_testNewStringObject with shorty V.
61trampoline_Java_Main_testNewStringObject called!
Andreas Gampe03c2cc82015-05-22 18:31:50 -070062Getting trampoline for Java_Main_testSignal with shorty I.
63NB signal handler with signal 11.
jgu210c7c55c2015-07-24 13:40:33 +080064NB signal handler with signal 4.