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

  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
utility.h 51 enum logtype { enum
65 void _LOG(log_t* log, logtype ltype, const char* fmt, ...) __attribute__((format(printf, 3, 4)));
  /system/core/debuggerd/libdebuggerd/
backtrace.cpp 50 _LOG(log, logtype::BACKTRACE, "\n\n----- pid %d at %s -----\n", pid, timestr);
53 _LOG(log, logtype::BACKTRACE, "Cmd line: %s\n", process_name);
55 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING);
59 _LOG(log, logtype::BACKTRACE, "\n----- end %d -----\n", pid);
67 _LOG(&log, logtype::BACKTRACE, "\n\"%s\" sysTid=%d\n", thread.thread_name.c_str(), thread.tid);
71 _LOG(&log, logtype::THREAD, "Unwind failed: tid = %d", thread.tid);
76 _LOG(&log, logtype::BACKTRACE, " %s\n", Backtrace::FormatFrameData(&frame).c_str());
tombstone.cpp 76 _LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint.c_str());
77 _LOG(log, logtype::HEADER, "Revision: '%s'\n", revision.c_str());
78 _LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING);
102 if (!cause.empty()) _LOG(log, logtype::HEADER, "Cause: %s\n", cause.c_str());
113 _LOG(log, logtype::HEADER, "signal %d (%s), code %d (%s), fault addr %s\n", si->si_signo,
127 _LOG(log, logtype::HEADER, "pid: %d, tid: %d, name: %s >>> %s <<<\n", thread_info.pid,
166 _LOG(log, logtype::STACK, "%s\n", line.c_str());
199 _LOG(log, logtype::STACK, " ........ ........\n");
205 _LOG(log, logtype::STACK, " ........ ........\n");
238 _LOG(log, logtype::HEADER, "Failed to read abort message header: %s\n", strerror(errno))
    [all...]
open_files_list.cpp 66 _LOG(log, logtype::OPEN_FILES, "%sfd %i: %s\n", prefix, file.first, file.second.c_str());
utility.cpp 46 bool is_allowed_in_logcat(enum logtype ltype) {
69 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) {
144 _LOG(log, logtype::MEMORY, "\n%s:\n", label.c_str());
221 _LOG(log, logtype::MEMORY, "%s %s\n", logline.c_str(), ascii.c_str());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py     [all...]
  /external/python/cpython2/Lib/logging/
handlers.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /external/python/cpython3/Lib/logging/
handlers.py     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp     [all...]
  /external/fio/
init.c 1224 static void gen_log_name(char *name, size_t size, const char *logtype,
1229 snprintf(name, size, "%s_%s.%d.%s", logname, logtype, num, suf);
1231 snprintf(name, size, "%s_%s.%s", logname, logtype, suf);
    [all...]
  /external/python/cpython3/Lib/test/
test_logging.py     [all...]

Completed in 237 milliseconds