OSDN Git Service

Fix fault handler to unregister on shutdown
authorDave Allison <dallison@google.com>
Thu, 21 Aug 2014 00:38:41 +0000 (17:38 -0700)
committerDave Allison <dallison@google.com>
Thu, 21 Aug 2014 00:43:26 +0000 (17:43 -0700)
commite8b9afcd0cd86b8808af29a97332038aab70c604
treedb3a4760e0d99fd6bc9f55028b27d0d4c18082c5
parent167350d9c781c5e3893714bb26ab5cb1c4abf6b4
Fix fault handler to unregister on shutdown

This fixes a problem with the fault handler where it wasn't
unregistering itself during shutdown of the runtime.

Bug: 17133266
Change-Id: If4758b14ded0fba194897191b1a8d8d7b0b3e6e5
runtime/fault_handler.cc
runtime/fault_handler.h
runtime/runtime.cc
sigchainlib/sigchain.cc