Home
last modified time | relevance | path

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

/aosp_15_r20/art/adbconnection/
H A Dadbconnection.cc173 static bool IsDebuggingPossible() { return art::Dbg::IsJdwpAllowed(); } in IsDebuggingPossible() function
176 return IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell(); in IsDebuggableOrProfilable()
210 return IsDebuggingPossible() && !art::Runtime::Current()->GetJdwpOptions().empty(); in IsDebuggerConfigured()
625 .data.debuggable = IsDebuggingPossible()}, in SetupAdbConnection()
710 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()
744 if (!IsDebuggingPossible()) { in RunPollLoop()
785 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()
798 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()