Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 35) sorted by relevance

12

/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp44 static void dump_process_header(log_t* log, pid_t pid, const char* process_name) { in dump_process_header()
58 static void dump_process_footer(log_t* log, pid_t pid) { in dump_process_footer()
64 log_t log; in dump_backtrace_thread() local
82 log_t log; in dump_backtrace() local
105 log_t log; in dump_backtrace_header() local
115 log_t log; in dump_backtrace_footer() local
Dtombstone.cpp71 static void dump_header_info(log_t* log) { in dump_header_info()
80 static void dump_timestamp(log_t* log, time_t time) { in dump_timestamp()
89 static void dump_probable_cause(log_t* log, const siginfo_t* si, unwindstack::Maps* maps) { in dump_probable_cause()
118 static void dump_signal_info(log_t* log, const ThreadInfo& thread_info, in dump_signal_info()
144 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) { in dump_thread_info()
157 static void dump_stack_segment(log_t* log, unwindstack::Maps* maps, unwindstack::Memory* memory, in dump_stack_segment()
196 static void dump_stack(log_t* log, const std::vector<unwindstack::FrameData>& frames, in dump_stack()
269 static void dump_abort_message(log_t* log, unwindstack::Memory* process_memory, uint64_t address) { in dump_abort_message()
298 static void dump_all_maps(log_t* log, unwindstack::Unwinder* unwinder, uint64_t addr) { in dump_all_maps()
375 static void print_register_row(log_t* log, in print_register_row()
[all …]
Dutility.cpp69 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG()
124 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) {
427 void log_backtrace(log_t* log, unwindstack::Unwinder* unwinder, const char* prefix) {
Dopen_files_list.cpp121 void dump_open_files_list(log_t* log, const OpenFilesList& files, const char* prefix) { in dump_open_files_list()
/system/core/libmetricslogger/
Dmetrics_logger.cpp52 android_log_event_list log(kSysuiMultiActionTag); in LogHistogram() local
65 android_log_event_list log(kSysuiMultiActionTag); in LogCounter() local
77 android_log_event_list log(kSysuiMultiActionTag); in LogMultiAction() local
/system/netd/libnetdutils/include/netdutils/
DLog.h123 void log(const std::string& entry) { record(Level::LOG, entry); } in log() function
125 void log(const char entry[n]) { log(std::string(entry)); } in log() function
126 void log(const LogEntry& entry) { log(entry.toString()); } in log() function
127 void log(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in log() function
/system/core/init/
Dbootchart.cpp93 static void log_uptime(FILE* log) { in log_uptime()
97 static void log_file(FILE* log, const char* procfile) { in log_file()
106 static void log_processes(FILE* log) { in log_processes()
/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
DErrorLog.h69 void log(const T &code, int64_t nowNs) in log() function
/system/update_engine/scripts/
Dtest_paycheck.sh67 log() { function
/system/security/keystore/
Dtest-keystore28 function log() { function
/system/core/libunwindstack/
DLog.cpp39 void log(uint8_t indent, const char* format, ...) { in log() function
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestLogger.java37 public void log(String line) { in log() method in TestLogger
/system/tools/aidl/
Daidl_to_cpp.h35 const string log; // name of the variable of type Json::Value to write the log into member
/system/chre/pal/include/chre/pal/
Dsystem.h80 void (*log)(enum chreLogLevel level, const char *formatStr, ...); member
/system/chre/platform/linux/
Dplatform_log.cc71 void PlatformLog::log(const char *formatStr, ...) { in log() function in chre::PlatformLog
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
Dnative-lib.cpp26 static void log(const char* msg) { in log() function
/system/netd/resolv/include/netd_resolv/
Dresolv.h99 log_callback log; member
/system/core/libutils/
DCallStack.cpp53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log() function in android::CallStack
DProcessCallStack.cpp192 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, in log() function in android::ProcessCallStack
/system/libhidl/base/
DHidlInternal.cpp123 void HidlInstrumentor::configureInstrumentation(bool log) { in configureInstrumentation()
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestHelper.java134 StringBuilder log = new StringBuilder(); in compile() local
/system/core/libmemunreachable/tests/
DMemUnreachable_test.cpp229 TEST_F(MemunreachableTest, log) { in TEST_F() argument
/system/media/audio_utils/
DPowerLog.cpp64 void PowerLog::log(const void *buffer, size_t frames, int64_t nowNs) in log() function in android::PowerLog
/system/libvintf/
DAssembleVintf.cpp92 bool getFlag(const std::string& key, T* value, bool log = true) const { in getFlag()
114 bool getFlagIfUnset(const std::string& envKey, T* out, bool log = true) const { in getFlagIfUnset()

12