/frameworks/base/services/java/com/android/server/ |
LocationManagerService.java | 61 import android.util.Slog; 392 Slog.w(TAG, "no network location provider found"); 410 Slog.e(TAG, "no fused location provider found", 421 Slog.e(TAG, "no geocoder provider found"); 434 Slog.e(TAG, "No FusedProvider found."); 446 Slog.e(TAG, "no geofence provider found"); [all...] |
TwilightService.java | 35 import android.util.Slog; 127 Slog.d(TAG, "Twilight state changed: " + state); 332 Slog.d(TAG, "Processing new location: " + location 453 Slog.d(TAG, "Estimated location from timezone: " + location); 494 Slog.d(TAG, "Updating twilight state: " + state); 517 Slog.d(TAG, "Next update in " + (nextUpdate - now) + " ms");
|
NetworkManagementService.java | 58 import android.util.Slog; 211 if (DBG) Slog.d(TAG, "Creating NetworkManagementService"); 213 if (DBG) Slog.d(TAG, "Awaiting socket connection"); 215 if (DBG) Slog.d(TAG, "Connected"); 225 if (DBG) Slog.d(TAG, "Prepared"); 346 Slog.d(TAG, "enabling bandwidth control"); 354 Slog.d(TAG, "not enabling bandwidth control"); 371 Slog.d(TAG, "pushing " + size + " active quota rules"); 381 Slog.d(TAG, "pushing " + size + " active alert rules"); 391 Slog.d(TAG, "pushing " + size + " active uid rules") [all...] |
BackupManagerService.java | 78 import android.util.Slog; 290 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned 297 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups"); 512 Slog.v(TAG, "Backup requested but no transport available"); 531 if (DEBUG) Slog.v(TAG, "clearing pending backups"); 557 Slog.e(TAG, "Transport became unavailable attempting backup"); 561 Slog.v(TAG, "Backup requested but nothing pending"); 579 if (MORE_DEBUG) Slog.v(TAG, "Got next step for " + task + ", executing"); 582 Slog.e(TAG, "Invalid backup task in flight, obj=" + msg.obj); 593 Slog.e(TAG, "Invalid completion in flight, obj=" + msg.obj) [all...] |
/frameworks/base/core/java/android/content/pm/ |
RegisteredServicesCache.java | 33 import android.util.Slog; 296 Slog.d(TAG, "generateServicesMap() for " + userId);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
FusedPrintersProvider.java | 34 import android.util.Slog; 536 Slog.w(LOG_TAG, "Failed parsing ", ise); 538 Slog.w(LOG_TAG, "Failed parsing ", npe); 540 Slog.w(LOG_TAG, "Failed parsing ", nfe); 542 Slog.w(LOG_TAG, "Failed parsing ", xppe); 544 Slog.w(LOG_TAG, "Failed parsing ", ioe); 546 Slog.w(LOG_TAG, "Failed parsing ", iobe); 700 Slog.w(LOG_TAG, "Failed to write printer history, restoring backup.", ioe);
|
/frameworks/base/services/java/com/android/server/display/ |
WifiDisplayAdapter.java | 42 import android.util.Slog; 162 Slog.d(TAG, "requestStartScanLocked"); 177 Slog.d(TAG, "requestStopScanLocked"); 192 Slog.d(TAG, "requestConnectLocked: address=" + address); 207 Slog.d(TAG, "requestPauseLocked"); 222 Slog.d(TAG, "requestResumeLocked"); 237 Slog.d(TAG, "requestDisconnectedLocked"); 252 Slog.d(TAG, "requestRenameLocked: address=" + address + ", alias=" + alias); 280 Slog.d(TAG, "requestForgetLocked: address=" + address); 302 Slog.d(TAG, "getWifiDisplayStatusLocked: result=" + mCurrentStatus) [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiEnterpriseConfig.java | 25 import android.util.Slog; 538 if (DBG) Slog.d(TAG, "importing keys " + name + " in hardware backed " + 547 if (DBG) Slog.d(TAG, "importing keys " + name + " in software backed store"); 595 if (DBG) Slog.d(TAG, "putting certificate " + name + " in keystore"); 609 if (DBG) Slog.d(TAG, "removing client private key and user cert"); 617 if (DBG) Slog.d(TAG, "removing CA cert"); 738 if (DBG) Slog.d(TAG, "Loading client certificate " + Credentials 743 Slog.e(TAG, "Error getting certificate factory"); 755 if (DBG) Slog.d(TAG, "Loaded client certificate " + Credentials 757 if (DBG) Slog.d(TAG, "It " + (mNeedsSoftwareKeystore ? "needs" [all...] |
/packages/apps/Settings/src/com/android/settings/wfd/ |
WifiDisplaySettings.java | 51 import android.util.Slog; 474 Slog.d(TAG, "Starting Autonomous GO..."); 480 Slog.d(TAG, "Successfully started AutoGO."); 486 Slog.e(TAG, "Failed to start AutoGO with reason " + reason + "."); 493 Slog.d(TAG, "Stopping Autonomous GO..."); 499 Slog.d(TAG, "Successfully stopped AutoGO."); 505 Slog.e(TAG, "Failed to stop AutoGO with reason " + reason + "."); 512 Slog.d(TAG, "Setting listen mode to: " + enable); 518 Slog.d(TAG, "Successfully " + (enable ? "entered" : "exited") 525 Slog.e(TAG, "Failed to " + (enable ? "entered" : "exited" [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | 126 import android.util.Slog; 612 if (DEBUG_INSTALL) Slog.i(TAG, "init_copy idx=" + idx + ": " + params); 620 Slog.e(TAG, "Failed to bind to media container service"); 639 if (DEBUG_INSTALL) Slog.i(TAG, "mcs_bound"); 645 Slog.e(TAG, "Cannot bind to media container service"); 685 Slog.w(TAG, "Empty queue"); 690 if (DEBUG_INSTALL) Slog.i(TAG, "mcs_reconnect"); 696 Slog.e(TAG, "Failed to bind to media container service"); 708 if (DEBUG_INSTALL) Slog.i(TAG, "mcs_unbind"); 712 if (DEBUG_INSTALL) Slog.i(TAG, "calling disconnectService()") [all...] |
Settings.java | 64 import android.util.Slog; 404 Slog.w(PackageManagerService.TAG, "Trying to update system app code path from " 409 Slog.i(PackageManagerService.TAG, "Package " + name + " codePath changed from " 466 Slog.i(PackageManagerService.TAG, "Stopping package " + name, e); 566 Slog.w(PackageManagerService.TAG, "Code path for pkg : " + p.pkg.packageName + 573 Slog.w(PackageManagerService.TAG, "Resource path for pkg : " + p.pkg.packageName + 640 Slog.i(PackageManagerService.TAG, [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 78 import android.util.Slog; 467 Slog.w(TAG, "Profiling failed on path " + profileFile); 472 Slog.w(TAG, "Failure closing profile fd", e2); 696 Slog.v(TAG, "scheduleBindService token=" + token + " intent=" + intent + " uid=" 805 Slog.w(TAG, "dumpService failed", e); 851 Slog.w(TAG, "Failed setting process group to " + group, e); 873 Slog.w(TAG, "dumpActivity failed", e); 886 Slog.w(TAG, "dumpProvider failed", e); [all...] |
ActivityManager.java | 51 import android.util.Slog; [all...] |
ContextImpl.java | 104 import android.util.Slog; [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindowManager.java | 71 import android.util.Slog; 556 if (localLOGV) Slog.v(TAG, "onProposedRotationChanged, rotation=" + rotation); 643 if (localLOGV) Slog.v(TAG, "Screen status="+mScreenOnEarly+ 653 if(localLOGV) Slog.v(TAG, "Enabling listeners"); 661 if(localLOGV) Slog.v(TAG, "Disabling listeners"); [all...] |
/frameworks/base/services/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | 66 import android.util.Slog; 366 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid()); 375 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid() 475 Slog.e(LOG_TAG, "Error during sending interrupt request to " 497 Slog.i(LOG_TAG, "Added global connection for pid:" + Binder.getCallingPid() 508 Slog.i(LOG_TAG, "Added user connection for pid:" + Binder.getCallingPid() 513 Slog.i(LOG_TAG, "Adding interaction connection to windowId: " + windowId); 528 Slog.i(LOG_TAG, "Removed global connection for pid:" + Binder.getCallingPid() 541 Slog.i(LOG_TAG, "Removed user connection for pid:" + Binder.getCallingPid() 587 Slog.e(LOG_TAG, "Couldn't register for the death of a [all...] |
ScreenMagnifier.java | 38 import android.util.Slog; 470 Slog.i(LOG_TAG, "mCurrentState: STATE_DELEGATING"); 473 Slog.i(LOG_TAG, "mCurrentState: STATE_DETECTING"); 476 Slog.i(LOG_TAG, "mCurrentState: STATE_VIEWPORT_DRAGGING"); 479 Slog.i(LOG_TAG, "mCurrentState: STATE_MAGNIFIED_INTERACTION"); 537 Slog.i(LOG_TAG, "Panned content by scrollX: " + distanceX 562 Slog.i(LOG_TAG, "normalizedNewScale: " + normalizedNewScale); 735 Slog.i(LOG_TAG, "Tap count:" + mTapCount); [all...] |
/frameworks/base/services/java/com/android/server/accounts/ |
AccountManagerService.java | 72 import android.util.Slog; 280 Slog.wtf(TAG, "Account Manager Crash", e); 384 Slog.w(TAG, "deleting account " + accountName + " because type " [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pService.java | 64 import android.util.Slog; [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewMediator.java | 51 import android.util.Slog; 602 Slog.w(TAG, "Failed to call onKeyguardExitResult(false)", e); 758 Slog.w(TAG, "Failed to call onKeyguardExitResult(false)", e); 796 Slog.w(TAG, "Failed to call onKeyguardExitResult(false)", e); 806 Slog.w(TAG, "Failed to call onKeyguardExitResult(false)", e); [all...] |
KeyguardHostView.java | 52 import android.util.Slog; 703 Slog.i(TAG, "Too many unlock attempts; device will be wiped!"); [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
DisplayMagnifier.java | 39 import android.util.Slog; 104 Slog.i(LOG_TAG, "Rectangle on screen requested: " + rectangle); 125 Slog.i(LOG_TAG, "Layers changed."); 133 Slog.i(LOG_TAG, "Rotaton: " + Surface.rotationToString(rotation) 142 Slog.i(LOG_TAG, "Window transition: " 163 Slog.i(LOG_TAG, "Window transition: " 555 Slog.i(LOG_TAG, "ViewportWindow shown: " + mShown); 576 Slog.i(LOG_TAG, "ViewportWindow set alpha: " + alpha); 589 Slog.i(LOG_TAG, "ViewportWindow set bounds: " + bounds); 628 Slog.i(LOG_TAG, "Dirty rect: " + mDirtyRect) [all...] |
WindowManagerService.java | 98 import android.util.Slog; 634 Slog.w(TAG, "Unexpected ACTION_DOWN in drag layer"); 646 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at " 654 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!"); 660 if (DEBUG_DRAG) Slog.d(TAG, "Drag ended; tearing down state"); 670 Slog.e(TAG, "Exception caught by drag handleMotion", e); 827 Slog.wtf(TAG, "Window Manager Crash", e); 836 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v( [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | 166 import android.util.Slog; 372 Slog.i(TAG, "Broadcast intent " + intent + " on " 408 Slog.w(TAG, "getAssistContextExtras failed: timeout retrieving from " + activity); [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViewsAdapter.java | 39 import android.util.Slog; 168 Slog.w(TAG, "bind: adapter was null"); 188 Slog.w(TAG, "unbind: adapter was null"); [all...] |