/frameworks/base/services/core/java/com/android/server/ |
ServiceThread.java | 22 import android.util.Slog; 43 Slog.i(TAG, "Enabled StrictMode logging for " + getName() + " looper.");
|
SamplingProfilerService.java | 24 import android.util.Slog; 52 if (LOCAL_LOGV) Slog.v(TAG, "starting SamplingProfilerService!"); 76 if (LOCAL_LOGV) Slog.v(TAG, "SamplingProfilerService activated"); 82 if (LOCAL_LOGV) Slog.v(TAG, file.getPath() + " added to dropbox"); 84 Slog.e(TAG, "Can't add " + file.getPath() + " to dropbox", e);
|
UpdateLockService.java | 30 import android.util.Slog; 52 Slog.d(TAG, "first acquire; broadcasting convenient=false"); 58 Slog.d(TAG, "last release; broadcasting convenient=true"); 90 Slog.d(TAG, "acquire(" + token + ") by " + makeTag(tag)); 100 Slog.d(TAG, "release(" + token + ')');
|
IntentResolver.java | 35 import android.util.Slog; 54 Slog.v(TAG, "Adding filter: " + f); 56 Slog.v(TAG, " Building Lookup Maps:"); 198 Slog.v(TAG, "Removing filter: " + f); 200 Slog.v(TAG, " Cleaning Lookup Maps:"); 380 if (debug) Slog.v( 401 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut)); 403 if (debug) Slog.v(TAG, "Second type cut: " 408 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut)); 410 if (debug) Slog.v(TAG, "Second type cut: [all...] |
EntropyMixer.java | 34 import android.util.Slog; 77 Slog.e(TAG, "Will not process invalid message"); 130 Slog.w(TAG, "No existing entropy file -- first boot?"); 132 Slog.w(TAG, "Failure loading existing entropy file", e); 138 Slog.i(TAG, "Writing entropy..."); 141 Slog.w(TAG, "Unable to write entropy", e); 179 Slog.w(TAG, "Unable to add device specific data to the entropy pool", e); 193 Slog.i(TAG, "Added HW RNG output to entropy pool"); 197 Slog.w(TAG, "Failed to add HW RNG output to entropy pool", e);
|
SystemServiceManager.java | 20 import android.util.Slog; 58 Slog.i(TAG, "Starting " + className); 79 Slog.i(TAG, "Starting " + name); 129 Slog.i(TAG, "Starting phase " + mCurrentPhase); 152 Slog.wtf(TAG, "Failure reporting start of user " + userHandle 165 Slog.wtf(TAG, "Failure reporting switch of user " + userHandle 178 Slog.wtf(TAG, "Failure reporting stop of user " + userHandle 191 Slog.wtf(TAG, "Failure reporting cleanup of user " + userHandle 225 Slog.e(TAG, builder.toString());
|
/frameworks/base/services/core/java/com/android/server/wm/ |
FocusedStackFrame.java | 27 import android.util.Slog; 81 if (DEBUG) Slog.i(TAG, "draw: mBounds=" + mBounds + " mLastBounds=" + mLastBounds); 87 Slog.e(TAG, "Unable to lock canvas", e); 89 Slog.e(TAG, "Unable to lock canvas", e); 92 if (DEBUG) Slog.w(TAG, "Canvas is null..."); 99 if (DEBUG) Slog.w(TAG, "c.width=" + c.getWidth() + " c.height=" + c.getHeight() 109 if (SHOW_LIGHT_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION setupSurface"); 121 if (SHOW_LIGHT_TRANSACTIONS) Slog.i(TAG, ">>> CLOSE TRANSACTION setupSurface");
|
WindowStateAnimator.java | 43 import android.util.Slog; 204 Slog.w(TAG, "WindowStateAnimator ctor: Display has been removed"); 218 if (localLOGV) Slog.v(TAG, "Setting animation in " + this + ": " + anim); 278 if (false && DEBUG_ANIM) Slog.v( 295 if (DEBUG_ANIM) Slog.v( 324 if (DEBUG_ANIM) Slog.v( 361 if (DEBUG_ANIM) Slog.v( 383 if (DEBUG_LAYERS) Slog.v(TAG, "Stepping win " + this 389 Slog.v(TAG, "Policy visibility changing after anim in " + this + ": " 398 if (WindowManagerService.DEBUG_FOCUS_LIGHT) Slog.i(TAG [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
DeviceDiscoveryAction.java | 20 import android.util.Slog; 112 Slog.v(TAG, "No device is detected."); 117 Slog.v(TAG, "Device detected: " + ackedAddress); 134 Slog.v(TAG, "Start [Physical Address Stage]:" + mDevices.size()); 162 Slog.v(TAG, "Start [Osd Name Stage]:" + mDevices.size()); 185 Slog.v(TAG, "Start [Vendor Id Stage]:" + mDevices.size()); 251 Slog.w(TAG, "Unmatched address[expected:" + current.mLogicalAddress + ", actual:" + 277 Slog.w(TAG, "Unmatched address[expected:" + current.mLogicalAddress + ", actual:" + 286 Slog.w(TAG, "Failed to decode display name: " + cmd.toString()); 300 Slog.w(TAG, "Unmatched address[expected:" + current.mLogicalAddress + ", actual:" [all...] |
HotplugDetectionAction.java | 20 import android.util.Slog; 69 Slog.v(TAG, "Hot-plug dection started."); 127 Slog.v(TAG, "Poll all devices."); 139 Slog.v(TAG, "Poll audio system."); 162 Slog.w(TAG, "Ack not returned from AVR. count: " + mAvrStatusCount); 168 Slog.v(TAG, "Remove device by hot-plug detection:" + index); 181 Slog.v(TAG, "Add device by hot-plug detection:" + index);
|
DevicePowerStatusAction.java | 24 import android.util.Slog; 45 Slog.e(TAG, "Wrong arguments"); 102 Slog.e(TAG, "Callback failed:" + e);
|
/frameworks/base/core/java/android/service/dreams/ |
Sandman.java | 28 import android.util.Slog; 73 Slog.i(TAG, "Dreams currently disabled for docks."); 86 Slog.i(TAG, "Activating dream while docked."); 98 Slog.i(TAG, "Activating dream by user request."); 105 Slog.e(TAG, "Could not start dream when docked.", ex);
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
UsageStatsXml.java | 20 import android.util.Slog; 73 Slog.e(TAG, "UsageStats Xml", e); 103 Slog.e(TAG, "Unrecognized version " + versionStr); 107 Slog.e(TAG, "Bad version"); 111 Slog.e(TAG, "Failed to parse Xml", e);
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbDeviceManager.java | 45 import android.util.Slog; 165 if (DEBUG) Slog.v(TAG, "USB UEVENT: " + event.toString()); 172 if (DEBUG) Slog.d(TAG, "got accessory start"); 191 if (DEBUG) Slog.d(TAG, "accessory attached at boot"); 209 if (DEBUG) Slog.d(TAG, "systemReady"); 228 Slog.d(TAG, "ADB_ENABLED is restricted."); 234 if (DEBUG) Slog.d(TAG, "boot completed"); 294 Slog.e(TAG, "failed to write to " + RNDIS_ETH_ADDR_PATH); 338 Slog.e(TAG, "Error initializing UsbHandler", e); 369 Slog.e(TAG, "unknown state " + state) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
PowerUI.java | 32 import android.util.Slog; 172 Slog.d(TAG, "buckets ....." + mLowBatteryAlertCloseLevel 175 Slog.d(TAG, "level " + oldBatteryLevel + " --> " + mBatteryLevel); 176 Slog.d(TAG, "status " + oldBatteryStatus + " --> " + mBatteryStatus); 177 Slog.d(TAG, "plugType " + oldPlugType + " --> " + mPlugType); 178 Slog.d(TAG, "invalidCharger " + oldInvalidCharger + " --> " + mInvalidCharger); 179 Slog.d(TAG, "bucket " + oldBucket + " --> " + bucket); 180 Slog.d(TAG, "plugged " + oldPlugged + " --> " + plugged); 185 Slog.d(TAG, "showing invalid charger warning"); 218 Slog.w(TAG, "unknown intent: " + intent) [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/ |
PackageManagerBackupAgent.java | 31 import android.util.Slog; 156 Slog.w(TAG, "getRestoredMetadata() before metadata read!"); 165 Slog.w(TAG, "getRestoredPackages() before metadata read!"); 181 if (DEBUG) Slog.v(TAG, "onBackup()"); 192 Slog.i(TAG, "Previous metadata " + mStoredIncrementalVersion + " mismatch vs " 210 Slog.w(TAG, "Can't access preferred home info"); 228 Slog.i(TAG, "Home preference changed; backing up new state " + home); 252 if (DEBUG) Slog.v(TAG, "Storing global metadata key"); 257 if (DEBUG) Slog.v(TAG, "Global metadata key already stored"); 295 Slog.w(TAG, "Not backing up package " + packNam [all...] |
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
WallpaperManagerService.java | 67 import android.util.Slog; 268 Slog.w(TAG, "Wallpaper service gone: " + mWallpaper.wallpaperComponent); 280 Slog.w(TAG, "Reverting to built-in wallpaper!"); 302 Slog.w(TAG, "Failed to set wallpaper dimensions", e); 310 Slog.w(TAG, "Failed to set wallpaper padding", e); 359 Slog.w(TAG, "Wallpaper no longer available; reverting to default"); 438 Slog.w(TAG, "Wallpaper uninstalled, removing: " 458 Slog.w(TAG, "Wallpaper component gone, removing: " 477 if (DEBUG) Slog.v(TAG, "WallpaperService startup"); 505 if (DEBUG) Slog.v(TAG, "systemReady") [all...] |
/frameworks/base/core/java/com/android/internal/alsa/ |
AlsaCardsParser.java | 19 import android.util.Slog; 65 Slog.e(TAG, "Failed to parse line " + lineIndex + " of " + kCardsFilePath 103 Slog.i(TAG, "AlsaCardsParser.scan()"); 115 Slog.i(TAG, " " + line); 124 Slog.i(TAG, " " + line); 219 Slog.i(TAG, heading); 221 Slog.i(TAG, cardRec.textFormat());
|
/frameworks/base/services/core/java/com/android/server/notification/ |
CountdownConditionProvider.java | 32 import android.util.Slog; 57 if (DEBUG) Slog.d(TAG, "new CountdownConditionProvider()"); 94 if (DEBUG) Slog.d(TAG, "onConnected"); 102 if (DEBUG) Slog.d(TAG, "onDestroy"); 116 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId); 136 if (DEBUG) Slog.d(TAG, String.format( 154 if (DEBUG) Slog.d(TAG, "Countdown condition fired: " + conditionId);
|
NotificationIntrusivenessExtractor.java | 22 import android.util.Slog; 37 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + "."); 42 if (DBG) Slog.d(TAG, "skipping empty notification");
|
/frameworks/base/services/core/java/com/android/server/updates/ |
ConfigUpdateInstallReceiver.java | 26 import android.util.Slog; 74 Slog.i(TAG, "Not installing, new version is <= current version"); 80 Slog.i(TAG, "Found new update, installing..."); 82 Slog.i(TAG, "Installation successful"); 86 Slog.e(TAG, "Could not update content!", e); 127 Slog.i(TAG, "Couldn't find current metadata, assuming first update"); 146 Slog.i(TAG, "Failed to read current content, assuming first update!");
|
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityStack.java | 67 import android.util.Slog; 282 Slog.w(TAG, "Activity pause timeout for " + r); 302 Slog.w(TAG, "Activity destroy timeout for " + r); 311 Slog.w(TAG, "Activity stop timeout for " + r); 332 Slog.e(TAG, "Timeout waiting for cancelVisibleBehind player=" + r); 466 if (task.stack != this) Slog.w(TAG, 533 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Looking for task of " + target + " in " + this); 538 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": voice session"); 543 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": different user"); 549 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": mismatch root " + r) [all...] |
ActiveServices.java | 71 import android.util.Slog; 211 if (DEBUG_DELAYED_STARTS) Slog.v(TAG_SERVICE, 216 if (DEBUG_DELAYED_STARTS) Slog.v(TAG_SERVICE, "No longer delaying start: " + r); 226 Slog.i(TAG, "Waited long enough for: " + r); 235 if (DEBUG_DELAYED_STARTS) Slog.v(TAG_SERVICE, 238 Slog.w(TAG, "**** NO PENDING STARTS! " + r + " startReq=" + r.startRequested 243 Slog.v(TAG_SERVICE, "Remaining delayed list:"); 245 Slog.v(TAG_SERVICE, " #" + i + ": " + mDelayedStartList.get(i)); 259 if (DEBUG_DELAYED_SERVICE) Slog.v(TAG_SERVICE, "Top bg start is " + next 284 Slog.v(TAG_MU, "getServiceByName(" + name + "), callingUser = " + callingUser) [all...] |
/frameworks/base/services/core/java/com/android/server/policy/ |
ImmersiveModeConfirmation.java | 33 import android.util.Slog; 88 if (DEBUG) Slog.d(TAG, String.format("loadSetting() mCurrentUserId=%d", mCurrentUserId)); 95 if (DEBUG) Slog.d(TAG, "Loaded mConfirmed=" + mConfirmed); 97 Slog.w(TAG, "Error loading confirmations, value=" + value, t); 102 if (DEBUG) Slog.d(TAG, "saveSetting()"); 109 if (DEBUG) Slog.d(TAG, "Saved value=" + value); 111 Slog.w(TAG, "Error saving confirmations, mConfirmed=" + mConfirmed, t); 120 if (DEBUG) Slog.d(TAG, String.format("immersiveModeChanged() disabled=%s mConfirmed=%s", 146 if (DEBUG) Slog.d(TAG, "confirmCurrentPrompt()"); 153 if (DEBUG) Slog.d(TAG, "Hiding immersive mode confirmation") [all...] |
/frameworks/base/services/core/java/com/android/server/storage/ |
DeviceStorageMonitorService.java | 47 import android.util.Slog; 147 Slog.e(TAG, "Will not process invalid message"); 158 if(localLOGV) Slog.i(TAG, " Clear succeeded:"+mClearSucceeded 223 if (localLOGV) Slog.i(TAG, "Clearing cache"); 227 Slog.w(TAG, "Failed to get handle for PackageManger Exception: "+e); 239 if(localLOGV) Slog.i(TAG, "Thread already running just skip"); 243 Slog.w(TAG, "Thread that clears cache file seems to run for ever"); 247 if (localLOGV) Slog.v(TAG, "freeMemory="+mFreeMem); 277 Slog.i(TAG, "Running low on memory. Sending notification"); 281 if (localLOGV) Slog.v(TAG, "Running low on memory " [all...] |