Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java37 private static final String LOGTAG = "http"; field in RequestAPITest
53 Log.d(LOGTAG, "Base setup context = " + mContext); in setUp()
62 Log.d(LOGTAG, "Base tearDown"); in tearDown()
64 Log.d(LOGTAG, "Base teardown done"); in tearDown()
88 Log.d(LOGTAG, "testRequestAddNullHeader start "); in testRequestAddNullHeader()
100 Log.d(LOGTAG, "testRequestAddNullValue start "); in testRequestAddNullValue()
132 Log.d(LOGTAG, "testRequestAddHeader start "); in testRequestAddHeader()
187 Log.d(LOGTAG, "testGet start "); in testGet()
217 Log.d(LOGTAG, TEST_NAME + " start "); in testReuse()
361 Log.d(LOGTAG, testName + " - returning"); in verifyRedirect()
[all …]
H A DTestEventHandler.java130 Log.v(LOGTAG, "TestEventHandler:requestSent()"); in requestSent()
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()
589 Log.d(LOGTAG, " Cant do this without delayReponse set "); in waitForRequestSent()
[all …]
H A DTestWebServer.java39 private final static String LOGTAG = "httpsv"; field in TestWebServer
145 Log.d(LOGTAG, s); in log()
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewLibraryLoader.java42 private static final String LOGTAG = WebViewLibraryLoader.class.getSimpleName(); field in WebViewLibraryLoader
72 Log.v(LOGTAG, "RelroFileCreator (64bit = " + is64Bit + "), package: " in main()
86 if (result && DEBUG) Log.v(LOGTAG, "created relro file"); in main()
92 Log.e(LOGTAG, "error notifying update service", e); in main()
95 if (!result) Log.e(LOGTAG, "failed to create relro file"); in main()
133 Log.e(LOGTAG, "error starting relro file creator for abi " + abi, t); in createRelroFile()
159 if (DEBUG) Log.v(LOGTAG, "creating relro files"); in createRelros()
163 if (DEBUG) Log.v(LOGTAG, "Create 32 bit relro"); in createRelros()
169 if (DEBUG) Log.v(LOGTAG, "Create 64 bit relro"); in createRelros()
227 Log.w(LOGTAG, "failed to load with relro file, proceeding without"); in loadNativeLibrary()
[all …]
H A DWebViewFactory.java58 private static final String LOGTAG = "WebViewFactory"; field in WebViewFactory
289 Log.e(LOGTAG, "error waiting for relro creation", e); in loadWebViewNativeLibraryFromPackage()
309 Log.e(LOGTAG, "Couldn't find package " + packageName); in loadWebViewNativeLibraryFromPackage()
356 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance); in getProvider()
362 Log.e(LOGTAG, "error instantiating provider", e); in getProvider()
497 Log.i(LOGTAG, "Loading " + sPackageInfo.packageName + " version " + in getProviderClass()
525 Log.e(LOGTAG, "error loading provider", e); in getProviderClass()
531 Log.e(LOGTAG, "Chromium WebView package does not exist", e); in getProviderClass()
545 Log.e(LOGTAG, "error preparing native loader", t); in prepareWebViewInZygote()
558 Log.e(LOGTAG, "error preparing webview native library", t); in onWebViewProviderChanged()
H A DWebViewZygote.java32 private static final String LOGTAG = "WebViewZygote"; field in WebViewZygote
125 Log.e(LOGTAG, "Cannot connect to zygote, no package specified"); in connectToZygoteIfNeededLocked()
149 Log.e(LOGTAG, "Error connecting to webview zygote", e); in connectToZygoteIfNeededLocked()
H A DLegacyErrorStrings.java30 private static final String LOGTAG = "Http"; field in LegacyErrorStrings
95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode); in getResource()
H A DURLUtil.java33 private static final String LOGTAG = "webkit"; field in URLUtil
55 if (TRACE) Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl); in guessUrl()
76 Log.v(LOGTAG, "smartUrlFilter: failed to parse url = " + inUrl); in guessUrl()
H A DWebSyncManager.java27 protected static final java.lang.String LOGTAG = "websync"; field in WebSyncManager
H A DWebViewDatabase.java44 protected static final String LOGTAG = "webviewdatabase"; field in WebViewDatabase
H A DUrlInterceptRegistry.java36 private final static String LOGTAG = "intercept"; field in UrlInterceptRegistry
H A DDateSorter.java41 private static final String LOGTAG = "webkit"; field in DateSorter
/aosp14/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java37 public static final String LOGTAG = "PowerTestActivity"; field in PowerTestActivity
67 Log.v(LOGTAG, "onCreate, inst=" + Integer.toHexString(hashCode())); in onCreate()
118 Log.v(LOGTAG, "URL is null, cancelling..."); in navigate()
126 Log.v(LOGTAG, "Navigating to URL: " + url); in navigate()
139 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode())); in onDestroy()
160 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress); in handleTimeout()
206 Log.v(LOGTAG, "WebCore error: code=" + errorCode in onReceivedError()
214 Log.v(LOGTAG, "onPageStarted: " + url); in onPageStarted()
219 Log.v(LOGTAG, "onPageFinished: " + url); in onPageFinished()
265 Log.v(LOGTAG, "Finishing URL: " + webView.getUrl()); in run()
H A DPowerMeasurement.java29 private static final String LOGTAG = "PowerMeasurement"; field in PowerMeasurement
64 Log.v(LOGTAG, "Page is loaded in " + activity.getPageLoadTime() + " ms."); in testPageLoadStaticNYTimes()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java45 private static final String LOGTAG = AccessibilityNodeInfoDumper.class.getSimpleName(); field in AccessibilityNodeInfoDumper
102 Log.e(LOGTAG, "failed to dump window to file", e); in dumpWindowToFile()
105 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms"); in dumpWindowToFile()
153 Log.e(LOGTAG, "failed to dump window to file", e); in dumpWindowsToFile()
156 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms"); in dumpWindowsToFile()
179 Log.i(LOGTAG, String.format("Null window child %d/%d, parent: %s", i, count, in dumpWindowRec()
228 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString())); in dumpNodeRec()
231 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s", in dumpNodeRec()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java58 private static final String LOGTAG = "Launcher3.CropActivity"; field in WallpaperCropActivity
97 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity"); in init()
299 Log.w(LOGTAG, "Getting exif data failed", e); in getRotationFromExifHelper()
302 Log.w(LOGTAG, "Getting exif data failed", e); in getRotationFromExifHelper()
543 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e);
588 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
607 Log.w(LOGTAG, "cannot get bounds for image");
626 Log.w(LOGTAG, "crop has bad values for full size image");
716 Log.w(LOGTAG, "cannot decode file: " + mInUri.toString());
785 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
[all …]
/aosp14/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableDupPerf.java39 private static final String LOGTAG = "AnimatedVectorDrawableDupPerf"; field in AnimatedVectorDrawableDupPerf
82 Log.e(LOGTAG, "parser error", e); in create()
84 Log.e(LOGTAG, "parser error", e); in create()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java301 private static final String LOGTAG = "AnimatedVectorDrawable"; field in AnimatedVectorDrawable
912 Log.w(LOGTAG, "calling reset on AVD: " + in reset()
924 Log.w(LOGTAG, "calling start on AVD: " + in start()
947 Log.w(LOGTAG, "calling stop on AVD: " + in stop()
967 Log.w(LOGTAG, "AnimatedVectorDrawable can't reverse()"); in reverse()
1372 Log.e(LOGTAG, "Unsupported type: " + in createRTAnimatorForGroup()
1379 Log.e(LOGTAG, "Unsupported property: " + in createRTAnimatorForGroup()
1566 Log.d(LOGTAG, "Target is set in the next frame"); in recordLastSeenTarget()
1678 Log.w(LOGTAG, "starting animation on VD: " + in startAnimation()
1697 Log.w(LOGTAG, "ending animation on VD: " + in endAnimation()
[all …]
/aosp14/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java37 private static final String LOGTAG = RunTestCommand.class.getSimpleName(); field in RunTestCommand
209 Log.w(LOGTAG, String.format("Could not read %s: %s", fileName, e.getMessage())); in addTestClassesFromJars()
/aosp14/frameworks/base/core/java/android/util/
H A DPathParser.java27 static final String LOGTAG = PathParser.class.getSimpleName(); field in PathParser
/aosp14/frameworks/base/keystore/java/android/security/
H A DCredentials.java46 private static final String LOGTAG = "Credentials"; field in Credentials
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java56 private static final String LOGTAG = UiAutomatorTestRunner.class.getSimpleName(); field in UiAutomatorTestRunner
82 Log.e(LOGTAG, "uncaught exception", ex); in run()
/aosp14/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java41 private int[] LOGTAGS = {MetricsLogger.LOGTAG};
/aosp14/frameworks/base/core/java/com/android/internal/logging/
H A DMetricsLogger.java59 public static final int LOGTAG = EventLogTags.SYSUI_MULTI_ACTION; field in MetricsLogger
/aosp14/frameworks/base/core/java/android/provider/
H A DBrowser.java34 private static final String LOGTAG = "browser"; field in Browser

12