/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplaySyncPerf.java | 17 package com.android.ddmuilib.log.event; 19 import com.android.ddmlib.log.EventContainer; 20 import com.android.ddmlib.log.EventLogParser; 21 import com.android.ddmlib.log.InvalidTypeException; 55 // Values from data/etc/event-log-tags 110 * @param logParser the current log parser.
|
EventLogImporter.java | 17 package com.android.ddmuilib.log.event; 19 import com.android.ddmlib.Log; 29 * Imports a textual event log. Gets tags from build path. 41 final String tagFile = top + "/system/core/logcat/event-log-tags";
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportEditor.java | 70 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderLogger.java | 88 sb.append("Exception details are logged in Window > Show View > Error Log"); 109 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description); 117 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description); 123 // Therefore, include these messages in the visible render log, 139 AdtPlugin.log(IStatus.WARNING, "%1$s: %2$s", mName, description); 150 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
ActivityLaunchAction.java | 91 // we didn't get the output but that's ok, just log it 92 AdtPlugin.log(e, "No command output when running: '%1$s' on device %2$s", command,
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
Bridge.java | 70 * @param log a {@link LayoutLog} object. Can be null. 76 LayoutLog log) {
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/ |
MonkeyRecorder.java | 33 private static final Logger LOG = Logger.getLogger(MonkeyRecorder.class.getName()); 71 LOG.log(Level.SEVERE, "Unexpected Exception", e);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectProperties.java | 229 Map<String, String> map = parsePropertyFile(propFile, null /* log */); 353 Map<String, String> map = parsePropertyFile(propFile, null /* log */); 364 * <p/>If the file is not present, null is returned with no error messages sent to the log. 367 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null. 370 public static Map<String, String> parsePropertyFile(IAbstractFile propFile, ISdkLog log) { 385 log.warning("Error parsing '%1$s': \"%2$s\" is not a valid syntax", 399 log.warning("Error parsing '%1$s': %2$s.", 403 log.warning("Error parsing '%1$s': %2$s.",
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
MockMonitor.java | 49 public void log(String format, Object... args) {
method in class:MockMonitor
|
/system/core/include/cutils/ |
logprint.h | 20 #include <cutils/log.h> 95 * returns 1 if this log line should be printed based on its priority 115 * If "map" is non-NULL, it will be used to convert the log tag number 124 * Formats a log message into a buffer 140 * Either print or do not print log line, based on filter
|
/system/core/libdiskconfig/ |
diskutils.c | 28 #include <cutils/log.h>
|
write_lst.c | 25 #include <cutils/log.h>
|
/system/core/libsysutils/src/ |
ServiceManager.cpp | 7 #include <cutils/log.h>
|
/system/core/nexus/ |
WifiScanner.cpp | 26 #include <cutils/log.h>
|
WifiStatusPoller.cpp | 26 #include <cutils/log.h>
|
/system/extras/tests/fstest/ |
perm_checker.conf | 10 /data/anr/ 000 751 root system log log 11 /data/anr/... 000 662 root system log log 88 /dev/log/ 755 755 root root root root 89 /dev/log/* 662 662 root root log log
|
/system/media/mca/filterpacks/base/native/ |
time_util.cpp | 20 #include <cutils/log.h>
|
/system/media/mca/filterpacks/imageproc/native/ |
brightness.c | 17 #include <android/log.h>
|
contrast.c | 17 #include <android/log.h>
|
/system/netd/ |
PanController.cpp | 35 #include <cutils/log.h>
|
/system/vold/ |
NetlinkManager.cpp | 30 #include <cutils/log.h>
|
Xwarp.cpp | 28 #include <cutils/log.h>
|
/external/chromium/chrome/browser/metrics/ |
metrics_log.cc | 150 // Now log plugin stability info. 237 // TODO(kmixter): Write attribute once log server supports it 238 // and remove warning log. 240 LOG(WARNING) << "Not yet able to send otherusercrashcount=" 247 // TODO(kmixter): Write attribute once log server supports it 248 // and remove warning log. 250 LOG(WARNING) << "Not yet able to send kernelcrashcount=" 257 // TODO(kmixter): Write attribute once log server supports it 258 // and remove warning log. 260 LOG(WARNING) << "Not yet able to send systemuncleanshutdowns= [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 26 import android.util.Log; 261 Log.w(LOG_TAG, "GsmConnection.proceedAfterWaitChar(): Expected " 273 Log.w(LOG_TAG, "GsmConnection.proceedAfterWaitChar(): Expected " 310 log("proceedAfterWildChar: new postDialString is " + 412 if (false) Log.d(LOG_TAG, 435 if (Phone.DEBUG_PHONE) log("update: phone # changed!"); 455 if (Phone.DEBUG_PHONE) log( 515 log("onConnectedInOrOut: connectTime=" + connectTime); 592 Log.e(LOG_TAG, "[GSMConn] UNEXPECTED; mPartialWakeLock is held when finalizing."); 603 //Log.v("GSM", "##### processNextPostDialChar: postDialState == CANCELLED, bail") 727 private void log(String msg) { method in class:GsmConnection [all...] |
/ndk/build/tools/ |
dev-system-import.sh | 113 log "Toolchain prefix: $TOOLCHAIN_PREFIX" 136 log "Target platform levels: $PLATFORMS" 168 log "Platform root (forced): $PLATFORM_ROOT" 177 log "Platform root: $PLATFORM_ROOT" 184 log "Android build tree root: $ANDROID_ROOT" 185 log "Android product out: $ANDROID_PRODUCT_OUT" 542 copy_system_headers $ANDROID_ROOT/system/core/include android/log.h
|