Searched refs:log (Results 1 - 25 of 114) sorted by last modified time

12345

/system/security/keystore/
H A Dkeystore.cpp47 #include <cutils/log.h>
H A Dkeystore_client.cpp23 #include <cutils/log.h>
H A Dtest-keystore20 log_file=$prefix.log
28 function log() { function
61 log "comparing $baseline_file and $log_file"
62 diff $baseline_file $log_file || (log $tag FAILED && exit 1)
70 log "reset keystore as system user"
78 log "root does not have permission to run test"
82 log "but system user does"
87 log "password is now bar"
93 log "no error implies initialized and unlocked"
97 log "sa
[all...]
/system/security/keystore-engine/
H A Deng_keystore.cpp41 #include <cutils/log.h>
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp37 #include <cutils/log.h>
/system/vold/
H A DCommandListener.cpp28 #include <cutils/log.h>
H A DDevmapper.cpp33 #include <cutils/log.h>
H A DDirectVolume.cpp26 #include <cutils/log.h>
H A DExt4.cpp38 #include <cutils/log.h>
H A DFat.cpp38 #include <cutils/log.h>
H A DLoop.cpp33 #include <cutils/log.h>
H A DNetlinkHandler.cpp24 #include <cutils/log.h>
H A DNetlinkManager.cpp30 #include <cutils/log.h>
H A DProcess.cpp31 #include <cutils/log.h>
H A DResponseCode.cpp23 #include <cutils/log.h>
H A DVolume.cpp41 #include <cutils/log.h>
H A DVolumeManager.cpp35 #include <cutils/log.h>
H A DXwarp.cpp28 #include <cutils/log.h>
/system/bluetooth/bluedroid/
H A Dbluetooth.c27 #include <cutils/log.h>
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c28 ** <-d> to print a debug log
131 #include <cutils/log.h>
399 printf("\t<-d> to print a debug log\n");
/system/core/debuggerd/arm/
H A Dmachine.c45 static void dump_memory(log_t* log, pid_t tid, uintptr_t addr, bool at_fault) { argument
105 _LOG(log, !at_fault, " %s %s\n", code_buffer, ascii_buffer);
114 log_t* log, pid_t tid, bool at_fault) { variable
135 _LOG(log, false, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
136 dump_memory(log, tid, addr, at_fault);
140 _LOG(log, !at_fault, "\ncode around pc:\n");
141 dump_memory(log, tid, (uintptr_t)regs.ARM_pc, at_fault);
144 _LOG(log, !at_fault, "\ncode around lr:\n");
145 dump_memory(log, tid, (uintptr_t)regs.ARM_lr, at_fault);
150 log_t* log, pid_ variable
[all...]
/system/core/debuggerd/
H A Dbacktrace.c37 static void dump_process_header(log_t* log, pid_t pid) { argument
54 _LOG(log, false, "\n\n----- pid %d at %s -----\n", pid, timestr);
57 _LOG(log, false, "Cmd line: %s\n", procname);
61 static void dump_process_footer(log_t* log, pid_t pid) { argument
62 _LOG(log, false, "\n----- end %d -----\n", pid);
65 static void dump_thread(log_t* log, pid_t tid, ptrace_context_t* context, bool attached, argument
84 _LOG(log, false, "\n\"%s\" sysTid=%d\n", threadname ? threadname : "<unknown>", tid);
87 _LOG(log, false, "Could not attach to thread: %s\n", strerror(errno));
96 _LOG(log, false, "Could not obtain stack trace for thread.\n");
104 _LOG(log, fals
117 log_t log; local
[all...]
H A Dgetevent.c13 #include <cutils/log.h>
H A Dmachine.h28 void dump_memory_and_code(const ptrace_context_t* context, log_t* log, pid_t tid, bool at_fault);
29 void dump_registers(const ptrace_context_t* context, log_t* log, pid_t tid, bool at_fault);
/system/core/debuggerd/mips/
H A Dmachine.c39 static void dump_memory(log_t* log, pid_t tid, uintptr_t addr, bool at_fault) { argument
95 _LOG(log, !at_fault, " %s %s\n", code_buffer, ascii_buffer);
104 log_t* log, pid_t tid, bool at_fault) { variable
132 _LOG(log, false, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
133 dump_memory(log, tid, addr, at_fault);
140 _LOG(log, !at_fault, "\ncode around pc:\n");
141 dump_memory(log, tid, (uintptr_t)pc, at_fault);
144 _LOG(log, !at_fault, "\ncode around ra:\n");
145 dump_memory(log, tid, (uintptr_t)ra, at_fault);
150 log_t* log, pid_ variable
[all...]

Completed in 726 milliseconds

12345