/frameworks/base/policy/src/com/android/internal/policy/impl/ |
BarController.java | 24 import android.util.Slog; 159 if (DEBUG) Slog.d(mTag, "mState: " + StatusBarManager.windowStateToString(state)); 169 if (DEBUG) Slog.w(mTag, "Error posting window state", e); 200 if (DEBUG) Slog.d(mTag, "Not showing transient bar, already shown"); 203 if (DEBUG) Slog.d(mTag, "Not showing transient bar, already requested"); 206 if (DEBUG) Slog.d(mTag, "Not showing transient bar, bar doesn't exist"); 209 if (DEBUG) Slog.d(mTag, "Not showing transient bar, bar already visible"); 245 if (DEBUG) Slog.d(mTag, "mTransientBarState: " + transientBarStateToString(state));
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardServiceWrapper.java | 22 import android.util.Slog; 46 Slog.w(TAG , "Remote Exception", e); 55 Slog.w(TAG , "Remote Exception", e); 64 Slog.w(TAG , "Remote Exception", e); 73 Slog.w(TAG , "Remote Exception", e); 82 Slog.w(TAG , "Remote Exception", e); 91 Slog.w(TAG , "Remote Exception", e); 99 Slog.w(TAG , "Remote Exception", e); 107 Slog.w(TAG , "Remote Exception", e); 115 Slog.w(TAG , "Remote Exception", e) [all...] |
/frameworks/base/services/java/com/android/server/ |
LightsService.java | 25 import android.util.Slog; 118 if (DEBUG) Slog.v(TAG, "setLight #" + mId + ": color=#"
|
NativeDaemonEvent.java | 19 import android.util.Slog; 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 +
|
SystemServer.java | 44 import android.util.Slog; 88 Slog.w(TAG, "***********************************************"); 175 Slog.i(TAG, "Enabled StrictMode logging for WM Looper"); 187 Slog.i(TAG, "Waiting for installd to be ready."); 191 Slog.i(TAG, "Power Manager"); 195 Slog.i(TAG, "Activity Manager"); 198 Slog.e("System", "******************************************"); 199 Slog.e("System", "************ Failure starting bootstrap service", e); 212 Slog.i(TAG, "Display Manager"); 216 Slog.i(TAG, "Telephony Registry") [all...] |
NotificationManagerService.java | 72 import android.util.Slog; 448 Slog.v(TAG, "notifications are disabled by AppOps for " + pkg); 457 Slog.v(TAG, (enabled?"en":"dis") + "abling notifications for " + pkg); 556 if (DBG) Slog.v(TAG, "flat before: " + flatIn); 570 Slog.w(TAG, "Skipping notification listener service " 591 if (DBG) Slog.v(TAG, "flat after: " + flatOut); 643 Slog.v(TAG, "disabling notification listener for user " + oldUser + ": " + component); 650 Slog.v(TAG, "enabling notification listener for user " + currentUser + ": " 688 if (DBG) Slog.v(TAG, "registerListenerService: " + name + " u=" + userid); 704 if (DBG) Slog.v(TAG, " disconnecting old listener: " + info.listener) [all...] |
LockSettingsService.java | 46 import android.util.Slog; 112 Slog.i(TAG, "Migrated lock settings to new location"); 149 Slog.i(TAG, "Migrated per-user lock settings to new location"); 152 Slog.e(TAG, "Unable to migrate old data", re); 317 Slog.e(TAG, "Cannot read file " + fnfe); 319 Slog.e(TAG, "Cannot read file " + ioe); 345 Slog.e(TAG, "Cannot read file " + fnfe); 347 Slog.e(TAG, "Cannot read file " + ioe); 387 Slog.e(TAG, "Error writing to file " + ioe);
|
NsdService.java | 36 import android.util.Slog; 159 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages"); 164 Slog.e(TAG, "Client connection failure, error=" + msg.arg1); 169 Slog.e(TAG, "Send failed, client connection lost"); 171 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1); 201 Slog.e(TAG, "Unhandled " + msg); 245 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo); 288 if (DBG) Slog.d(TAG, "Discover services"); 301 Slog.d(TAG, "Discover " + msg.arg2 + " " + id + 313 if (DBG) Slog.d(TAG, "Stop service discovery") [all...] |
VibratorService.java | 42 import android.util.Slog; 251 Slog.i(TAG, "vibrating with pattern: " + s); 349 Slog.w(TAG, "Would be an error: vibrate from uid " + vib.mUid);
|
/frameworks/base/services/java/com/android/server/am/ |
ContentProviderRecord.java | 29 import android.util.Slog; 234 Slog.e(LOG_TAG, "Couldn't register for death for token: " + mToken, re);
|
UsageStatsService.java | 35 import android.util.Slog; 186 if (localLOGV) Slog.v(TAG, "Launch count: " + mLaunchCount 190 if (localLOGV) Slog.v(TAG, "Reading launch times: " + numLaunchTimeStats); 194 if (localLOGV) Slog.v(TAG, "Component: " + comp); 200 if (localLOGV) Slog.v(TAG, "Reading fully drawn times: " + numFullyDrawnTimeStats); 204 if (localLOGV) Slog.v(TAG, "Component: " + comp); 293 Slog.i(TAG, "Deleting old usage file: " + fList[i]); 357 Slog.w(TAG,"Error : " + e + " reading data from file:" + newFile); 366 Slog.w(TAG, "Usage stats version changed; dropping"); 376 if (localLOGV) Slog.v(TAG, "Reading package #" + N + ": " + pkgName) [all...] |
/frameworks/base/services/java/com/android/server/display/ |
VirtualDisplayAdapter.java | 26 import android.util.Slog; 87 Slog.i(TAG, "Virtual display device released because application token died: "
|
/frameworks/base/services/java/com/android/server/location/ |
LocationBasedCountryDetector.java | 27 import android.util.Slog; 84 Slog.w(TAG, "Exception occurs when getting country from location");
|
/frameworks/base/services/java/com/android/server/media/ |
RemoteDisplayProviderWatcher.java | 32 import android.util.Slog; 157 Slog.w(TAG, "Ignoring remote display provider service because it did not " 166 Slog.w(TAG, "Ignoring remote display provider service because it does not " 202 Slog.d(TAG, "Received package manager broadcast: " + intent);
|
/frameworks/base/services/java/com/android/server/power/ |
DisplayPowerState.java | 27 import android.util.Slog; 130 Slog.d(TAG, "setScreenOn: on=" + on); 154 Slog.d(TAG, "setScreenBrightness: brightness=" + brightness); 218 Slog.d(TAG, "setElectronBeamLevel: level=" + level); 308 Slog.d(TAG, "Screen ready"); 314 Slog.d(TAG, "Screen not ready"); 353 Slog.d(TAG, "Requesting new screen state: on=" + on 402 Slog.d(TAG, "Updating screen state: on=" + on
|
ElectronBeam.java | 35 import android.util.Slog; 134 Slog.d(TAG, "prepare: mode=" + mode); 191 Slog.d(TAG, "dismiss"); 209 Slog.d(TAG, "drawFrame: level=" + level); 258 Slog.d(TAG, "drawVStretch: stretch=" + stretch 332 Slog.d(TAG, "drawHStretch: stretch=" + stretch + ", ag=" + ag); 368 Slog.d(TAG, "setQuad: x=" + x + ", y=" + y + ", w=" + w + ", h=" + h); 520 Slog.e(TAG, "Unable to create surface.", ex); 649 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable()); 661 Slog.e(TAG, func + " failed: error " + error, new Throwable()) [all...] |
/frameworks/base/services/java/com/android/server/usb/ |
UsbSettingsManager.java | 41 import android.util.Slog; 382 if (DEBUG) Slog.v(TAG, "Creating settings for " + user); 469 if (DEBUG) Slog.v(TAG, "readSettingsLocked()"); 490 if (DEBUG) Slog.d(TAG, "settings file not found"); 492 Slog.e(TAG, "error reading settings file, deleting to start fresh", e); 500 if (DEBUG) Slog.v(TAG, "writeSettingsLocked()"); 531 Slog.e(TAG, "Failed to write settings", e); 548 Slog.w(TAG, "no meta-data for " + info); 570 Slog.w(TAG, "Unable to load component info " + info.toString(), e); 633 if (DEBUG) Slog.d(TAG, "usbDeviceRemoved, sending " + intent) [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
AppWindowToken.java | 27 import android.util.Slog; 127 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, 145 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, 157 Slog.v(WindowManagerService.TAG, "Win " + win + ": isDrawn=" 161 Slog.v(WindowManagerService.TAG, "Not displayed: s=" + win.mWinAnimator.mSurfaceControl 194 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, "VIS " + this + ": interesting=" 205 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(
|
BlackFrame.java | 24 import android.util.Slog; 61 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG, 79 Slog.i(WindowManagerService.TAG, "Black Surface @ (" + left + "," + top + "): (" 153 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodSettingValuesWrapper.java | 26 import android.util.Slog; 70 Slog.w(TAG, "Couldn't get current user ID; guessing it's 0", e);
|
/frameworks/base/core/java/android/net/ |
MobileDataStateTracker.java | 35 import android.util.Slog; 307 Slog.d(TAG, "TelephonyMgr.DataConnectionStateChanged"); 309 Slog.d(TAG, "NetworkInfo = " + mNetworkInfo.toString()); 310 Slog.d(TAG, "subType = " + String.valueOf(mNetworkInfo.getSubtype())); 311 Slog.d(TAG, "subType = " + mNetworkInfo.getSubtypeName()); 314 Slog.d(TAG, "LinkProperties = " + mLinkProperties.toString()); 316 Slog.d(TAG, "LinkProperties = " ); 320 Slog.d(TAG, "LinkCapabilities = " + mLinkCapabilities.toString()); 322 Slog.d(TAG, "LinkCapabilities = " ); 773 Slog.d(TAG, mApnType + ": " + s) [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewManager.java | 44 import android.util.Slog; 441 if (DEBUG && token == null) Slog.v(TAG, "send wm null token: " 459 Slog.w(TAG, "Exception calling onShown():", e); 467 Slog.w(TAG, "Exception calling onShown():", e); 475 Slog.w(TAG, "Exception calling onShown():", e);
|
/frameworks/base/services/java/com/android/server/content/ |
ContentService.java | 45 import android.util.Slog; 145 Slog.wtf(TAG, "Content Service Crash", e); 371 Slog.w(TAG, "Requested poll frequency of " + runAtTime 495 Slog.w(TAG, "Requested poll frequency of " + pollFrequency [all...] |
/frameworks/base/services/java/com/android/server/firewall/ |
IntentFirewall.java | 32 import android.util.Slog; 201 Slog.e(TAG, "Remote exception while retrieving packages", ex); 279 Slog.i(TAG, "Read new rules (A:" + resolvers[TYPE_ACTIVITY].filterSet().size() + 340 Slog.e(TAG, "Error reading an intent firewall rule from " + rulesFile, ex); 350 Slog.e(TAG, "Error reading intent firewall rules from " + rulesFile, ex); 353 Slog.e(TAG, "Error reading intent firewall rules from " + rulesFile, ex); 359 Slog.e(TAG, "Error while closing " + rulesFile, ex); 596 Slog.e(TAG, "Remote exception while checking signatures", ex);
|
/frameworks/base/services/java/com/android/server/print/ |
RemotePrintService.java | 40 import android.util.Slog; 186 Slog.i(LOG_TAG, "[user: " + mUserId + "] onAllPrintJobsHandled()"); 213 Slog.i(LOG_TAG, "[user: " + mUserId + "] requestCancelPrintJob()"); 218 Slog.e(LOG_TAG, "Error canceling a pring job.", re); 241 Slog.i(LOG_TAG, "[user: " + mUserId + "] onPrintJobQueued()"); 246 Slog.e(LOG_TAG, "Error announcing queued pring job.", re); 268 Slog.i(LOG_TAG, "[user: " + mUserId + "] createPrinterDiscoverySession()"); 273 Slog.e(LOG_TAG, "Error creating printer dicovery session.", re); 301 Slog.i(LOG_TAG, "[user: " + mUserId + "] destroyPrinterDiscoverySession()"); 306 Slog.e(LOG_TAG, "Error destroying printer dicovery session.", re) [all...] |