Searched refs:LOG (Results 1 - 5 of 5) sorted by relevance

/system/core/debuggerd/
H A Dutility.c59 LOG("waitpid failed: %s\n", strerror(errno));
66 LOG("unexpected waitpid response: n=%d, status=%08x\n", n, status);
72 LOG("timed out waiting for tid=%d to die\n", tid);
87 LOG("timed out waiting for tid=%d to stop\n", tid);
H A Ddebuggerd.c104 LOG( "********************************************************\n"
156 LOG("debuggerd resuming process %d", pid);
192 LOG("cannot get credentials\n");
205 LOG("timed out reading tid\n");
212 LOG("read failure? %s\n", strerror(errno));
216 LOG("invalid crash request of size %d\n", status);
232 LOG("tid %d does not exist in pid %d. ignoring debug request\n",
243 LOG("tid %d does not exist. ignoring explicit dump request\n",
285 LOG("ptrace attach failed: %s\n", strerror(errno));
290 LOG("faile
[all...]
H A Dutility.h35 #define LOG(fmt...) _LOG(NULL, 0, fmt) macro
H A Dbacktrace.c110 LOG("ptrace detach from %d failed: %s\n", tid, strerror(errno));
H A Dtombstone.c444 LOG("ptrace detach from %d failed: %s\n", new_tid, strerror(errno));
686 LOG("failed to open tombstone file '%s': %s\n", path, strerror(errno));

Completed in 46 milliseconds