Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd.c591 static bool engrave_tombstone(unsigned pid, unsigned tid, int debug_uid, in engrave_tombstone() argument
610 if ((signed)pid > debug_uid) { in engrave_tombstone()
736 int debug_uid = atoi(value); in handle_crashing_process() local
812 need_cleanup = engrave_tombstone(cr.pid, tid, debug_uid, n); in handle_crashing_process()
851 if ((signed)cr.uid <= debug_uid) { in handle_crashing_process()