Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc90 static bool IsDebuggingPossible() { in IsDebuggingPossible() function
99 if (IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell()) { in StartDebugger()
125 return IsDebuggingPossible() && !art::Runtime::Current()->GetJdwpOptions().empty(); in IsDebuggerConfigured()
487 .data.debuggable = IsDebuggingPossible()}, in SetupAdbConnection()
527 DCHECK(IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell()); in RunPollLoop()
565 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()
595 if (!IsDebuggingPossible()) { in RunPollLoop()
636 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()
646 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()