HomeSort by relevance Sort by last modified time
    Searched refs:LOGTAG (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /packages/apps/DeskClock/src/com/android/deskclock/
Log.java 30 public final static String LOGTAG = "AlarmClock";
35 android.util.Log.v(LOGTAG, /* SystemClock.uptimeMillis() + " " + */ logMe);
39 android.util.Log.i(LOGTAG, logMe);
43 android.util.Log.e(LOGTAG, logMe);
47 android.util.Log.e(LOGTAG, logMe, ex);
51 android.util.Log.wtf(LOGTAG, logMe);
AlarmAlertWakeLock.java 41 PowerManager.ON_AFTER_RELEASE, Log.LOGTAG);
  /frameworks/base/core/java/android/net/http/
HttpLog.java 32 private final static String LOGTAG = "http";
38 Log.v(LOGTAG, SystemClock.uptimeMillis() + " " + Thread.currentThread().getName() + " " + logMe);
42 Log.e(LOGTAG, logMe);
  /frameworks/base/tests/CoreTests/android/core/
RequestAPITest.java 38 private static final String LOGTAG = "http";
54 Log.d(LOGTAG, "Base setup context = " + mContext);
63 Log.d(LOGTAG, "Base tearDown");
65 Log.d(LOGTAG, "Base teardown done");
89 Log.d(LOGTAG, "testRequestAddNullHeader start ");
93 Log.d(LOGTAG, "testRequestAddNullHeader - returning");
101 Log.d(LOGTAG, "testRequestAddNullValue start ");
105 Log.d(LOGTAG, "testRequestAddNullValue - returning");
113 Log.d(LOGTAG, "testRequestAddEmptyValue start ");
117 Log.d(LOGTAG, "testRequestAddEmptyValue - returning")
    [all...]
