HomeSort by relevance Sort by last modified time
    Searched defs:Slog (Results 101 - 125 of 664) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardDisplayManager.java 28 import android.util.Slog;
53 if (DEBUG) Slog.v(TAG, "show");
63 if (DEBUG) Slog.v(TAG, "hide");
74 if (DEBUG) Slog.d(TAG, "onRouteSelected: type=" + type + ", info=" + info);
80 if (DEBUG) Slog.d(TAG, "onRouteUnselected: type=" + type + ", info=" + info);
86 if (DEBUG) Slog.d(TAG, "onRoutePresentationDisplayChanged: info=" + info);
109 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay());
115 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
122 Slog.w(TAG, "Invalid display:", ex);
  /frameworks/base/services/autofill/java/com/android/server/autofill/
FieldClassificationStrategy.java 44 import android.util.Slog;
86 Slog.w(TAG, "no external services package!");
95 Slog.w(TAG, "No valid components found.");
109 Slog.w(TAG, name.flattenToShortString() + " does not require permission "
114 if (sVerbose) Slog.v(TAG, "getServiceComponentName(): " + name);
121 if (sDebug) Slog.d(TAG, "reset(): unbinding service.");
125 if (sDebug) Slog.d(TAG, "reset(): service is not bound. Do nothing.");
137 if (sVerbose) Slog.v(TAG, "running command right away");
140 Slog.w(TAG, "exception calling service: " + e);
144 if (sDebug) Slog.d(TAG, "service is null; queuing command")
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/internal/
PerformInitializeTask.java 28 import android.util.Slog;
119 Slog.e(TAG, "Requested init for " + transportName + " but not found");
124 Slog.i(TAG, "Initializing (wiping) backup transport storage: " + transportName);
140 Slog.i(TAG, "Device init successful");
151 Slog.e(TAG, "Transport error in initializeDevice()");
159 Slog.w(TAG, "Init failed on " + transportName + " resched in " + delay);
167 Slog.e(TAG, "Unexpected error performing init", e);
  /frameworks/base/services/backup/java/com/android/server/backup/utils/
RestoreUtils.java 38 import android.util.Slog;
79 Slog.d(TAG, "Installing from backup: " + info.packageName);
139 Slog.w(TAG, "Restore stream claimed to include apk for "
151 Slog.w(TAG, "Restore stream contains apk of package "
165 Slog.w(TAG, "Installed app " + info.packageName
170 Slog.w(TAG, "Installed app " + info.packageName
177 Slog.w(TAG, "Install of package " + info.packageName
194 Slog.e(TAG, "Unable to transcribe restored apk for install");
  /frameworks/base/services/core/java/com/android/server/
DockObserver.java 36 import android.util.Slog;
117 Slog.w(TAG, "This kernel does not have dock station support");
119 Slog.e(TAG, "" , e);
154 Slog.i(TAG, "Dock state changed from " + mPreviousDockState + " to "
163 Slog.i(TAG, "Device not provisioned, skipping dock broadcast");
241 Slog.v(TAG, "Dock UEVENT: " + event.toString());
249 Slog.e(TAG, "Could not parse switch state from event " + event);
PinnerService.java 42 import android.util.Slog;
118 Slog.i(TAG, "Starting PinnerService");
148 Slog.i(TAG, "Updating pinned files.");
167 Slog.e(TAG, "Failed to pin file = " + fileToPin);
184 Slog.v(TAG, "Failed to pin camera.");
217 Slog.v(TAG, "Unable to resolve camera intent");
225 Slog.v(TAG, "cameraIntent returned resolverActivity");
253 Slog.e(TAG, "Failed to pin " + camAPK);
257 Slog.i(TAG, "Pinned " + pf.fileName);
293 Slog.i(TAG, "Pinned " + pf.fileName)
    [all...]
SystemUpdateManagerService.java 40 import android.util.Slog;
93 Slog.w(TAG, "Invalid status info. Ignored");
109 Slog.i(TAG, "Inactive updater reporting IDLE status. Ignored");
137 Slog.i(TAG, "No existing info file " + mFile.getBaseFile());
139 Slog.e(TAG, "Failed to parse the info file:", e);
141 Slog.e(TAG, "Failed to read the info file:", e);
151 Slog.w(TAG, "Invalid info file (invalid version). Ignored");
157 Slog.w(TAG, "Invalid info file (invalid UID). Ignored");
163 Slog.w(TAG, "Outdated info file. Ignored");
169 Slog.w(TAG, "Invalid info file (missing info). Ignored")
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
PersistentConnection.java 27 import android.util.Slog;
111 Slog.w(mTag, "Connected: " + mComponentName.flattenToShortString()
115 Slog.i(mTag, "Connected: " + mComponentName.flattenToShortString()
126 Slog.i(mTag, "Disconnected: " + mComponentName.flattenToShortString()
139 Slog.w(mTag, "Binding died: " + mComponentName.flattenToShortString()
144 Slog.w(mTag, "Binding died: " + mComponentName.flattenToShortString()
240 Slog.d(mTag, "Attempting to connect to " + mComponentName);
248 Slog.e(mTag, "Binding: " + service.getComponent() + " u" + mUserId
288 Slog.i(mTag, "Stopping: " + mComponentName.flattenToShortString() + " u" + mUserId);
306 Slog.i(mTag, "Scheduling to reconnect in " + mNextBackoffMs + " ms (uptime)")
    [all...]
UriPermission.java 25 import android.util.Slog;
103 Slog.d(TAG,
158 Slog.w(TAG, "Requested flags 0x"
272 Slog.wtf(TAG, "Unknown read owner " + owner + " in " + this);
297 Slog.wtf(TAG, "Unknown write owner " + owner + " in " + this);
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
TunerSession.java 31 import android.util.Slog;
83 Slog.i(TAG, "Ignoring setConfiguration - not applicable for broadcastradio HAL 2.x");
102 Slog.w(TAG, "Mute via RadioService is not implemented - please handle it via app");
151 Slog.i(TAG, "Announcements control doesn't involve cancelling at the HAL level in 2.x");
161 Slog.i(TAG, "Explicit background scan trigger is not supported with HAL 2.x");
197 Slog.v(TAG, "isConfigFlagSet " + ConfigFlag.toString(flag));
219 Slog.v(TAG, "setConfigFlag " + ConfigFlag.toString(flag) + " = " + value);
Convert.java 41 import android.util.Slog;
90 Slog.w(TAG, "VendorKeyValue contains null pointers");
106 Slog.w(TAG, "VendorKeyValue contains null pointers");
180 Slog.e(TAG, "Unknown frequency band at " + range.lowerBound + "kHz");
346 Slog.i(TAG, "Ignored unknown metadata entry: " + MetadataKey.toString(entry.key));
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 27 import android.util.Slog;
136 Slog.e(TAG,
143 Slog.e(TAG, "Error starting clatd on " + baseIface, e);
165 Slog.e(TAG, "Error stopping clatd on " + mBaseIface, e);
178 Slog.e(TAG, "Error unregistering clatd observer on " + mBaseIface, e);
191 Slog.e(TAG, "startClat: already started");
196 Slog.e(TAG, "startClat: Can't start clat with null LinkProperties");
202 Slog.e(TAG, "startClat: Can't start clat on null interface");
206 Slog.i(TAG, "Starting clatd on " + baseIface);
217 Slog.i(TAG, "Stopping clatd on " + mBaseIface)
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncJobService.java 27 import android.util.Slog;
71 Slog.e(TAG, "Messenger not initialized.");
77 Slog.e(TAG, e.toString());
101 Slog.e(TAG, "Got invalid job " + params.getJobId());
105 Slog.v(TAG, "Got start job message " + op.target);
115 Slog.v(TAG, "onStopJob called " + params.getJobId() + ", reason: "
185 Slog.e(TAG, "Job params not found for " + String.valueOf(jobId));
208 Slog.wtf(TAG, message);
  /frameworks/base/services/core/java/com/android/server/fingerprint/
AuthenticationClient.java 29 import android.util.Slog;
70 Slog.e(TAG, "Unable to notify dialog dismissed", e);
121 Slog.e(TAG, "Remote exception when sending acquired message", e);
148 Slog.e(TAG, "Remote exception when sending error", e);
169 Slog.e(TAG, "Failed to notify Authenticated:", e);
182 Slog.v(TAG, "onAuthenticated(owner=" + getOwnerString()
191 Slog.w(TAG, "Failed to notify Authenticated:", e);
206 Slog.w(TAG, "Forcing lockout (fp driver code should do this!), mode(" +
224 Slog.w(TAG, "Failed to notify lockout:", e);
246 Slog.w(TAG, "start authentication: no fingerprint HAL!")
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
NetworkLoggingHandler.java 29 import android.util.Slog;
72 Slog.d(TAG, "Received a batch finalization timeout alarm, finalizing "
141 Slog.d(TAG, "NetworkLoggingHandler received an unknown of message.");
154 Slog.d(TAG, "Scheduled a new batch finalization alarm " + BATCH_FINALIZATION_TIMEOUT_MS
159 Slog.d(TAG, "Paused network logging");
167 Slog.d(TAG, "Attempted to resume network logging, but logging is not paused.");
171 Slog.d(TAG, "Resumed network logging. Current batch=" + mCurrentBatchToken
189 Slog.d(TAG, "Discarded all network logs");
201 Slog.i(TAG, "Reached maximum id value; wrapping around ." + mCurrentBatchToken);
221 Slog.d(TAG, "Was about to finalize the batch, but there were no events to send to
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAlsaDevice.java 24 import android.util.Slog;
93 Slog.e(TAG, "Invalid alsa card or device alsaCard: " + mCardNum
183 Slog.e(TAG, "updateWiredDeviceConnectionState on unselected AlsaDevice!");
197 Slog.d(TAG, "pre-call device:0x" + Integer.toHexString(device)
202 Slog.i(TAG, "OUTPUT JACK connected: " + connected);
217 Slog.i(TAG, "INPUT JACK connected: " + connected);
227 Slog.e(TAG, "RemoteException in setWiredDeviceConnectionState");
  /frameworks/base/telephony/java/com/android/internal/telephony/
CarrierAppUtils.java 30 import android.util.Slog;
78 Slog.d(TAG, "disableCarrierAppsUntilPrivileged");
104 Slog.d(TAG, "disableCarrierAppsUntilPrivileged");
156 Slog.i(TAG, "Update state(" + packageName + "): ENABLED for user "
174 Slog.i(TAG, "Update associated state(" + associatedApp.packageName
194 Slog.i(TAG, "Update state(" + packageName
213 Slog.i(TAG,
244 Slog.w(TAG, "Could not reach PackageManager", e);
365 Slog.w(TAG, "Could not reach PackageManager", e);
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
SaveUi.java 45 import android.util.Slog;
95 if (sDebug) Slog.d(TAG, "OneTimeListener.onSave(): " + mDone);
105 if (sDebug) Slog.d(TAG, "OneTimeListener.onCancel(): " + mDone);
115 if (sDebug) Slog.d(TAG, "OneTimeListener.onDestroy(): " + mDone);
206 if (sDebug) Slog.d(TAG, "on constructor: applied custom description");
220 if (sDebug) Slog.d(TAG, "on constructor: title=" + mTitle + ", subTitle=" + mSubTitle);
269 Slog.w(TAG, "No remote view on custom description");
278 Slog.w(TAG, "could not apply main transformations on custom description");
298 if (sVerbose) Slog.v(TAG, "Intercepting custom description intent");
305 if (sDebug) Slog.d(TAG, "hiding UI until restored with token " + token)
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
FullRestoreEngine.java 42 import android.util.Slog;
160 Slog.w(TAG, "Restore engine used after halting");
177 Slog.v(TAG, "Reading tar header for restoring file");
191 Slog.w(TAG, "Expected data for " + onlyPackage + " but saw " + pkg);
208 Slog.d(TAG, "Saw new package; finalizing old one");
262 Slog.d(TAG, "APK file; installing");
291 Slog.d(TAG, "apk present but ACCEPT");
305 Slog.e(TAG, "Invalid policy from manifest");
319 Slog.i(TAG, "Reusing existing agent instance");
323 Slog.d(TAG, "Need to launch agent for " + pkg)
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/batterysaver/
FileUpdater.java 25 import android.util.Slog;
124 Slog.d(TAG, "Default values loaded after runtime restart; writing them...");
144 Slog.d(TAG, "Scheduling write: '" + value + "' to '" + file + "'");
163 Slog.d(TAG, "Resetting file default values.");
199 Slog.d(TAG, "Writing files: (# retries=" + mRetries + ") " +
295 Slog.i(TAG, "Skipped writing to '" + file + "'");
299 Slog.d(TAG, "Writing: '" + value + "' to '" + file + "'");
304 Slog.w(TAG, "Failed writing '" + value + "' to '" + file + "': " + e.getMessage());
333 Slog.e(TAG, "Failed to write to file " + file.getBaseFile(), e);
343 Slog.d(TAG, "Loading from " + file.getBaseFile())
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
PerformFullTransportBackupTask.java 42 import android.util.Slog;
178 Slog.d(TAG, "Skipping full backup. A backup is already in progress.");
197 Slog.d(TAG, "Ignoring ineligible package " + pkg);
211 Slog.d(TAG, "Ignoring full-data backup of key/value participant "
227 Slog.d(TAG, "Ignoring stopped package " + pkg);
240 Slog.i(TAG, "Requested package " + pkg + " not found; ignoring");
252 Slog.d(TAG, "backupmanager pftbt token=" + Integer.toHexString(mCurrentOpToken));
277 Slog.wtf(TAG, "Expected cancelAll to be true.");
281 Slog.d(TAG, "Ignoring duplicate cancel call.");
294 Slog.w(TAG, "Error calling cancelFullBackup() on transport: " + e)
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 39 import android.util.Slog;
251 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryRoot.getPath());
264 Slog.d(TAG, " Deleting " + files[nn].getName());
270 Slog.w(TAG, "Could not delete native binary: " + files[nn].getPath());
278 Slog.w(TAG, "Could not delete native binary directory: " +
357 Slog.w(TAG, "Ignoring abiOverride for multi arch application.");
366 Slog.w(TAG, "Failure copying 32 bit native libraries; copyRet=" +copyRet);
376 Slog.w(TAG, "Failure copying 64 bit native libraries; copyRet=" +copyRet);
398 Slog.w(TAG, "Failure copying native libraries [errorCode=" + copyRet + "]");
405 Slog.e(TAG, "Copying native libraries failed", e)
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
KeyValueAdbBackupEngine.java 20 import android.util.Slog;
101 Slog.e(TAG, "Failed binding to BackupAgent for package "
109 Slog.e(TAG, "Backup Failed for package " + mCurrentPackage.packageName);
116 Slog.e(TAG, "Failed creating files for package " + mCurrentPackage.packageName
135 Slog.e(TAG, "SELinux restorecon failed on " + mBackupDataName);
147 Slog.e(TAG, "error in binding to agent for package " + targetApp.packageName
166 Slog.e(TAG, "Key-value backup failed on package " + packageName);
170 Slog.i(TAG, "Key-value backup success for package " + packageName);
174 Slog.e(TAG, "Error invoking agent for backup on " + packageName + ". " + e);
198 Slog.d(TAG, "Writing manifest for " + mPackage.packageName)
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/controllers/
ConnectivityController.java 37 import android.util.Slog;
134 Slog.w(TAG, "Estimated " + estimatedBytes + " bytes over " + slowest
228 Slog.i(TAG, "Connectivity " + (changed ? "CHANGED" : "unchanged")
296 Slog.d(TAG, "Running " + js + " due to network activity.");
308 Slog.v(TAG, "onCapabilitiesChanged: " + network);
316 Slog.v(TAG, "onLost: " + network);
326 Slog.v(TAG, "onUidRulesChanged: " + uid);
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 29 import android.util.Slog;
135 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
157 Slog.i(TAG, "Stop the detector.");
205 Slog.d(TAG, country.toString());
214 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType);
318 Slog.d(TAG, "startLocationBasedDetection=" + startLocationBasedDetection
330 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
362 Slog.d(TAG, "starts LocationBasedDetector to detect Country code via Location info "
372 Slog.d(TAG, "tries to stop LocationBasedDetector "
397 Slog.d(TAG, "" + country + " --> " + detectedCountry)
    [all...]

Completed in 661 milliseconds

1 2 3 45 6 7 8 91011>>