Searched refs:LOGTAG (Results 1 - 25 of 50) sorted by relevance

12

/frameworks/base/core/java/android/net/http/
H A DHttpLog.java32 private final static String LOGTAG = "http"; field in class:HttpLog
38 Log.v(LOGTAG, SystemClock.uptimeMillis() + " " + Thread.currentThread().getName() + " " + logMe);
42 Log.e(LOGTAG, logMe);
/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java38 private static final String LOGTAG = "http"; field in class:RequestAPITest
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, "testRequestAddEmptyValu
[all...]
H A DTestEventHandler.java131 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, " Can
813 protected final static String LOGTAG = "http"; field in class:TestEventHandler
[all...]
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DWebkitTest.java30 private static final String LOGTAG = WebkitTest.class.getName(); field in class:WebkitTest
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/
H A DForwardService.java32 private static final String LOGTAG = "ForwardService"; field in class: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);
H A DForwarder.java38 private static final String LOGTAG = "Forwarder"; field in class: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);
H A DForwardServer.java35 private static final String LOGTAG = "ForwardServer"; field in class: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);
H A DAdbUtils.java34 private static final String LOGTAG = "AdbUtils"; field in class:AdbUtils
96 Log.w(LOGTAG, "adb cmd faild.");
123 Log.w(LOGTAG, "error creating adb socket", ioe);
/frameworks/base/keystore/java/android/security/
H A DCredentials.java30 private static final String LOGTAG = "Credentials"; field in class: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/
H A DWebSyncManager.java44 protected static final String LOGTAG = "websync"; field in class:WebSyncManager
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:" +
H A DCertTool.java34 private static final String LOGTAG = "CertTool"; field in class:CertTool
60 Log.w(LOGTAG, e);
H A DPluginManager.java62 private static final String LOGTAG = "PluginManager"; field in class: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);
H A DJWebCoreJavaBridge.java33 private static final String LOGTAG = "webkit-timers"; field in class:JWebCoreJavaBridge
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");
H A DCookieSyncManager.java174 Log.v(LOGTAG, "CookieSyncManager::syncFromRamToFlash STARTS");
191 Log.v(LOGTAG, "CookieSyncManager::syncFromRamToFlash DONE");
H A DLoadListener.java51 private static final String LOGTAG = "webkit"; field in class:LoadListener
159 Log.v(LOGTAG, "LoadListener constructor url=" + url);
312 if (DebugFlags.LOAD_LISTENER) Log.v(LOGTAG, "LoadListener.headers");
518 Log.v(LOGTAG, "LoadListener: from: " + mUrl
559 Log.v(LOGTAG, "LoadListener.certificate: " + certificate);
583 Log.v(LOGTAG, "LoadListener.error url:" +
610 Log.v(LOGTAG, "LoadListener.data(): url: " + url());
637 Log.v(LOGTAG, "LoadListener.endData(): url: " + url());
709 Log.v(LOGTAG, "LoadListener cache load url=" + url());
762 Log.v(LOGTAG, "FrameLoade
[all...]
H A DNetwork.java32 private static final String LOGTAG = "network"; field in class:Network
272 Log.v(LOGTAG, "Network.saveState()");
286 Log.v(LOGTAG, "Network.restoreState()");
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java50 private static final String LOGTAG = "ReliabilityTestActivity"; field in class: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, "onPageFinishe
[all...]
H A DFsUtils.java34 private static final String LOGTAG = "FsUtils"; field in class: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);
H A DLayoutTestsAutoTest.java128 private static final String LOGTAG = "LayoutTests"; field in class:LayoutTestsAutoTest
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, "I
[all...]
H A DMenu.java30 private static String LOGTAG = "MenuActivity"; field in class:Menu
75 Log.e(LOGTAG, "Error when creating test list: " + e.getMessage());
H A DReliabilityTest.java38 private static final String LOGTAG = "ReliabilityTest"; field in class: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);
H A DTestShellActivity.java98 Log.v(LOGTAG, "message sent to WebView to dump text.");
175 Log.v(LOGTAG, " Loading " + mTestUrl);
190 Log.e(LOGTAG, "Failed to open test list for read.", ioe);
202 Log.w(LOGTAG, "Failed to close test list file.", ioe);
213 Log.e(LOGTAG, "Failed to read next test.", ioe);
259 Log.e(LOGTAG, "Low memory, clearing caches");
299 Log.e(LOGTAG, "Cannot write to " + mResultFile + ", " + ex.getMessage());
335 Log.v(LOGTAG, "dumpAsText called: "+url);
342 Log.v(LOGTAG, "waitUntilDone called: " + url);
347 Log.v(LOGTAG, "notifyDon
855 static final String LOGTAG="TestShell"; field in class:TestShellActivity
[all...]
H A DLoadTestsAutoTest.java37 private final static String LOGTAG = "LoadTest"; field in class:LoadTestsAutoTest
63 Log.e(LOGTAG, "No test specified");
69 Log.v(LOGTAG, "About to run tests, calling gc first...");
88 Log.v(LOGTAG, "freeMem: calling gc/finalization...");
110 Log.v(LOGTAG, "Dumping memory information.");
160 Log.e(LOGTAG, e.getMessage());
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java36 public static final String LOGTAG = "PowerTestActivity"; field in class: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, "Finishin
[all...]
H A DPowerMeasurement.java29 private static final String LOGTAG = "PowerMeasurement"; field in class:PowerMeasurement
64 Log.v(LOGTAG, "Page is loaded in " + activity.getPageLoadTime() + " ms.");

Completed in 260 milliseconds

12