OSDN Git Service

ART: Add support for special handlers in sigchainlib
authorAndreas Gampe <agampe@google.com>
Sat, 23 May 2015 01:31:50 +0000 (18:31 -0700)
committerAndreas Gampe <agampe@google.com>
Sun, 31 May 2015 23:59:11 +0000 (16:59 -0700)
commit8ee2145d65ed14b267ae4c6396f2333115611a97
tree77c4ffa7f2b21e35e9e09bbce26306ca486f64e2
parent93de952df65ca5033bda313712b68b6272b4975f
ART: Add support for special handlers in sigchainlib

Add support for a special managed handler in sigchainlib that
will be called as the first user handler.

Use this support for native bridge v2. Extend test 115-native-bridge
to test the functionality.

Bug: 20217701

(cherry picked from commit 03c2cc89428914adf52229d6a3867eef6127911a)

Change-Id: I78cc01fbdabe169154ff6b94c9f3ddb95b5c7448
runtime/native_bridge_art_interface.cc
sigchainlib/sigchain.cc
sigchainlib/sigchain.h
sigchainlib/sigchain_dummy.cc
test/115-native-bridge/expected.txt
test/115-native-bridge/nativebridge.cc
test/115-native-bridge/src/NativeBridgeMain.java