OSDN Git Service

ART: Add SigQuit Callback
authorAndreas Gampe <agampe@google.com>
Thu, 19 Jan 2017 05:43:16 +0000 (21:43 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 20 Jan 2017 00:09:02 +0000 (16:09 -0800)
commita5814f9de6009cc1763523109f50aae6bd1ff99e
tree4b09ef54cd9db04dbf87ec8374d5cfc336f9c6ef
parentac30fa2151095d2b5fe42f169a02ed09fea312b4
ART: Add SigQuit Callback

Add callback being triggered when the runtime handles SigQuit.

Bug: 31684920
Test: m test-art-host-gtest-runtime_callbacks_test
Change-Id: I23e3b256c654b6078c79b3897439d893ea79d96e
runtime/runtime.cc
runtime/runtime_callbacks.cc
runtime/runtime_callbacks.h
runtime/runtime_callbacks_test.cc