Searched defs:LOGTAG (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/base/core/java/android/webkit/
H A DLegacyErrorStrings.java30 private static final String LOGTAG = "Http"; field in class:LegacyErrorStrings
95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode);
H A DDateSorter.java38 private static final String LOGTAG = "webkit"; field in class:DateSorter
H A DWebSyncManager.java26 protected static final java.lang.String LOGTAG = "websync"; field in class:WebSyncManager
H A DUrlInterceptRegistry.java35 private final static String LOGTAG = "intercept"; field in class:UrlInterceptRegistry
H A DWebViewDatabase.java35 protected static final String LOGTAG = "webviewdatabase"; field in class:WebViewDatabase
H A DWebViewZygote.java39 private static final String LOGTAG = "WebViewZygote"; field in class:WebViewZygote
166 Log.e(LOGTAG, "Timed out waiting for " + serviceName);
195 Log.e(LOGTAG, "Cannot connect to zygote, no package specified");
201 Log.e(LOGTAG, serviceName + " is not running");
223 Log.d(LOGTAG, "Preloading package " + zip + " " + librarySearchPath);
227 Log.e(LOGTAG, "Error connecting to " + serviceName, e);
243 Log.w(LOGTAG, "Got error connecting to zygote, retrying. msg= " + ioe.getMessage());
H A DURLUtil.java31 private static final String LOGTAG = "webkit"; field in class:URLUtil
53 if (TRACE) Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl);
74 Log.v(LOGTAG, "smartUrlFilter: failed to parse url = " + inUrl);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
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.");
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableDupPerf.java39 private static final String LOGTAG = "AnimatedVectorDrawableDupPerf"; field in class:AnimatedVectorDrawableDupPerf
82 Log.e(LOGTAG, "parser error", e);
84 Log.e(LOGTAG, "parser error", e);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderRaw.java41 private static final String LOGTAG = "RawLoader"; field in class:LoaderRaw
70 Log.v(LOGTAG, "Loading " + dir.getPath());
72 Log.v(LOGTAG, "dir contains " + f.length + " files");
121 Log.v(LOGTAG, "make Volume " + z);
131 Log.v(LOGTAG, "LOAD SLICE " + z);
147 Log.v(LOGTAG,"LOADING DONE ....");
H A DMandelbulb.java32 private static final String LOGTAG = "RawLoader"; field in class:Mandelbulb
82 Log.v(LOGTAG, "compute Mandelbulb in" + ((System.nanoTime() - time) / 1E9f) + "seconds");
H A DDroid.java32 private static final String LOGTAG = "RawLoader"; field in class:Droid
90 Log.v(LOGTAG, "compute Droid in" + ((System.nanoTime() - time) / 1E9f) + "seconds");
H A DVolumeLoader.java32 private static final String LOGTAG = "VolumeLoader"; field in class:VolumeLoader
42 Log.e(LOGTAG, "Directory: \""+dir+"\" does not exist ");
67 Log.v(LOGTAG,"Could not find "+name);
71 Log.v(LOGTAG,"dir ="+dir);
74 Log.v(LOGTAG,"processing dicom");
84 Log.v(LOGTAG,"processing dicom");
94 Log.v(LOGTAG,"could recognize format");
104 Log.v(LOGTAG, name);
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
H A DDrawableUtils.java30 private static final String LOGTAG = DrawableUtils.class.getSimpleName(); field in class:DrawableUtils
63 Log.v(LOGTAG, "Write test No." + outputFilename + " to file successfully.");
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DBasicPipeline.java26 private static final String LOGTAG = "BasicPipeline"; field in class:BasicPipeline
62 Log.v(LOGTAG,"render triangles "+((System.nanoTime()-start)/1E6f)+" ms");
H A DTriData.java30 private static final String LOGTAG = "TriData"; field in class:TriData
53 Log.v(LOGTAG, s + ", " + df.f(mVert[i + 2]) + "]");
101 Log.v(LOGTAG, "verts =" + num_verts);
112 Log.v(LOGTAG, "tri =" + num_tri);
H A DRsBrickedBitMask.java27 private static final String LOGTAG = "BrickedBitMask"; field in class:RsBrickedBitMask
H A DVrPipline1.java28 private static final String LOGTAG = "VrPipline1"; field in class:VrPipline1
117 Log.v(LOGTAG, "cancel");
H A DVrState.java28 private static final String LOGTAG = "VrState"; field in class:VrState
70 Log.v(LOGTAG, " destroy mScrAllocation");
88 Log.v(LOGTAG, " destroy mzRangeFullAllocation");
120 Log.v(LOGTAG, "destroyScreenAllocation");
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java38 private static final String LOGTAG = AccessibilityNodeInfoDumper.class.getSimpleName(); field in class:AccessibilityNodeInfoDumper
95 Log.e(LOGTAG, "failed to dump window to file", e);
98 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms");
132 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString()));
135 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s",
/frameworks/base/core/java/com/android/internal/logging/
H A DMetricsLogger.java48 public static final int LOGTAG = EventLogTags.SYSUI_MULTI_ACTION; field in class:MetricsLogger
/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 class:RunTestCommand
209 Log.w(LOGTAG, String.format("Could not read %s: %s", fileName, e.getMessage()));
/frameworks/base/core/java/android/util/
H A DPathParser.java25 static final String LOGTAG = PathParser.class.getSimpleName(); field in class:PathParser
/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...]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrActivity.java49 private static final String LOGTAG = "VrActivity"; field in class:VrActivity
108 Log.v(LOGTAG,"Loading "+ progress[0]+"/"+progress[1]);
112 Log.v(LOGTAG,"done");
172 Log.v(LOGTAG, "dataClick");

Completed in 5096 milliseconds

12