HomeSort by relevance Sort by last modified time
    Searched refs:_LOG (Results 1 - 3 of 3) sorted by null

  /system/core/debuggerd/
debuggerd.c 64 void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...)
82 #define LOG(fmt...) _LOG(-1, 0, fmt)
84 #define XLOG(fmt...) _LOG(-1, 0, fmt)
125 _LOG(tfd, false, "Build fingerprint: '%s'\n", fingerprint);
143 _LOG(tfd, only_in_tombstone, "\ncode around pc:\n");
163 _LOG(tfd, only_in_tombstone, "%s\n", code_buffer);
167 _LOG(tfd, only_in_tombstone, "\ncode around lr:\n");
187 _LOG(tfd, only_in_tombstone, "%s\n", code_buffer);
206 _LOG(tfd, only_in_tombstone, "\nstack:\n");
233 _LOG(tfd, (sp_depth > 2) || only_in_tombstone
    [all...]
utility.h 54 extern void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...);
unwind-arm.c 454 _LOG(tfd, only_in_tombstone,
483 _LOG(tfd, "r[%d] = 0x%x\n", i, saved_vrs.core.r[i]);
513 _LOG(tfd, 1,
517 _LOG(tfd, 1, "PC=%#x SP=%#x\n",

Completed in 93 milliseconds