Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 27) 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()
63 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.cpp72 static void dump_header_info(log_t* log) { in dump_header_info()
81 static void dump_probable_cause(log_t* log, const siginfo_t* si) { in dump_probable_cause()
105 static void dump_signal_info(log_t* log, const siginfo_t* si) { in dump_signal_info()
119 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) { in dump_thread_info()
131 static void dump_stack_segment(log_t* log, BacktraceMap* backtrace_map, Memory* process_memory, in dump_stack_segment()
172 static void dump_stack(log_t* log, BacktraceMap* backtrace_map, Memory* process_memory, in dump_stack()
231 static void dump_abort_message(log_t* log, Memory* process_memory, uint64_t address) { in dump_abort_message()
257 static void dump_all_maps(log_t* log, BacktraceMap* map, Memory* process_memory, uint64_t addr) { in dump_all_maps()
331 void dump_backtrace(log_t* log, std::vector<backtrace_frame_data_t>& frames, const char* prefix) { in dump_backtrace()
337 static void print_register_row(log_t* log, in print_register_row()
[all …]
Dopen_files_list.cpp64 void dump_open_files_list(log_t* log, const OpenFilesList& files, const char* prefix) { in dump_open_files_list()
Dutility.cpp69 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG()
127 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) {
/system/chre/platform/linux/
Dplatform_log.cc70 void PlatformLog::log(const char *formatStr, ...) { in log() function in chre::PlatformLog
80 std::unique_ptr<char> log(formattedStr); in log() local
/system/core/libmetricslogger/
Dmetrics_logger.cpp42 android_log_event_list log(kSysuiMultiActionTag); in LogHistogram() local
49 android_log_event_list log(kSysuiMultiActionTag); in LogCounter() local
56 android_log_event_list log(kSysuiMultiActionTag); in LogMultiAction() local
/system/core/init/
Dbootchart.cpp91 static void log_uptime(FILE* log) { in log_uptime()
95 static void log_file(FILE* log, const char* procfile) { in log_file()
104 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.sh60 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/security/keystore/
Dtest-keystore28 function log() { function
/system/core/libunwindstack/
DLog.cpp39 void log(uint8_t indent, const char* format, ...) { in log() function
DArmExidx.h74 void set_log(bool log) { log_ = log; } in set_log()
/system/core/liblog/
Dlocal_logger.c135 static void LogBufferInit(struct LogBuffer* log) { in LogBufferInit()
158 static void LogBufferClear(struct LogBuffer* log) { in LogBufferClear()
177 static inline void LogBufferFree(struct LogBuffer* log) { in LogBufferFree()
185 static int LogBufferLog(struct LogBuffer* log, in LogBufferLog()
243 struct LogBuffer* log; in writeToLocalInit() local
/system/chre/pal/include/chre/pal/
Dsystem.h80 void (*log)(enum chreLogLevel level, const char *formatStr, ...); member
/system/core/libutils/
DCallStack.cpp54 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.cpp122 void HidlInstrumentor::configureInstrumentation(bool log) { in configureInstrumentation()
/system/core/libmemunreachable/tests/
DMemUnreachable_test.cpp229 TEST_F(MemunreachableTest, log) { in TEST_F() argument
/system/media/audio_utils/
DPowerLog.cpp62 void PowerLog::log(const void *buffer, size_t frames, int64_t nowNs) in log() function in android::PowerLog
/system/core/logd/
DLogAudit.cpp418 int LogAudit::log(char* buf, size_t len) { in log() function in LogAudit
DLogBuffer.cpp201 int LogBuffer::log(log_id_t log_id, log_time realtime, uid_t uid, pid_t pid, in log() function in LogBuffer
388 void LogBuffer::log(LogBufferElement* elem) { in log() function in LogBuffer
/system/update_engine/
Dpayload_state.cc1128 bool log) { in SetCurrentBytesDownloaded()
1152 bool log) { in SetTotalBytesDownloaded()
/system/chre/host/msm/daemon/
Dchre_daemon.cc177 const char *log = reinterpret_cast<const char *>(&logData.data()[i]); in parseAndEmitLogMessages() local

12