Home
last modified time | relevance | path

Searched refs:LOGTAG (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/base/tests/CoreTests/android/core/
DRequestAPITest.java38 private static final String LOGTAG = "http"; field in RequestAPITest
54 Log.d(LOGTAG, "Base setup context = " + mContext); in setUp()
63 Log.d(LOGTAG, "Base tearDown"); in tearDown()
65 Log.d(LOGTAG, "Base teardown done"); in tearDown()
89 Log.d(LOGTAG, "testRequestAddNullHeader start "); in testRequestAddNullHeader()
93 Log.d(LOGTAG, "testRequestAddNullHeader - returning"); in testRequestAddNullHeader()
101 Log.d(LOGTAG, "testRequestAddNullValue start "); in testRequestAddNullValue()
105 Log.d(LOGTAG, "testRequestAddNullValue - returning"); in testRequestAddNullValue()
113 Log.d(LOGTAG, "testRequestAddEmptyValue start "); in testRequestAddEmptyValue()
117 Log.d(LOGTAG, "testRequestAddEmptyValue - returning"); in testRequestAddEmptyValue()
[all …]
DTestEventHandler.java130 Log.v(LOGTAG, "TestEventHandler:requestSent()"); in requestSent()
160 Log.v(LOGTAG, "TestEventHandler:status() major: " + major_version + in status()
222 Log.v(LOGTAG, "TestEventHandler:headers()"); in headers()
328 Log.v(LOGTAG, "TestEventHandler: locationChanged() " + in locationChanged()
374 Log.v(LOGTAG, "TestEventHandler: data() " + len + " bytes"); in data()
383 Log.v(LOGTAG, new String(data, 0, len)); in data()
418 Log.v(LOGTAG, "TestEventHandler: endData() called"); in endData()
458 Log.v(LOGTAG, "TestEventHandler: error() called Id:" + id + in error()
503 Log.v(LOGTAG, "TestEventHandler: handleSslErrorRequest(): "+ in handleSslErrorRequest()
565 Log.d(LOGTAG, " Cant do this without delayReponse set "); in waitForRequestResponse()
[all …]
/frameworks/base/core/java/android/webkit/
DWebViewFactory.java37 private static final String LOGTAG = "WebViewFactory"; field in WebViewFactory
59 if (DEBUG) Log.v(LOGTAG, "Loaded Chromium provider: " + sProviderInstance); in getProvider()
66 if (DEBUG) Log.v(LOGTAG, "Falling back to default provider: " in getProvider()
71 if (DEBUG) Log.v(LOGTAG, "Falling back to explicit linkage"); in getProvider()
90 if (DEBUG) Log.v(LOGTAG, "attempt to load class " + providerName); in getFactoryByName()
92 if (DEBUG) Log.v(LOGTAG, "instantiating factory"); in getFactoryByName()
95 Log.e(LOGTAG, "error loading " + providerName, e); in getFactoryByName()
97 Log.e(LOGTAG, "error loading " + providerName, e); in getFactoryByName()
99 Log.e(LOGTAG, "error loading " + providerName, e); in getFactoryByName()
DPluginManager.java62 private static final String LOGTAG = "PluginManager"; field in PluginManager
129 Log.w(LOGTAG, "Ignore bad plugin"); in getPluginDirectories()
140 Log.w(LOGTAG, "Can't find plugin: " + serviceInfo.packageName); in getPluginDirectories()
170 Log.e(LOGTAG, "The plugin '" + serviceInfo.name + "' has no type defined"); in getPluginDirectories()
176 Log.e(LOGTAG, "Unrecognized plugin type: " + pluginType); in getPluginDirectories()
187 …Log.e(LOGTAG, "The plugin's class' " + serviceInfo.name + "' does not extend the appropriate class… in getPluginDirectories()
192 Log.e(LOGTAG, "Can't find plugin: " + serviceInfo.packageName); in getPluginDirectories()
195 Log.e(LOGTAG, "Can't find plugin's class: " + serviceInfo.name); in getPluginDirectories()
220 Log.w(LOGTAG, "Can't find plugin: " + pluginAPKName); in containsPluginPermissionAndSignatures()
DWebSyncManager.java44 protected static final String LOGTAG = "websync"; field in WebSyncManager
51 Log.v(LOGTAG, "*** WebSyncManager sync ***"); in handleMessage()
98 Log.v(LOGTAG, "*** WebSyncManager sync ***"); in sync()
113 Log.v(LOGTAG, "*** WebSyncManager resetSync ***"); in resetSync()
128 Log.v(LOGTAG, "*** WebSyncManager startSync ***, Ref count:" + in startSync()
146 Log.v(LOGTAG, "*** WebSyncManager stopSync ***, Ref count:" + in stopSync()
DWebViewDatabaseClassic.java36 private static final String LOGTAG = "WebViewDatabaseClassic"; field in WebViewDatabaseClassic
215 Log.i(LOGTAG, "Upgrading database from version " in upgradeDatabaseToV10()
282 Log.e(LOGTAG, "Caught exception while checking " + in checkInitialized()
284 Log.e(LOGTAG, Log.getStackTraceString(e)); in checkInitialized()
303 Log.e(LOGTAG, "hasEntries", e); in hasEntries()
369 Log.e(LOGTAG, "getUsernamePassword", e); in getUsernamePassword()
466 Log.e(LOGTAG, "getHttpAuthUsernamePassword", e); in getHttpAuthUsernamePassword()
531 Log.e(LOGTAG, "setFormData", e); in setFormData()
590 Log.e(LOGTAG, "getFormData dataCursor", e); in getFormData()
596 Log.e(LOGTAG, "getFormData cursor", e); in getFormData()
DCacheManager.java49 private static final String LOGTAG = "cache"; field in CacheManager
339 Log.v(LOGTAG, "getCacheFile(): Failed to open file: " + e); in getCacheFile()
364 Log.v(LOGTAG, "getCacheFile for url " + url); in getCacheFile()
445 Log.e(LOGTAG, f.getPath() + " delete failed."); in removeAllCacheFiles()
DCookieManagerClassic.java28 private static final String LOGTAG = "webkit"; field in CookieManagerClassic
69 Log.e(LOGTAG, "Bad address: " + url); in setCookie()
87 Log.e(LOGTAG, "Bad address: " + url); in getCookie()
DWebTextView.java27 private static final String LOGTAG = "WebTextView"; field in WebTextView
47 Log.e(LOGTAG, "Unable to parse URL "+url); in urlForAutoCompleteData()
DCookieSyncManager.java97 Log.v(LOGTAG, "CookieSyncManager::syncFromRamToFlash STARTS"); in syncFromRamToFlash()
109 Log.v(LOGTAG, "CookieSyncManager::syncFromRamToFlash DONE"); in syncFromRamToFlash()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DTestShellActivity.java90 Log.v(LOGTAG, "Received WebView dump data"); in handleMessage()
109 Log.v(LOGTAG, "message sent to WebView to dump text."); in requestWebKitData()
126 Log.v(LOGTAG, "setting dump timeout at " + timeout); in setDumpTimeout()
206 Log.v(LOGTAG, " Loading " + mTestUrl); in executeIntent()
226 Log.e(LOGTAG, "Failed to open test list for read.", ioe); in beginUiAutoTest()
238 Log.w(LOGTAG, "Failed to close test list file.", ioe); in finishUiAutoTest()
249 Log.e(LOGTAG, "Failed to read next test.", ioe); in moveToNextTest()
299 Log.e(LOGTAG, "Low memory, clearing caches"); in onLowMemory()
343 Log.e(LOGTAG, "Cannot write to " + mResultFile + ", " + ex.getMessage()); in dump()
379 Log.v(LOGTAG, "dumpAsText(enablePixelTests == true) not implemented on Android!"); in dumpAsText()
[all …]
DReliabilityTestActivity.java50 private static final String LOGTAG = "ReliabilityTestActivity"; field in ReliabilityTestActivity
70 Log.v(LOGTAG, "onCreate, inst=" + Integer.toHexString(hashCode())); in onCreate()
121 Log.v(LOGTAG, "URL is null, cancelling..."); in navigate()
129 Log.v(LOGTAG, "Navigating to URL: " + url); in navigate()
142 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode())); in onDestroy()
163 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress); in handleTimeout()
202 Log.v(LOGTAG, "Received WebCore error: code=" + errorCode in onReceivedError()
210 Log.v(LOGTAG, "Received SSL error: " + error.toString()); in onReceivedSslError()
224 Log.v(LOGTAG, "onPageStarted: " + url); in onPageStarted()
229 Log.v(LOGTAG, "onPageFinished: " + url); in onPageFinished()
[all …]
DFsUtils.java35 private static final String LOGTAG = "FsUtils"; field in FsUtils
59 Log.v(LOGTAG, "Searching tests under " + dir); in writeLayoutTestListRecursively()
75 Log.v(LOGTAG, "Recursing on " + s); in writeLayoutTestListRecursively()
83 Log.v(LOGTAG, "Ignoring: " + s); in writeLayoutTestListRecursively()
91 Log.v(LOGTAG, "Recording " + s); in writeLayoutTestListRecursively()
111 Log.e(LOGTAG, "Cannot update file " + statusFile); in updateTestStatus()
126 Log.e(LOGTAG, "Error reading test status.", e); in readTestStatus()
215 Log.v(LOGTAG, "logging draw times: " + line); in writeDrawTime()
221 Log.e(LOGTAG, "Failed to log draw times", ioe); in writeDrawTime()
DLayoutTestsAutoTest.java128 private static final String LOGTAG = "LayoutTests"; field in LayoutTestsAutoTest
181 Log.v(LOGTAG, "Test list has " + mTestList.size() + " test(s)."); in getTestList()
183 Log.e(LOGTAG, "Error while reading test list : " + e.getMessage()); in getTestList()
201 Log.e(LOGTAG, "Error reading " + TEST_STATUS_FILE); in resumeTestList()
210 Log.v(LOGTAG, "Deleted " + TEST_STATUS_FILE); in clearTestStatus()
212 Log.e(LOGTAG, "Fail to delete " + TEST_STATUS_FILE); in clearTestStatus()
214 Log.e(LOGTAG, "Fail to delete " + TEST_STATUS_FILE + " : " + e.getMessage()); in clearTestStatus()
276 Log.v(LOGTAG, " Processing result: " + testFile); in processResult()
293 Log.e(LOGTAG, "File not found : " + ex.getMessage()); in processResult()
295 Log.e(LOGTAG, "IO Error : " + ex.getMessage()); in processResult()
[all …]
DLoadTestsAutoTest.java46 private final static String LOGTAG = "LoadTest"; field in LoadTestsAutoTest
97 Log.d(LOGTAG, "using path: " + runner.mTestPath); in runPageCyclerTest()
106 Log.v(LOGTAG, "About to run tests, calling gc first..."); in runPageCyclerTest()
134 Log.v(LOGTAG, "freeMem: calling gc..."); in freeMem()
149 Log.w(LOGTAG, "gc did not happen in 10s"); in freeMem()
163 Log.v(LOGTAG, "Dumping memory information."); in dumpMemoryInfo()
213 Log.e(LOGTAG, e.getMessage()); in dumpMemoryInfo()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java36 public static final String LOGTAG = "PowerTestActivity"; field in PowerTestActivity
66 Log.v(LOGTAG, "onCreate, inst=" + Integer.toHexString(hashCode())); in onCreate()
117 Log.v(LOGTAG, "URL is null, cancelling..."); in navigate()
125 Log.v(LOGTAG, "Navigating to URL: " + url); in navigate()
138 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode())); in onDestroy()
159 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress); in handleTimeout()
205 Log.v(LOGTAG, "WebCore error: code=" + errorCode in onReceivedError()
213 Log.v(LOGTAG, "onPageStarted: " + url); in onPageStarted()
218 Log.v(LOGTAG, "onPageFinished: " + url); in onPageFinished()
264 Log.v(LOGTAG, "Finishing URL: " + webView.getUrl()); in run()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DForwarder.java38 private static final String LOGTAG = "Forwarder"; field in Forwarder
51 outgoing.setName(LOGTAG); in start()
52 incoming.setName(LOGTAG); in start()
66 Log.v(LOGTAG, "Socket#shutdownInput", e); in shutdown()
71 Log.v(LOGTAG, "Socket#shutdownOutput", e); in shutdown()
76 Log.v(LOGTAG, "Socket#close", e); in shutdown()
DForwardService.java33 private static final String LOGTAG = "ForwardService"; field in ForwardService
65 Log.w(LOGTAG, "failed to start forwarder. http tests will fail.", ioe); in startForwardService()
83 Log.v(LOGTAG, "forwarders stopped."); in stopForwardService()
95 Log.v(LOGTAG, "read forward host from file: " + host); in getForwardHostAddr()
97 Log.v(LOGTAG, "cannot read forward host from file", ioe); in getForwardHostAddr()
113 Log.e(LOGTAG, "failed to resolve server address", ioe); in getForwardHostAddr()
DForwardServer.java35 private static final String LOGTAG = "ForwardServer"; field in ForwardServer
57 serverThread.setName(LOGTAG); in start()
73 Log.v(LOGTAG, "exception while closing", ioe); in stop()
101 Log.w(LOGTAG, "error while closing socket", ioe); in run()
103 Log.w(LOGTAG, "failed to start forwarding from " + localSocket); in run()
DAdbUtils.java34 private static final String LOGTAG = "AdbUtils"; field in AdbUtils
96 Log.w(LOGTAG, "adb cmd faild."); in sendAdbCmd()
123 Log.w(LOGTAG, "error creating adb socket", ioe); in getForwardedSocket()
/frameworks/base/core/tests/coretests/src/android/webkit/
DWebkitTest.java30 private static final String LOGTAG = WebkitTest.class.getName(); field in WebkitTest
42 Log.i(LOGTAG, "Boundary " + i + " " + dateSorter.getBoundary(i)); in testDateSorter()
43 Log.i(LOGTAG, "Label " + i + " " + dateSorter.getLabel(i)); in testDateSorter()
49 Log.i(LOGTAG, "now: " + dateSorter.getIndex(time)); in testDateSorter()
55 Log.i(LOGTAG, "time: " + DateFormat.format("yyyy/MM/dd kk:mm:ss", c).toString() + in testDateSorter()
/frameworks/base/core/java/android/net/http/
DHttpLog.java31 private final static String LOGTAG = "http"; field in HttpLog
37 … Log.v(LOGTAG, SystemClock.uptimeMillis() + " " + Thread.currentThread().getName() + " " + logMe); in v()
41 Log.e(LOGTAG, logMe); in e()
/frameworks/base/services/java/com/android/server/
DNativeDaemonEvent.java190 final String LOGTAG = "unescapeArgs"; in unescapeArgs() local
197 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "parsing '" + rawEvent + "'"); in unescapeArgs()
229 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "found '" + word + "'"); in unescapeArgs()
236 Slog.e(LOGTAG, "nextSpace=" + nextSpace + ", nextQuote=" + nextQuote); in unescapeArgs()
248 Slog.e(LOGTAG, "next loop - current=" + current + in unescapeArgs()
/frameworks/base/keystore/java/android/security/
DCredentials.java48 private static final String LOGTAG = "Credentials"; field in Credentials
170 Log.w(LOGTAG, e.toString()); in unlock()
179 Log.w(LOGTAG, e.toString()); in install()
190 Log.w(LOGTAG, e.toString()); in install()
200 Log.w(LOGTAG, e.toString()); in install()
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
DAccessibilityNodeInfoDumper.java40 private static final String LOGTAG = AccessibilityNodeInfoDumper.class.getSimpleName(); field in AccessibilityNodeInfoDumper
90 Log.e(LOGTAG, "failed to dump window to file", e); in dumpWindowToFile()
93 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms"); in dumpWindowToFile()
126 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString())); in dumpNodeRec()
129 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s", in dumpNodeRec()

123