/aosp14/frameworks/base/tests/CoreTests/android/core/ |
H A D | RequestAPITest.java | 37 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 D | TestEventHandler.java | 130 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 D | TestWebServer.java | 39 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 D | WebViewLibraryLoader.java | 42 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 D | WebViewFactory.java | 58 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 D | WebViewZygote.java | 32 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 D | LegacyErrorStrings.java | 30 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 D | URLUtil.java | 33 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 D | WebSyncManager.java | 27 protected static final java.lang.String LOGTAG = "websync"; field in WebSyncManager
|
H A D | WebViewDatabase.java | 44 protected static final String LOGTAG = "webviewdatabase"; field in WebViewDatabase
|
H A D | UrlInterceptRegistry.java | 36 private final static String LOGTAG = "intercept"; field in UrlInterceptRegistry
|
H A D | DateSorter.java | 41 private static final String LOGTAG = "webkit"; field in DateSorter
|
/aosp14/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
H A D | PowerTestActivity.java | 37 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 D | PowerMeasurement.java | 29 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 D | AccessibilityNodeInfoDumper.java | 45 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 D | WallpaperCropActivity.java | 58 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 D | AnimatedVectorDrawableDupPerf.java | 39 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 D | AnimatedVectorDrawable.java | 301 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 D | RunTestCommand.java | 37 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 D | PathParser.java | 27 static final String LOGTAG = PathParser.class.getSimpleName(); field in PathParser
|
/aosp14/frameworks/base/keystore/java/android/security/ |
H A D | Credentials.java | 46 private static final String LOGTAG = "Credentials"; field in Credentials
|
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
H A D | UiAutomatorTestRunner.java | 56 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 D | MetricsReader.java | 41 private int[] LOGTAGS = {MetricsLogger.LOGTAG};
|
/aosp14/frameworks/base/core/java/com/android/internal/logging/ |
H A D | MetricsLogger.java | 59 public static final int LOGTAG = EventLogTags.SYSUI_MULTI_ACTION; field in MetricsLogger
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Browser.java | 34 private static final String LOGTAG = "browser"; field in Browser
|