Home
last modified time | relevance | path

Searched refs:SetSignalHookDebuggable (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc243 runtime->SetSignalHookDebuggable(true); in EnableDebugFeatures()
/art/runtime/
Druntime.h827 void SetSignalHookDebuggable(bool value);
Druntime.cc3330 void Runtime::SetSignalHookDebuggable(bool value) { in SetSignalHookDebuggable() function in art::Runtime