HomeSort by relevance Sort by last modified time
    Searched refs:LOGTAG (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /packages/apps/Browser/src/com/android/browser/
Performance.java 30 private static final String LOGTAG = "browser";
100 Log.d(LOGTAG, uiInfo);
113 Log.d(LOGTAG, performanceString + "\nWebpage: " + url);
128 Log.d(LOGTAG, newUrl + " loaded");
WebStorageSizeManager.java 91 private final static String LOGTAG = "browser";
225 Log.v(LOGTAG,
252 Log.v(LOGTAG, "onExceededDatabaseQuota: out of space.");
268 Log.v(LOGTAG,
297 Log.v(LOGTAG, "onExceededDatabaseQuota set new quota to "
314 Log.v(LOGTAG, "Received onReachedMaxAppCacheSize with spaceNeeded "
334 Log.v(LOGTAG, "onReachedMaxAppCacheSize: out of space.");
343 Log.v(LOGTAG, "onReachedMaxAppCacheSize set new max size to "
393 Log.v(LOGTAG, "scheduleOutOfSpaceNotification called.");
GoogleAccountLogin.java 46 private static final String LOGTAG = "BrowserLogin";
120 Log.d(LOGTAG, "LOGIN_FAIL: Bad status from auth url "
126 Log.d(LOGTAG, "LOGIN_FAIL: Invalidating tokens...");
139 Log.d(LOGTAG, "LOGIN_FAIL: Null entity in response");
145 Log.d(LOGTAG, "LOGIN_FAIL: Exception acquiring uber token " + e);
205 Log.d(LOGTAG, "LOGIN_FAIL: Exception in state " + mState + " " + e);
267 Log.d(LOGTAG, "Finished login attempt for " + mAccount.name);
277 Log.w(LOGTAG, "Failed to dismiss mProgressDialog: " + e.getMessage());
WallpaperHandler.java 44 private static final String LOGTAG = "WallpaperHandler";
136 Log.e(LOGTAG, "Unable to set new wallpaper, " +
141 Log.e(LOGTAG, "Unable to set new wallpaper");
169 Log.e(LOGTAG, "Unable to restore old wallpaper.");
BrowserActivity.java 48 private final static String LOGTAG = "browser";
57 Log.v(LOGTAG, this + " onStart, has state: "
131 Log.v(LOGTAG, "ignore intents: " + ignore);
140 Log.v(LOGTAG, "BrowserActivity.onResume: this=" + this);
172 Log.v(LOGTAG, "BrowserActivity.onSaveInstanceState: this=" + this);
186 Log.v(LOGTAG, "BrowserActivity.onDestroy: this=" + this);
CrashRecoveryHandler.java 38 private static final String LOGTAG = "BrowserCrashRecovery";
91 Log.v(LOGTAG, "Clearing crash recovery state");
126 Log.w(LOGTAG, "Failed to save state", t);
179 Log.w(LOGTAG, "Failed to recover state!", e);
225 Log.v(LOGTAG, "Saving crash recovery state");
244 Log.i(LOGTAG, "Failed to save persistent state", e);
FetchUrlMimeType.java 48 private final static String LOGTAG = "FetchUrlMimeType";
77 Log.e(LOGTAG,"Download failed: " + ex);
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 130 Log.v(LOGTAG, "TestEventHandler:requestSent()");
160 Log.v(LOGTAG, "TestEventHandler:status() major: " + major_version +
222 Log.v(LOGTAG, "TestEventHandler:headers()");
328 Log.v(LOGTAG, "TestEventHandler: locationChanged() " +
374 Log.v(LOGTAG, "TestEventHandler: data() " + len + " bytes");
383 Log.v(LOGTAG, new String(data, 0, len));
418 Log.v(LOGTAG, "TestEventHandler: endData() called");
458 Log.v(LOGTAG, "TestEventHandler: error() called Id:" + id +
503 Log.v(LOGTAG, "TestEventHandler: handleSslErrorRequest(): "+
565 Log.d(LOGTAG, " Cant do this without delayReponse set ")
    [all...]
  /frameworks/base/services/java/com/android/server/
NativeDaemonEvent.java 190 final String LOGTAG = "unescapeArgs";
197 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "parsing '" + rawEvent + "'");
229 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "found '" + word + "'");
236 Slog.e(LOGTAG, "nextSpace=" + nextSpace + ", nextQuote=" + nextQuote);
248 Slog.e(LOGTAG, "next loop - current=" + current +
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 128 private static final String LOGTAG = "LayoutTests";
181 Log.v(LOGTAG, "Test list has " + mTestList.size() + " test(s).");
183 Log.e(LOGTAG, "Error while reading test list : " + e.getMessage());
201 Log.e(LOGTAG, "Error reading " + TEST_STATUS_FILE);
210 Log.v(LOGTAG, "Deleted " + TEST_STATUS_FILE);
212 Log.e(LOGTAG, "Fail to delete " + TEST_STATUS_FILE);
214 Log.e(LOGTAG, "Fail to delete " + TEST_STATUS_FILE + " : " + e.getMessage());
276 Log.v(LOGTAG, " Processing result: " + testFile);
293 Log.e(LOGTAG, "File not found : " + ex.getMessage());
295 Log.e(LOGTAG, "IO Error : " + ex.getMessage())
    [all...]
TestShellActivity.java 90 Log.v(LOGTAG, "Received WebView dump data");
109 Log.v(LOGTAG, "message sent to WebView to dump text.");
126 Log.v(LOGTAG, "setting dump timeout at " + timeout);
206 Log.v(LOGTAG, " Loading " + mTestUrl);
226 Log.e(LOGTAG, "Failed to open test list for read.", ioe);
238 Log.w(LOGTAG, "Failed to close test list file.", ioe);
249 Log.e(LOGTAG, "Failed to read next test.", ioe);
299 Log.e(LOGTAG, "Low memory, clearing caches");
343 Log.e(LOGTAG, "Cannot write to " + mResultFile + ", " + ex.getMessage());
379 Log.v(LOGTAG, "dumpAsText(enablePixelTests == true) not implemented on Android!")
    [all...]
Menu.java 31 private static String LOGTAG = "MenuActivity";
85 Log.e(LOGTAG, "Error when creating test list: " + e.getMessage());
LoadTestsAutoTest.java 46 private final static String LOGTAG = "LoadTest";
97 Log.d(LOGTAG, "using path: " + runner.mTestPath);
106 Log.v(LOGTAG, "About to run tests, calling gc first...");
134 Log.v(LOGTAG, "freeMem: calling gc...");
149 Log.w(LOGTAG, "gc did not happen in 10s");
163 Log.v(LOGTAG, "Dumping memory information.");
213 Log.e(LOGTAG, e.getMessage());
  /frameworks/base/core/java/android/webkit/
CookieManagerClassic.java 28 private static final String LOGTAG = "webkit";
69 Log.e(LOGTAG, "Bad address: " + url);
87 Log.e(LOGTAG, "Bad address: " + url);
JniUtil.java 34 private static final String LOGTAG = "webkit";
134 Log.e(LOGTAG, "Exception: " + url);
164 Log.e(LOGTAG, "Exception: " + url);
CacheManager.java 49 private static final String LOGTAG = "cache";
339 Log.v(LOGTAG, "getCacheFile(): Failed to open file: " + e);
364 Log.v(LOGTAG, "getCacheFile for url " + url);
445 Log.e(LOGTAG, f.getPath() + " delete failed.");
KeyStoreHandler.java 30 private static final String LOGTAG = "KeyStoreHandler";
CertTool.java 35 private static final String LOGTAG = "CertTool";
66 Log.w(LOGTAG, e);
WebViewDatabaseClassic.java 36 private static final String LOGTAG = "WebViewDatabaseClassic";
215 Log.i(LOGTAG, "Upgrading database from version "
282 Log.e(LOGTAG, "Caught exception while checking " +
284 Log.e(LOGTAG, Log.getStackTraceString(e));
303 Log.e(LOGTAG, "hasEntries", e);
369 Log.e(LOGTAG, "getUsernamePassword", e);
466 Log.e(LOGTAG, "getHttpAuthUsernamePassword", e);
531 Log.e(LOGTAG, "setFormData", e);
590 Log.e(LOGTAG, "getFormData dataCursor", e);
596 Log.e(LOGTAG, "getFormData cursor", e)
    [all...]
JWebCoreJavaBridge.java 35 private static final String LOGTAG = "webkit-timers";
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");
  /frameworks/base/core/java/android/net/http/
ErrorStrings.java 30 private static final String LOGTAG = "Http";
95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 29 private static final String LOGTAG = "PowerMeasurement";
64 Log.v(LOGTAG, "Page is loaded in " + activity.getPageLoadTime() + " ms.");
  /frameworks/base/keystore/java/android/security/
Credentials.java 48 private static final String LOGTAG = "Credentials";
170 Log.w(LOGTAG, e.toString());
179 Log.w(LOGTAG, e.toString());
190 Log.w(LOGTAG, e.toString());
200 Log.w(LOGTAG, e.toString());
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 40 private static final String LOGTAG = AccessibilityNodeInfoDumper.class.getSimpleName();
89 Log.e(LOGTAG, "failed to dump window to file", e);
92 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms");
125 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString()));
128 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s",
UiAutomatorBridge.java 33 private static final String LOGTAG = UiAutomatorBridge.class.getSimpleName();
93 Log.d(LOGTAG, event.toString());

Completed in 1105 milliseconds

12 3 4 5 6