Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp533 bool IsAppDebuggable(int user_id, const std::string& package_name) { in IsAppDebuggable() function
795 if (app_type == "unknown" && IsAppDebuggable(user_id, app_package_name)) { in RunInAppContext()