Home | History | Annotate | Download | only in debuggerd

Lines Matching defs:uid

55     uid_t uid, gid;
177 } else if (len > 5 && !memcmp(line, "Uid:\t", 5)) {
207 LOG("timed out reading tid (from pid=%d uid=%d)\n", cr.pid, cr.uid);
215 LOG("read failure? %s (pid=%d uid=%d)\n",
216 strerror(errno), cr.pid, cr.uid);
222 LOG("invalid crash request of size %d (from pid=%d uid=%d)\n",
223 status, cr.pid, cr.uid);
230 out_request->uid = cr.uid;
244 } else if (cr.uid == 0
245 || (cr.uid == AID_SYSTEM && msg.action == DEBUGGER_ACTION_DUMP_BACKTRACE)) {
249 &out_request->uid, &out_request->gid);
265 property_get("debug.db.uid", value, "-1");
267 return debug_uid >= 0 && request->uid <= (uid_t)debug_uid;
279 XLOG("BOOM: pid=%d uid=%d gid=%d tid=%d\n",
280 request.pid, request.uid, request.gid, request.tid);
393 * if debug.db.uid is set, its value indicates if we should wait