Home | History | Annotate | Download | only in debuggerd

Lines Matching refs:uid

54     uid_t uid, gid;
176 } else if (len > 5 && !memcmp(line, "Uid:\t", 5)) {
206 LOG("timed out reading tid (from pid=%d uid=%d)\n", cr.pid, cr.uid);
214 LOG("read failure? %s (pid=%d uid=%d)\n",
215 strerror(errno), cr.pid, cr.uid);
221 LOG("invalid crash request of size %d (from pid=%d uid=%d)\n",
222 status, cr.pid, cr.uid);
229 out_request->uid = cr.uid;
243 } else if (cr.uid == 0
244 || (cr.uid == AID_SYSTEM && msg.action == DEBUGGER_ACTION_DUMP_BACKTRACE)) {
248 &out_request->uid, &out_request->gid);
264 property_get("debug.db.uid", value, "-1");
266 return debug_uid >= 0 && request->uid <= (uid_t)debug_uid;
278 XLOG("BOOM: pid=%d uid=%d gid=%d tid=%d\n",
279 request.pid, request.uid, request.gid, request.tid);
392 * if debug.db.uid is set, its value indicates if we should wait