Home
last modified time | relevance | path

Searched refs:debugf (Results 1 – 3 of 3) sorted by relevance

/system/ulib/inspector/
A Ddso-list.cpp201 debugf(2, "returning %d, already tried to find debug file for %s\n", in inspector_dso_find_debug_file()
211 debugf(1, "OOM building debug file path for dso %s\n", dso->name); in inspector_dso_find_debug_file()
216 debugf(1, "looking for debug file %s\n", path); in inspector_dso_find_debug_file()
220 debugf(1, "debug file for dso %s not found: %s\n", dso->name, path); in inspector_dso_find_debug_file()
224 debugf(1, "found debug file for dso %s: %s\n", dso->name, path); in inspector_dso_find_debug_file()
A Dbacktrace.cpp96 debugf(1, "unable to initialize debug info cache\n"); in DebugInfoCache()
124 debugf(1, "No DSO found for pc %p\n", (void*) pc); in GetDebugInfo()
146 debugf(1, "using cached debug info entry for pc %p\n", (void*) pc); in GetDebugInfo()
173 debugf(1, "backtrace_create_state failed (OOM)\n"); in GetDebugInfo()
A Dutils-impl.h33 #define debugf(level, fmt...) \ macro

Completed in 8 milliseconds