HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 51 - 75 of 2018) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayFilteredLog.java 17 package com.android.ddmuilib.log.event;
19 import com.android.ddmlib.log.EventContainer;
20 import com.android.ddmlib.log.EventLogParser;
  /system/core/debuggerd/
tombstone.c 125 static void dump_build_info(log_t* log)
131 _LOG(log, false, "Build fingerprint: '%s'\n", fingerprint);
134 static void dump_fault_addr(log_t* log, pid_t tid, int sig)
140 _LOG(log, false, "cannot get siginfo: %s\n", strerror(errno));
142 _LOG(log, false, "signal %d (%s), code %d (%s), fault addr %08x\n",
147 _LOG(log, false, "signal %d (%s), code %d (%s), fault addr --------\n",
152 static void dump_thread_info(log_t* log, pid_t pid, pid_t tid, bool at_fault) {
180 _LOG(log, false, "pid: %d, tid: %d, name: %s >>> %s <<<\n", pid, tid,
184 _LOG(log, true, "pid: %d, tid: %d, name: %s\n", pid, tid,
190 log_t* log, pid_t tid __attribute((unused)), bool at_fault variable
692 log_t log; local
    [all...]
backtrace.c 37 static void dump_process_header(log_t* log, pid_t pid) {
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) {
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,
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, false, " %s\n", line)
117 log_t log; local
    [all...]
  /cts/tests/tests/opengl/libopengltest/
attach_shader_five.h 24 #include <android/log.h>
attach_shader_four.h 24 #include <android/log.h>
attach_shader_one.h 24 #include <android/log.h>
attach_shader_six.h 24 #include <android/log.h>
attach_shader_three.h 24 #include <android/log.h>
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 49 import org.apache.maven.plugin.logging.Log;
120 * If set to true, the generated parser code will log rule entry and exit points
247 Log log = getLog(); local
252 if (log.isDebugEnabled()) {
258 log.debug("ANTLR: Exclude: " + e);
265 log.debug("ANTLR: Include: " + e);
270 log.debug("ANTLR: Output: " + outputDirectory);
274 log.debug("ANTLR: Library: " + libDirectory);
278 log.debug("ANTLR: report : " + report)
    [all...]
  /external/skia/src/ports/
SkDebug_android.cpp 15 #include <android/log.h>
  /external/webkit/Tools/Scripts/webkitpy/python24/
versioning.py 100 def check_version(log=None, sysmodule=None, target_version=None):
107 log: A logging.logger instance to use when logging the version warning.
117 if log is None:
118 log = _log
132 log.warn(message)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closebugforlanddiff.py 32 from webkitpy.common.system.deprecated_logging import log namespace
49 log("Updating bug %s" % bug_id)
57 log(comment_text)
58 log("No bug id provided.")
  /frameworks/base/services/input/
InputApplication.cpp 21 #include <cutils/log.h>
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Log.h 19 #include <android/log.h>
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Log.h 19 #include <android/log.h>
  /system/core/libcorkscrew/arch-x86/
ptrace-x86.c 22 #include <cutils/log.h>
  /system/core/libcorkscrew/
demangle.c 22 #include <cutils/log.h>
  /system/core/libdiskconfig/
dump_diskconfig.c 21 #include <cutils/log.h>
  /system/core/libnl_2/
dbg.c 2 #include <android/log.h>
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 27 * <p>Factory for creating {@link Log} instances. Applications should call
29 * of the configured {@link Log} implementation class.</p>
45 * <code>org.apache.commons.logging.log</code> to the name of the
46 * <code>org.apache.commons.logging.Log</code> implementation class
69 /** Constructor for current log class */
100 // Set the default Log implementation
103 name = System.getProperty("org.apache.commons.logging.log");
105 name = System.getProperty("org.apache.commons.logging.Log");
157 * Set the log implementation/log implementation factor
195 Log log = (Log) (logs.get(name)); local
236 Log log = null; local
    [all...]
  /external/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/regex-re2/
runtests 7 if sh -c "$i >$i.log 2>&1" 2>/dev/null
11 echo FAIL';' output in $i.log
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
AsyncChannelTest.java 21 import android.util.Log;
35 if (DBG) log("test1");
40 protected void log(String s) { method in class:AsyncChannelTest
41 Log.d(TAG, s);
  /frameworks/base/core/tests/overlaytests/
runtests.sh 13 rm $log
15 echo "There were errors, please check log at $log"
19 log=$(mktemp)
28 ONE_SHOT_MAKEFILE="$android_mk" make -C "../../../../../" files | tee -a $log
59 $adb shell am instrument -w -e class $class com.android.overlaytest/android.test.InstrumentationTestRunner | tee -a $log
65 $adb remount | tee -a $log
66 $adb sync data | tee -a $log
89 exit $(grep -c -e '^FAILURES' $log)
  /ndk/build/tools/
build-host-make.sh 50 log "Auto-config: --out=$OUT"
60 log "Using sources from: $GNUMAKE_SRCDIR"
69 log "Copying sources to temporary directory: $TMP_SRCDIR"
81 log "Configuring the build"
89 log "Building make"
93 log "Copying executable to prebuilt location"
105 log "Cleaning up"
108 log "Done."

Completed in 1050 milliseconds

1 23 4 5 6 7 8 91011>>