Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dproducer_support.cc61 constexpr auto kAidAppStart = 10000; // AID_APP_START in CanProfileAndroid() local
70 if (uid_without_profile < kAidAppStart || kAidAppEnd < uid_without_profile) { in CanProfileAndroid()