/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceWrapper.java | 23 import android.util.Slog; 54 Slog.w(TAG , "Remote Exception", e); in verifyUnlock() 63 Slog.w(TAG , "Remote Exception", e); in setOccluded() 72 Slog.w(TAG , "Remote Exception", e); in addStateMonitorCallback() 81 Slog.w(TAG , "Remote Exception", e); in dismiss() 90 Slog.w(TAG , "Remote Exception", e); in onDreamingStarted() 99 Slog.w(TAG , "Remote Exception", e); in onDreamingStopped() 108 Slog.w(TAG , "Remote Exception", e); in onStartedGoingToSleep() 117 Slog.w(TAG , "Remote Exception", e); in onFinishedGoingToSleep() 126 Slog.w(TAG , "Remote Exception", e); in onStartedWakingUp() [all …]
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerHelper.java | 42 import android.util.Slog; 120 Slog.w(TAG, "listModules status=" + status + ", # of modules=" + modules.size()); in SoundTriggerHelper() 145 Slog.w(TAG, "Passed in bad data to startGenericRecognition()."); in startGenericRecognition() 152 Slog.w(TAG, "Irrecoverable error occurred, check UUID / sound model data."); in startGenericRecognition() 178 Slog.d(TAG, "startKeyphraseRecognition for keyphraseId=" + keyphraseId in startKeyphraseRecognition() 181 Slog.d(TAG, "moduleProperties=" + mModuleProperties); in startKeyphraseRecognition() 187 Slog.e(TAG, "Generic model with same UUID exists."); in startKeyphraseRecognition() 218 Slog.w(TAG, "Unable to stop or unload previous model: " + in cleanUpExistingKeyphraseModelLocked() 242 Slog.w(TAG, "Attempting startRecognition without the capability"); in startRecognition() 248 Slog.w(TAG, "startRecognition cannot attach to sound trigger module"); in startRecognition() [all …]
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
D | AuthenticationClient.java | 29 import android.util.Slog; 65 Slog.v(TAG, "onAuthenticated(owner=" + getOwnerString() in onAuthenticated() 74 Slog.w(TAG, "Failed to notify Authenticated:", e); in onAuthenticated() 88 Slog.w(TAG, "Forcing lockout (fp driver code should do this!), mode(" + in onAuthenticated() 96 Slog.w(TAG, "Failed to notify lockout:", e); in onAuthenticated() 117 Slog.w(TAG, "start authentication: no fingerprint HAL!"); in start() 123 Slog.w(TAG, "startAuthentication failed, result=" + result); in start() 128 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is authenticating..."); in start() 130 Slog.e(TAG, "startAuthentication failed", e); in start() 139 Slog.w(TAG, "stopAuthentication: already cancelled!"); in stop() [all …]
|
D | RemovalClient.java | 26 import android.util.Slog; 49 Slog.w(TAG, "startRemove with id = " + mFingerId + " failed, result=" + result); in start() 55 Slog.e(TAG, "startRemove failed", e); in start() 63 Slog.w(TAG, "stopRemove: already cancelled!"); in stop() 68 Slog.w(TAG, "stopRemoval: no fingerprint HAL!"); in stop() 74 Slog.w(TAG, "stopRemoval failed, result=" + result); in stop() 77 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is no longer removing"); in stop() 79 Slog.e(TAG, "stopRemoval failed", e); in stop() 96 Slog.w(TAG, "Failed to notify Removed:", e); in sendRemoved() 112 if (DEBUG) Slog.w(TAG, "onEnrollResult() called for remove!"); in onEnrollResult() [all …]
|
D | EnumerateClient.java | 25 import android.util.Slog; 45 Slog.w(TAG, "start enumerate for user " + getTargetUserId() in start() 52 Slog.e(TAG, "startEnumeration failed", e); in start() 60 Slog.w(TAG, "stopEnumerate: already cancelled!"); in stop() 65 Slog.w(TAG, "stopEnumeration: no fingerprint HAL!"); in stop() 71 Slog.w(TAG, "stop enumeration failed, result=" + result); in stop() 75 Slog.e(TAG, "stopEnumeration failed", e); in stop() 96 Slog.w(TAG, "Failed to notify enumerated:", e); in onEnumerationResult() 103 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for enumerate!"); in onAuthenticated() 109 if (DEBUG) Slog.w(TAG, "onEnrollResult() called for enumerate!"); in onEnrollResult() [all …]
|
D | EnrollClient.java | 25 import android.util.Slog; 50 Slog.w(TAG, "groupId != getGroupId(), groupId: " + groupId + in onEnrollResult() 74 Slog.w(TAG, "Failed to notify EnrollResult:", e); in sendEnrollResult() 83 Slog.w(TAG, "enroll: no fingerprint HAL!"); in start() 90 Slog.w(TAG, "startEnroll failed, result=" + result); in start() 96 Slog.e(TAG, "startEnroll failed", e); in start() 104 Slog.w(TAG, "stopEnroll: already cancelled!"); in stop() 109 Slog.w(TAG, "stopEnrollment: no fingerprint HAL!"); in stop() 115 Slog.w(TAG, "startEnrollCancel failed, result = " + result); in stop() 119 Slog.e(TAG, "stopEnrollment failed", e); in stop() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | NativeCrashListener.java | 24 import android.util.Slog; 84 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()"); in run() 86 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned"); in run() 88 Slog.e(TAG, "Unable to report native crash", e); in run() 105 if (DEBUG) Slog.i(TAG, "Starting up"); in run() 128 if (MORE_DEBUG) Slog.v(TAG, "Waiting for debuggerd connection"); in run() 130 if (MORE_DEBUG) Slog.v(TAG, "Got debuggerd socket " + peerFd); in run() 137 Slog.w(TAG, "Error handling connection", e); in run() 147 Slog.d(TAG, "Exception writing ack: " + e.getMessage()); in run() 154 Slog.d(TAG, "Exception closing socket: " + e.getMessage()); in run() [all …]
|
D | TaskPersister.java | 29 import android.util.Slog; 136 Slog.i(TAG, "Failure deleting legacy images directory: " + legacyImagesDir); in TaskPersister() 143 Slog.i(TAG, "Failure deleting legacy tasks directory: " + legacyTasksDir); in TaskPersister() 177 Slog.d(TAG, "Removing " + ((ImageWriteQueueItem) item).mFilePath + in removeThumbnails() 218 Slog.e(TAG, "Error while reading taskIds file for user " + userId, e); in loadPersistedTaskIdsForUser() 245 Slog.e(TAG, "Error while writing taskIds file for user " + userId, e); in writePersistedTaskIdsForUser() 284 if (DEBUG) Slog.d(TAG, "wakeup: task=" + task + " flush=" + flush + " mNextWriteTime=" in wakeup() 328 if (DEBUG) Slog.d(TAG, "saveImage: filePath=" + filePath + " now=" + in saveImage() 362 if (DEBUG) Slog.d(TAG, "saveToXml: task=" + task); in saveToXml() 395 Slog.e(TAG, "Couldn't read file " + file.getName()); in fileToString() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | RecoverySystemService.java | 30 import android.util.Slog; 78 if (DEBUG) Slog.d(TAG, "uncrypt: " + filename); in uncrypt() 85 Slog.e(TAG, "uncrypt service is unavailable."); in uncrypt() 96 Slog.e(TAG, "IOException when writing \"" + in uncrypt() 107 Slog.e(TAG, "Failed to connect to uncrypt socket"); in uncrypt() 128 Slog.i(TAG, "uncrypt read status: " + status); in uncrypt() 133 Slog.w(TAG, "RemoteException when posting progress"); in uncrypt() 137 Slog.i(TAG, "uncrypt successfully finished."); in uncrypt() 146 Slog.e(TAG, "uncrypt failed with status: " + status); in uncrypt() 155 Slog.e(TAG, "IOException when reading status: ", e); in uncrypt() [all …]
|
D | BluetoothManagerService.java | 61 import android.util.Slog; 274 Slog.e(TAG, "Unable to call getState", e); 280 Slog.d(TAG, "Airplane Mode change - current state: " + 297 Slog.e(TAG,"Unable to call onBrEdrDown", e); 317 if (DBG) Slog.d(TAG, "Bluetooth Adapter name changed to " + newName); 324 if (DBG) Slog.d(TAG, "Bluetooth Adapter address changed to " + newAddress); 327 if (DBG) Slog.e(TAG, "No Bluetooth Adapter address parameter found"); 338 if (DBG) Slog.d(TAG, "ACTION_SETTING_RESTORED with BLUETOOTH_ON, prevValue=" + 391 if (DBG) Slog.d(TAG, "Startup: Bluetooth persisted state is ON."); in BluetoothManagerService() 410 Slog.w(TAG, "Unable to resolve SystemUI's UID.", e); in BluetoothManagerService() [all …]
|
D | PersistentDataBlockService.java | 31 import android.util.Slog; 110 Slog.e(TAG, "not able to find package " + allowedPackage, e); in getAllowedUid() 222 Slog.i(TAG, "Formatting FRP partition..."); in enforceChecksumValidity() 239 Slog.e(TAG, "partition not available?", e); in computeAndWriteDigestLocked() 247 Slog.e(TAG, "failed to write block checksum", e); in computeAndWriteDigestLocked() 263 Slog.e(TAG, "partition not available?", e); in computeDigestLocked() 272 Slog.e(TAG, "SHA-256 not supported?", e); in computeDigestLocked() 291 Slog.e(TAG, "failed to read partition", e); in computeDigestLocked() 305 Slog.e(TAG, "partition not available?", e); in formatPartitionLocked() 316 Slog.e(TAG, "failed to format block", e); in formatPartitionLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteProviderProxy.java | 31 import android.util.Slog; 100 Slog.d(TAG, this + ": Starting"); in start() 111 Slog.d(TAG, this + ": Stopping"); in stop() 143 Slog.d(TAG, this + ": Binding"); in bind() 153 Slog.d(TAG, this + ": Bind failed"); in bind() 157 Slog.d(TAG, this + ": Bind failed", ex); in bind() 166 Slog.d(TAG, this + ": Unbinding"); in unbind() 178 Slog.d(TAG, this + ": onServiceConnected()"); in onServiceConnected() 192 Slog.d(TAG, this + ": Connected successfully."); in onServiceConnected() 196 Slog.d(TAG, this + ": Registration failed"); in onServiceConnected() [all …]
|
D | TvRemoteService.java | 25 import android.util.Slog; 72 if (DEBUG) Slog.d(TAG, "onStart()"); in onStart() 83 if (DEBUG) Slog.d(TAG, "PHASE_THIRD_PARTY_APPS_CAN_START"); in onBootPhase() 98 Slog.d(TAG, "openInputBridgeInternalLocked(), token: " + token + ", name: " + name + in openInputBridgeInternalLocked() 105 if (DEBUG) Slog.d(TAG, "RemoteBridge already exists"); in openInputBridgeInternalLocked() 120 Slog.e(TAG, "Cannot create device for " + name); in openInputBridgeInternalLocked() 126 Slog.d(TAG, "closeInputBridgeInternalLocked(), token: " + token); in closeInputBridgeInternalLocked() 141 Slog.d(TAG, "clearInputBridgeInternalLocked(), token: " + token); in clearInputBridgeInternalLocked() 159 Slog.d(TAG, "sendKeyDownInternalLocked(), token: " + token + ", keyCode: " + keyCode); in sendKeyDownInternalLocked() 170 Slog.d(TAG, "sendKeyUpInternalLocked(), token: " + token + ", keyCode: " + keyCode); in sendKeyUpInternalLocked() [all …]
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 113 import android.util.Slog; 404 Slog.i(TAG, "Backup enable apparently not migrated"); in onUnlockUser() 411 Slog.i(TAG, "Migrating enable state " + (enableState != 0)); in onUnlockUser() 418 Slog.i(TAG, "Backup not yet configured; retaining null enable state"); in onUnlockUser() 443 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned in onChange() 450 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups"); in onChange() 856 Slog.v(TAG, "Backup requested but no transport available"); in handleMessage() 875 if (DEBUG) Slog.v(TAG, "clearing pending backups"); in handleMessage() 902 Slog.e(TAG, "Transport became unavailable attempting backup" in handleMessage() 907 Slog.v(TAG, "Backup requested but nothing pending"); in handleMessage() [all …]
|
D | PackageManagerBackupAgent.java | 31 import android.util.Slog; 156 Slog.w(TAG, "getRestoredMetadata() before metadata read!"); in getRestoredMetadata() 165 Slog.w(TAG, "getRestoredPackages() before metadata read!"); in getRestoredPackages() 181 if (DEBUG) Slog.v(TAG, "onBackup()"); in onBackup() 192 Slog.i(TAG, "Previous metadata " + mStoredIncrementalVersion + " mismatch vs " in onBackup() 210 Slog.w(TAG, "Can't access preferred home info"); in onBackup() 228 Slog.i(TAG, "Home preference changed; backing up new state " + home); in onBackup() 252 if (DEBUG) Slog.v(TAG, "Storing global metadata key"); in onBackup() 257 if (DEBUG) Slog.v(TAG, "Global metadata key already stored"); in onBackup() 295 Slog.w(TAG, "Not backing up package " + packName in onBackup() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowContainerController.java | 44 import android.util.Slog; 82 if (DEBUG_VISIBILITY) Slog.v(TAG_WM, "Reporting drawn in " in handleMessage() 90 if (DEBUG_VISIBILITY) Slog.v(TAG_WM, "Reporting drawn in " in handleMessage() 104 if (DEBUG_VISIBILITY) Slog.v(TAG_WM, "Reporting visible in " 113 if (DEBUG_VISIBILITY) Slog.v(TAG_WM, "Reporting gone in " 122 if (DEBUG_STARTING_WINDOW) Slog.v(TAG_WM, "mContainer was null while trying to" 126 if (DEBUG_STARTING_WINDOW) Slog.v(TAG_WM, "Remove starting " + mContainer 136 Slog.v(TAG_WM, "startingWindow was set but startingSurface==null, couldn't " 140 Slog.v(TAG_WM, "Tried to remove starting window but startingWindow was null:" 148 Slog.w(TAG_WM, "Exception when removing starting window", e); [all …]
|
D | WindowSurfaceController.java | 44 import android.util.Slog; 130 Slog.i(TAG, str, where); in logSurface() 132 Slog.i(TAG, str); in logSurface() 137 if (SHOW_TRANSACTIONS) Slog.i(TAG, "REPARENT from: " + this + " to: " + other); in reparentChildrenInTransaction() 144 if (SHOW_TRANSACTIONS) Slog.i(TAG, "SEVER CHILDREN"); in detachChildren() 166 Slog.w(TAG, "Exception hiding surface in " + this); in hideSurface() 172 Slog.i(TAG, "Destroying surface " + this + " called by " + Debug.getCallers(8)); in destroyInTransaction() 179 Slog.w(TAG, "Error destroying surface in: " + this, e); in destroyInTransaction() 188 Slog.i(TAG, "Disconnecting client: " + this); in disconnectInTransaction() 196 Slog.w(TAG, "Error disconnecting surface in: " + this, e); in disconnectInTransaction() [all …]
|
D | DimLayer.java | 29 import android.util.Slog; 96 if (DEBUG_DIM_LAYER) Slog.v(TAG, "Ctor: displayId=" + displayId); in DimLayer() 112 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG, in constructSurface() 119 Slog.e(TAG_WM, "Exception creating Dim surface", e); in constructSurface() 166 if (DEBUG_DIM_LAYER) Slog.v(TAG, "setAlpha alpha=" + alpha); in adjustAlpha() 172 if (DEBUG_DIM_LAYER) Slog.v(TAG, "setAlpha hiding"); in adjustAlpha() 178 if (DEBUG_DIM_LAYER) Slog.v(TAG, "setAlpha showing"); in adjustAlpha() 185 Slog.w(TAG, "Failure setting alpha immediately", e); in adjustAlpha() 200 if (DEBUG_DIM_LAYER) Slog.v(TAG, in adjustBounds() 235 Slog.w(TAG, "Failure setting size", e); in setBounds() [all …]
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Nat464Xlat.java | 32 import android.util.Slog; 124 Slog.e(TAG, "startClat: already started"); in start() 129 Slog.e(TAG, "startClat: Can't start clat with null LinkProperties"); in start() 136 Slog.e(TAG, "startClat: Can't register interface observer for clat on " + mNetwork); in start() 142 Slog.e(TAG, "startClat: Can't start clat on null interface"); in start() 148 Slog.i(TAG, "Starting clatd on " + mBaseIface); in start() 152 Slog.e(TAG, "Error starting clatd: " + e); in start() 161 Slog.i(TAG, "Stopping clatd"); in stop() 165 Slog.e(TAG, "Error stopping clatd: " + e); in stop() 170 Slog.e(TAG, "clatd: already stopped"); in stop() [all …]
|
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/ |
D | WallpaperBackupAgent.java | 39 import android.util.Slog; 89 Slog.v(TAG, "onCreate()"); in onCreate() 101 Slog.v(TAG, "quota file " + mQuotaFile.getPath() + " exists=" + mQuotaExceeded); in onCreate() 143 Slog.v(TAG, "sysGen=" + sysGeneration + " : sysChanged=" + sysChanged); in onFullBackup() 144 Slog.v(TAG, "lockGen=" + lockGeneration + " : lockChanged=" + lockChanged); in onFullBackup() 145 Slog.v(TAG, "sysEligble=" + sysEligible); in onFullBackup() 146 Slog.v(TAG, "lockEligible=" + lockEligible); in onFullBackup() 152 if (DEBUG) Slog.v(TAG, "New wallpaper configuration; copying"); in onFullBackup() 155 if (DEBUG) Slog.v(TAG, "Storing wallpaper metadata"); in onFullBackup() 160 if (DEBUG) Slog.v(TAG, "New system wallpaper; copying"); in onFullBackup() [all …]
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | SecurityLogMonitor.java | 24 import android.util.Slog; 110 Slog.i(TAG, "Starting security logging."); in start() 128 Slog.i(TAG, "Stopping security logging."); in stop() 155 Slog.i(TAG, "Paused."); in pause() 183 Slog.i(TAG, "Resumed."); in resume() 199 Slog.i(TAG, "Discarded all logs."); in discardLogs() 231 if (DEBUG) Slog.d(TAG, "SecurityLog.readEvents"); in getNextBatch() 238 if (DEBUG) Slog.d(TAG, "SecurityLog.readEventsSince: " + startNanos); in getNextBatch() 247 if (DEBUG) Slog.d(TAG, "Got out of order events, sorting."); in getNextBatch() 254 if (DEBUG) Slog.d(TAG, "Got " + newLogs.size() + " new events."); in getNextBatch() [all …]
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintSpooler.java | 43 import android.util.Slog; 149 Slog.e(LOG_TAG, "Interrupted while waiting for operation to complete"); in increasePriority() 154 Slog.i(LOG_TAG, "Unbinding as previous binding was low priority"); in increasePriority() 173 Slog.e(LOG_TAG, "Error getting print jobs.", e); in getPrintJobInfos() 176 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] getPrintJobInfos()"); in getPrintJobInfos() 195 Slog.e(LOG_TAG, "Error creating print job.", e); in createPrintJob() 198 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] createPrintJob()"); in createPrintJob() 216 Slog.e(LOG_TAG, "Error writing print job data.", e); in writePrintJobData() 219 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] writePrintJobData()"); in writePrintJobData() 241 Slog.e(LOG_TAG, "Error getting print job info.", e); in getPrintJobInfo() [all …]
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | GenerationRegistry.java | 23 import android.util.Slog; 62 Slog.e(LOG_TAG, "Error updating generation id", e); in incrementGeneration() 82 Slog.i(LOG_TAG, "Exported index:" + index + " for key:" in addGenerationData() 88 Slog.e(LOG_TAG, "Error adding generation data", e); in addGenerationData() 107 Slog.e(LOG_TAG, "Error cleaning up for user", e); in onUserRemoved() 124 Slog.e(LOG_TAG, "Created backing store " + mBackingStore); in getBackingStoreLocked() 127 Slog.e(LOG_TAG, "Error creating generation tracker", e); in getBackingStoreLocked() 138 Slog.e(LOG_TAG, "Destroyed backing store " + mBackingStore); in destroyBackingStore() 141 Slog.e(LOG_TAG, "Cannot close generation memory array", e); in destroyBackingStore() 154 Slog.i(LOG_TAG, "Freed index:" + index + " for key:" in resetSlotForKeyLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | WifiDisplayController.java | 46 import android.util.Slog; 295 Slog.d(TAG, "Successfully set WFD info."); in updateWfdEnableState() 308 Slog.d(TAG, "Failed to set WFD info with reason " + reason + "."); in updateWfdEnableState() 323 Slog.d(TAG, "Successfully set WFD info."); in updateWfdEnableState() 330 Slog.d(TAG, "Failed to set WFD info with reason " + reason + "."); in updateWfdEnableState() 364 Slog.i(TAG, "Starting Wifi display scan."); in updateScanState() 378 Slog.i(TAG, "Stopping Wifi display scan."); in updateScanState() 392 Slog.d(TAG, "Discover peers succeeded. Requesting peers now."); in tryDiscoverPeers() 403 Slog.d(TAG, "Discover peers failed with reason " + reason + "."); in tryDiscoverPeers() 420 Slog.d(TAG, "Stop peer discovery succeeded."); in stopPeerDiscovery() [all …]
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 62 import android.util.Slog; 177 Slog.e(TAG, "No assist structure - app might have crashed providing it"); 183 Slog.e(TAG, "No receiver extras - app might have crashed providing it"); 190 Slog.v(TAG, "New structure for requestId " + requestId + ": " + structure); 259 Slog.v(TAG, "fillStructureWithAllowedValues(): no node for " + viewState.id); in fillContextWithAllowedValues() 317 Slog.v(TAG, "Requesting structure for requestId=" + requestId + ", flags=" + flags); in requestNewFillResponseLocked() 334 Slog.w(TAG, "failed to request autofill data for " + mActivityToken); in requestNewFillResponseLocked() 382 Slog.w(TAG, "Call to Session#switchActivity() rejected - session: " in switchActivity() 400 Slog.w(TAG, "Call to Session#onFillRequestSuccess() rejected - session: " in onFillRequestSuccess() 406 if (sVerbose) Slog.v(TAG, "canceling session " + id + " when server returned null"); in onFillRequestSuccess() [all …]
|