Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc242 runtime->SetSignalHookDebuggable(true); in EnableDebugFeatures()
/art/runtime/
Druntime.h746 void SetSignalHookDebuggable(bool value);
Druntime.cc3021 void Runtime::SetSignalHookDebuggable(bool value) { in SetSignalHookDebuggable() function in art::Runtime