TestEventHandler.java 131 Log.v(LOGTAG, "TestEventHandler:requestSent()");
161 Log.v(LOGTAG, "TestEventHandler:status() major: " + major_version +
223 Log.v(LOGTAG, "TestEventHandler:headers()");
329 Log.v(LOGTAG, "TestEventHandler: locationChanged() " +
375 Log.v(LOGTAG, "TestEventHandler: data() " + len + " bytes");
384 Log.v(LOGTAG, new String(data, 0, len));
419 Log.v(LOGTAG, "TestEventHandler: endData() called");
459 Log.v(LOGTAG, "TestEventHandler: error() called Id:" + id +
504 Log.v(LOGTAG, "TestEventHandler: handleSslErrorRequest(): "+
566 Log.d(LOGTAG, " Cant do this without delayReponse set ")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/webkit/
WebkitTest.java 30 private static final String LOGTAG = WebkitTest.class.getName();
42 Log.i(LOGTAG, "Boundary " + i + " " + dateSorter.getBoundary(i));
43 Log.i(LOGTAG, "Label " + i + " " + dateSorter.getLabel(i));
49 Log.i(LOGTAG, "now: " + dateSorter.getIndex(time));
55 Log.i(LOGTAG, "time: " + DateFormat.format("yyyy/MM/dd kk:mm:ss", c).toString() +
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
ForwardService.java 32 private static final String LOGTAG = "ForwardService";
63 Log.w(LOGTAG, "failed to start forwarder. http tests will fail.", ioe);
81 Log.v(LOGTAG, "forwarders stopped.");
93 Log.v(LOGTAG, "read forward host from file: " + host);
95 Log.v(LOGTAG, "cannot read forward host from file", ioe);
111 Log.e(LOGTAG, "failed to resolve server address", ioe);
Forwarder.java 38 private static final String LOGTAG = "Forwarder";
50 outgoing.setName(LOGTAG);
51 incoming.setName(LOGTAG);
65 Log.v(LOGTAG, "Socket#shutdownInput", e);
70 Log.v(LOGTAG, "Socket#shutdownOutput", e);
75 Log.v(LOGTAG, "Socket#close", e);
ForwardServer.java 35 private static final String LOGTAG = "ForwardServer";
57 serverThread.setName(LOGTAG);
73 Log.v(LOGTAG, "exception while closing", ioe);
101 Log.w(LOGTAG, "error while closing socket", ioe);
103 Log.w(LOGTAG, "failed to start forwarding from " + localSocket);
AdbUtils.java 34 private static final String LOGTAG = "AdbUtils";
96 Log.w(LOGTAG, "adb cmd faild.");
123 Log.w(LOGTAG, "error creating adb socket", ioe);
  /frameworks/base/keystore/java/android/security/
Credentials.java 30 private static final String LOGTAG = "Credentials";
79 Log.w(LOGTAG, e.toString());
97 Log.w(LOGTAG, e.toString());
107 Log.w(LOGTAG, e.toString());
115 Log.w(LOGTAG, e.toString());
  /frameworks/base/core/java/android/webkit/
WebSyncManager.java 44 protected static final String LOGTAG = "websync";
51 Log.v(LOGTAG, "*** WebSyncManager sync ***");
98 Log.v(LOGTAG, "*** WebSyncManager sync ***");
113 Log.v(LOGTAG, "*** WebSyncManager resetSync ***");
128 Log.v(LOGTAG, "*** WebSyncManager startSync ***, Ref count:" +
146 Log.v(LOGTAG, "*** WebSyncManager stopSync ***, Ref count:" +
CertTool.java 34 private static final String LOGTAG = "CertTool";
60 Log.w(LOGTAG, e);
PluginManager.java 62 private static final String LOGTAG = "PluginManager";
129 Log.w(LOGTAG, "Ignore bad plugin");
140 Log.w(LOGTAG, "Can't find plugin: " + serviceInfo.packageName);
200 Log.e(LOGTAG, "The plugin '" + serviceInfo.name + "' has no type defined");
206 Log.e(LOGTAG, "Unrecognized plugin type: " + pluginType);
217 Log.e(LOGTAG, "The plugin's class' " + serviceInfo.name + "' does not extend the appropriate class.");
222 Log.e(LOGTAG, "Can't find plugin: " + serviceInfo.packageName);
225 Log.e(LOGTAG, "Can't find plugin's class: " + serviceInfo.name);
JWebCoreJavaBridge.java 33 private static final String LOGTAG = "webkit-timers";
224 if (DebugFlags.J_WEB_CORE_JAVA_BRIDGE) Log.v(LOGTAG, "setSharedTimer " + timemillis);
249 Log.v(LOGTAG, "stopSharedTimer removing all timers");
269 Log.e(LOGTAG, "There is no active WebView for getSignedPublicKey");
  /packages/apps/Browser/src/com/android/browser/
Browser.java 30 private final static String LOGTAG = "browser";
52 Log.v(LOGTAG, "Browser.onCreate: this=" + this);
WebStorageSizeManager.java 89 private final static String LOGTAG = "browser";
223 Log.v(LOGTAG,
250 Log.v(LOGTAG, "onExceededDatabaseQuota: out of space.");
266 Log.v(LOGTAG,
295 Log.v(LOGTAG, "onExceededDatabaseQuota set new quota to "
312 Log.v(LOGTAG, "Received onReachedMaxAppCacheSize with spaceNeeded "
332 Log.v(LOGTAG, "onReachedMaxAppCacheSize: out of space.");
341 Log.v(LOGTAG, "onReachedMaxAppCacheSize set new max size to "
391 Log.v(LOGTAG, "scheduleOutOfSpaceNotification called.");
  /cts/tests/tests/permission/src/android/permission/cts/
NoReadLogsPermissionTest.java 33 private static final String LOGTAG = "CTS";
47 {"logcat", "-d", "AndroidRuntime:E " + LOGTAG + ":V *:S" });
48 Log.d(LOGTAG, "no read logs permission test");
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 50 private static final String LOGTAG = "ReliabilityTestActivity";
70 Log.v(LOGTAG, "onCreate, inst=" + Integer.toHexString(hashCode()));
121 Log.v(LOGTAG, "URL is null, cancelling...");
129 Log.v(LOGTAG, "Navigating to URL: " + url);
142 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
163 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress);
202 Log.v(LOGTAG, "Received WebCore error: code=" + errorCode
210 Log.v(LOGTAG, "Received SSL error: " + error.toString());
224 Log.v(LOGTAG, "onPageStarted: " + url);
229 Log.v(LOGTAG, "onPageFinished: " + url)
    [all...]
FsUtils.java 34 private static final String LOGTAG = "FsUtils";
47 Log.v(LOGTAG, "Searching tests under " + dir);
63 Log.v(LOGTAG, "Recursing on " + s);
71 Log.v(LOGTAG, "Ignoring: " + s);
77 Log.v(LOGTAG, "Recording " + s);
95 Log.e(LOGTAG, "Cannot update file " + statusFile);
110 Log.e(LOGTAG, "Error reading test status.", e);
199 Log.v(LOGTAG, "logging draw times: " + line);
205 Log.e(LOGTAG, "Failed to log draw times", ioe);
LayoutTestsAutoTest.java 128 private static final String LOGTAG = "LayoutTests";
187 Log.v(LOGTAG, "Test list has " + mTestList.size() + " test(s).");
189 Log.e(LOGTAG, "Error while reading test list : " + e.getMessage());
205 Log.e(LOGTAG, "Error reading " + TEST_STATUS_FILE);
214 Log.v(LOGTAG, "Deleted " + TEST_STATUS_FILE);
216 Log.e(LOGTAG, "Fail to delete " + TEST_STATUS_FILE);
218 Log.e(LOGTAG, "Fail to delete " + TEST_STATUS_FILE + " : " + e.getMessage());
272 Log.v(LOGTAG, " Processing result: " + testFile);
289 Log.e(LOGTAG, "File not found : " + ex.getMessage());
291 Log.e(LOGTAG, "IO Error : " + ex.getMessage())
    [all...]
Menu.java 30 private static String LOGTAG = "MenuActivity";
75 Log.e(LOGTAG, "Error when creating test list: " + e.getMessage());
ReliabilityTest.java 38 private static final String LOGTAG = "ReliabilityTest";
86 Log.v(LOGTAG, "Testing URL: " + url);
102 Log.w(LOGTAG, "Page load finished in " + elapsed
105 Log.v(LOGTAG, "Page load finished in " + elapsed + "ms");
144 Log.e(LOGTAG, "Cannot extract scripts for testing.", e);
160 Log.e(LOGTAG, "Error while reading test list.", ioe);
174 Log.e(LOGTAG, "Cannot update file " + TEST_TIMEOUT_FILE, e);
186 Log.e(LOGTAG, "Cannot update file " + TEST_LOAD_TIME_FILE, e);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 36 public static final String LOGTAG = "PowerTestActivity";
66 Log.v(LOGTAG, "onCreate, inst=" + Integer.toHexString(hashCode()));
117 Log.v(LOGTAG, "URL is null, cancelling...");
125 Log.v(LOGTAG, "Navigating to URL: " + url);
138 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
159 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress);
205 Log.v(LOGTAG, "WebCore error: code=" + errorCode
213 Log.v(LOGTAG, "onPageStarted: " + url);
218 Log.v(LOGTAG, "onPageFinished: " + url);
264 Log.v(LOGTAG, "Finishing URL: " + webView.getUrl())
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTest.java 28 private final static String LOGTAG = "JNIBindingsTest";
39 Log.v(LOGTAG, "Completing the test.");
44 Log.e(LOGTAG, "");
45 Log.e(LOGTAG, "*** ASSERTION FAILED: " + e.getMessage());
46 Log.e(LOGTAG, "*** Stack trace:");
49 Log.e(LOGTAG, "***\t" + elem.toString());
51 Log.e(LOGTAG, "");

Completed in 336 milliseconds

1 2 3 4