Home
last modified time | relevance | path

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

/aosp12/art/adbconnection/
H A Dadbconnection.cc92 static bool IsDebuggingPossible() { in IsDebuggingPossible() function
101 if (IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell()) { in StartDebugger()
127 return IsDebuggingPossible() && !art::Runtime::Current()->GetJdwpOptions().empty(); in IsDebuggerConfigured()
489 .data.debuggable = IsDebuggingPossible()}, in SetupAdbConnection()
529 DCHECK(IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell()); in RunPollLoop()
567 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()
601 if (!IsDebuggingPossible()) { in RunPollLoop()
642 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()
652 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()