OSDN Git Service

ART: Add runtime phase callback
authorAndreas Gampe <agampe@google.com>
Fri, 20 Jan 2017 01:23:17 +0000 (17:23 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 20 Jan 2017 03:35:49 +0000 (19:35 -0800)
commit4886411a81077e893a6e38c56938a252888ddd0e
tree62f6effd04ae42206c76510ab64b5000b9c45a96
parent2c19ea93088d7cd187524f49137417279e99096d
ART: Add runtime phase callback

Add callback that describes the current runtime phase, one of
starting, initialized and death. Add test.

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