Searched refs:Slog (Results 1 - 25 of 520) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/notification/
H A DGlobalSortKeyComparator.java18 import android.util.Slog;
31 Slog.wtf(TAG, "Missing left global sort key: " + left);
35 Slog.wtf(TAG, "Missing right global sort key: " + right);
H A DImportanceExtractor.java19 import android.util.Slog;
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
H A DPriorityExtractor.java20 import android.util.Slog;
32 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
37 if (DBG) Slog.d(TAG, "skipping empty notification");
42 if (DBG) Slog.d(TAG, "missing config");
H A DVisibilityExtractor.java20 import android.util.Slog;
32 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
37 if (DBG) Slog.d(TAG, "skipping empty notification");
42 if (DBG) Slog.d(TAG, "missing config");
/frameworks/base/services/core/java/com/android/server/
H A DBrickReceiver.java23 import android.util.Slog;
28 Slog.w("BrickReceiver", "!!! BRICKING DEVICE !!!");
H A DServiceThread.java22 import android.util.Slog;
43 Slog.i(TAG, "Enabled StrictMode logging for " + getName() + " looper.");
H A DRecoverySystemService.java30 import android.util.Slog;
78 if (DEBUG) Slog.d(TAG, "uncrypt: " + filename);
85 Slog.e(TAG, "uncrypt service is unavailable.");
96 Slog.e(TAG, "IOException when writing \"" +
107 Slog.e(TAG, "Failed to connect to uncrypt socket");
128 Slog.i(TAG, "uncrypt read status: " + status);
133 Slog.w(TAG, "RemoteException when posting progress");
137 Slog.i(TAG, "uncrypt successfully finished.");
146 Slog.e(TAG, "uncrypt failed with status: " + status);
155 Slog
[all...]
H A DBluetoothManagerService.java61 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.");
410 Slog
[all...]
H A DMasterClearReceiver.java27 import android.util.Slog;
41 Slog.w(TAG, "Ignoring master clear request -- not from trusted server.");
46 Slog.w(TAG, "The request uses the deprecated Intent#ACTION_MASTER_CLEAR, "
50 Slog.w(TAG, "The request uses the deprecated Intent#EXTRA_FORCE_MASTER_CLEAR, "
61 Slog.w(TAG, "!!! FACTORY RESET !!!");
70 Slog.e(TAG, "Can't perform master clear/factory reset", e);
72 Slog.e(TAG, "Can't perform master clear/factory reset", e);
106 Slog.w(TAG, "Wiping adoptable disks");
/frameworks/base/core/java/com/android/server/backup/
H A DAccountManagerBackupHelper.java22 import android.util.Slog;
46 Slog.d(TAG, "Handling backup of " + key);
55 Slog.w(TAG, "Unexpected backup key " + key);
59 Slog.e(TAG, "Unable to store payload " + key);
69 Slog.d(TAG, "Handling restore of " + key);
78 Slog.w(TAG, "Unexpected restore key " + key);
82 Slog.w(TAG, "Unable to restore key " + key);
H A DPermissionBackupHelper.java23 import android.util.Slog;
43 Slog.d(TAG, "Handling backup of " + key);
51 Slog.w(TAG, "Unexpected backup key " + key);
54 Slog.e(TAG, "Unable to store payload " + key);
63 Slog.d(TAG, "Handling restore of " + key);
72 Slog.w(TAG, "Unexpected restore key " + key);
75 Slog.w(TAG, "Unable to restore key " + key);
H A DPreferredActivityBackupHelper.java23 import android.util.Slog;
52 Slog.d(TAG, "Handling backup of " + key);
64 Slog.w(TAG, "Unexpected backup key " + key);
67 Slog.e(TAG, "Unable to store payload " + key);
76 Slog.d(TAG, "Handling restore of " + key);
91 Slog.w(TAG, "Unexpected restore key " + key);
94 Slog.w(TAG, "Unable to restore key " + key);
H A DShortcutBackupHelper.java23 import android.util.Slog;
47 Slog.wtf(TAG, "Backup failed", e);
51 Slog.w(TAG, "Unknown key: " + key);
63 Slog.wtf(TAG, "Restore failed", e);
67 Slog.w(TAG, "Unknown key: " + key);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DRemovalClient.java26 import android.util.Slog;
49 Slog.w(TAG, "startRemove with id = " + mFingerId + " failed, result=" + result);
55 Slog.e(TAG, "startRemove failed", e);
63 Slog.w(TAG, "stopRemove: already cancelled!");
68 Slog.w(TAG, "stopRemoval: no fingerprint HAL!");
74 Slog.w(TAG, "stopRemoval failed, result=" + result);
77 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is no longer removing");
79 Slog.e(TAG, "stopRemoval failed", e);
96 Slog.w(TAG, "Failed to notify Removed:", e);
112 if (DEBUG) Slog
[all...]
H A DAuthenticationClient.java29 import android.util.Slog;
65 Slog.v(TAG, "onAuthenticated(owner=" + getOwnerString()
74 Slog.w(TAG, "Failed to notify Authenticated:", e);
88 Slog.w(TAG, "Forcing lockout (fp driver code should do this!), mode(" +
96 Slog.w(TAG, "Failed to notify lockout:", e);
117 Slog.w(TAG, "start authentication: no fingerprint HAL!");
123 Slog.w(TAG, "startAuthentication failed, result=" + result);
128 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is authenticating...");
130 Slog.e(TAG, "startAuthentication failed", e);
139 Slog
[all...]
H A DEnumerateClient.java25 import android.util.Slog;
45 Slog.w(TAG, "start enumerate for user " + getTargetUserId()
52 Slog.e(TAG, "startEnumeration failed", e);
60 Slog.w(TAG, "stopEnumerate: already cancelled!");
65 Slog.w(TAG, "stopEnumeration: no fingerprint HAL!");
71 Slog.w(TAG, "stop enumeration failed, result=" + result);
75 Slog.e(TAG, "stopEnumeration failed", e);
96 Slog.w(TAG, "Failed to notify enumerated:", e);
103 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for enumerate!");
109 if (DEBUG) Slog
[all...]
H A DEnrollClient.java25 import android.util.Slog;
50 Slog.w(TAG, "groupId != getGroupId(), groupId: " + groupId +
74 Slog.w(TAG, "Failed to notify EnrollResult:", e);
83 Slog.w(TAG, "enroll: no fingerprint HAL!");
90 Slog.w(TAG, "startEnroll failed, result=" + result);
96 Slog.e(TAG, "startEnroll failed", e);
104 Slog.w(TAG, "stopEnroll: already cancelled!");
109 Slog.w(TAG, "stopEnrollment: no fingerprint HAL!");
115 Slog.w(TAG, "startEnrollCancel failed, result = " + result);
119 Slog
[all...]
/frameworks/base/core/java/android/os/
H A DIncidentManager.java27 import android.util.Slog;
60 Slog.e(TAG, "reportIncident can't find incident binder service");
67 Slog.e(TAG, "reportIncident failed", ex);
97 Slog.w(TAG, "Bad value for incident report setting '" + settingName + "'", ex);
101 Slog.i(TAG, "Incident report requested but disabled: " + settingName);
112 Slog.e(TAG, "reportIncident can't find incident binder service");
117 Slog.i(TAG, "Taking incident report: " + settingName);
121 Slog.e(TAG, "reportIncident failed", ex);
/frameworks/base/services/core/java/com/android/server/am/
H A DNativeCrashListener.java24 import android.util.Slog;
84 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
86 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
88 Slog.e(TAG, "Unable to report native crash", e);
105 if (DEBUG) Slog.i(TAG, "Starting up");
128 if (MORE_DEBUG) Slog.v(TAG, "Waiting for debuggerd connection");
130 if (MORE_DEBUG) Slog.v(TAG, "Got debuggerd socket " + peerFd);
137 Slog.w(TAG, "Error handling connection", e);
147 Slog.d(TAG, "Exception writing ack: " + e.getMessage());
154 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java23 import android.util.Slog;
54 Slog.w(TAG , "Remote Exception", e);
63 Slog.w(TAG , "Remote Exception", e);
72 Slog.w(TAG , "Remote Exception", e);
81 Slog.w(TAG , "Remote Exception", e);
90 Slog.w(TAG , "Remote Exception", e);
99 Slog.w(TAG , "Remote Exception", e);
108 Slog.w(TAG , "Remote Exception", e);
117 Slog.w(TAG , "Remote Exception", e);
126 Slog
[all...]
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java12 import android.util.Slog;
29 Slog.e(TAG, "Unable to access Storage Manager");
42 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
81 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
83 Slog.w(TAG, "Cannot restore data for unavailable volume " + i);
86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
89 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
92 Slog.e(TAG, "Skipping data with malformed path " + relpath);
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java42 import android.util.Slog;
120 Slog.w(TAG, "listModules status=" + status + ", # of modules=" + modules.size());
145 Slog.w(TAG, "Passed in bad data to startGenericRecognition().");
152 Slog.w(TAG, "Irrecoverable error occurred, check UUID / sound model data.");
178 Slog.d(TAG, "startKeyphraseRecognition for keyphraseId=" + keyphraseId
181 Slog.d(TAG, "moduleProperties=" + mModuleProperties);
187 Slog.e(TAG, "Generic model with same UUID exists.");
218 Slog.w(TAG, "Unable to stop or unload previous model: " +
242 Slog.w(TAG, "Attempting startRecognition without the capability");
248 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteService.java25 import android.util.Slog;
72 if (DEBUG) Slog.d(TAG, "onStart()");
83 if (DEBUG) Slog.d(TAG, "PHASE_THIRD_PARTY_APPS_CAN_START");
98 Slog.d(TAG, "openInputBridgeInternalLocked(), token: " + token + ", name: " + name +
105 if (DEBUG) Slog.d(TAG, "RemoteBridge already exists");
120 Slog.e(TAG, "Cannot create device for " + name);
126 Slog.d(TAG, "closeInputBridgeInternalLocked(), token: " + token);
141 Slog.d(TAG, "clearInputBridgeInternalLocked(), token: " + token);
159 Slog.d(TAG, "sendKeyDownInternalLocked(), token: " + token + ", keyCode: " + keyCode);
170 Slog
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java23 import android.util.Slog;
62 Slog.e(LOG_TAG, "Error updating generation id", e);
82 Slog.i(LOG_TAG, "Exported index:" + index + " for key:"
88 Slog.e(LOG_TAG, "Error adding generation data", e);
107 Slog.e(LOG_TAG, "Error cleaning up for user", e);
124 Slog.e(LOG_TAG, "Created backing store " + mBackingStore);
127 Slog.e(LOG_TAG, "Error creating generation tracker", e);
138 Slog.e(LOG_TAG, "Destroyed backing store " + mBackingStore);
141 Slog.e(LOG_TAG, "Cannot close generation memory array", e);
154 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java23 import android.util.Slog;
60 if (DEBUG) Slog.d(TAG, "showDialog " + keyguardShowing + " " + deviceProvisioned);
76 if (DEBUG) Slog.d(TAG, "onGlobalActionsShown");
83 if (DEBUG) Slog.d(TAG, "onGlobalActionsDismissed");
89 if (DEBUG) Slog.d(TAG, "onStatusBarConnectedChanged " + connected);
101 if (DEBUG) Slog.d(TAG, "Global actions timeout");

Completed in 423 milliseconds

1234567891011>>