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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 30 import android.util.Slog;
821 Slog.wtf(TAG, "mResultMsg should be null here");
831 Slog.e(TAG, "error in sendMessageSynchronously", e);
833 Slog.e(TAG, "error in sendMessageSynchronously", e);
919 Slog.d(TAG, s);
  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Assistant.java 41 import android.util.Slog;
105 if (DEBUG) Slog.d(TAG, "loadFile");
154 Slog.w(TAG, "Failed to save policy file", e);
163 Slog.w(TAG, "Failed to save impressions file, restoring backup", e);
239 if (DEBUG) Slog.i(TAG, "reset streak " + key);
252 Slog.e(TAG, "Error occurred processing removal", e);
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
FillUi.java 41 import android.util.Slog;
125 if (sVerbose) Slog.v(TAG, "forcing full-screen mode to " + sFullScreenMode);
168 Slog.v(TAG, "initialized fillscreen LayoutParams "
194 Slog.v(TAG, "overriding maximum visible datasets to " + mVisibleDatasetsMaxCount);
227 Slog.e(TAG, "Error inflating remote views", e);
256 Slog.v(TAG, "Number datasets: " + datasetCount + " max visible: "
267 if (sVerbose) Slog.v(TAG, "adding header");
284 if (sVerbose) Slog.v(TAG, "adding footer");
301 Slog.w(TAG, "not displaying UI on field " + focusedViewId + " because "
307 if (sVerbose) Slog.v(TAG, "setting remote view for " + focusedViewId)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AnyMotionDetector.java 27 import android.util.Slog;
122 if (DEBUG) Slog.d(TAG, "AnyMotionDetector instantiated.");
139 if (DEBUG) Slog.d(TAG, "mNumSufficientSamples = " + mNumSufficientSamples);
148 Slog.d(TAG, "checkForAnyMotion(). mState = " + mState);
154 Slog.d(TAG, "Moved from STATE_INACTIVE to STATE_ACTIVE.");
171 if (DEBUG) Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE.");
192 if (DEBUG) Slog.d(TAG, "startOrientationMeasurementLocked: mMeasurementInProgress=" +
207 if (DEBUG) Slog.d(TAG, "stopOrientationMeasurement. mMeasurementInProgress=" +
218 Slog.w(TAG, "No accelerometer data acquired for orientation measurement.");
221 Slog.d(TAG, "mRunningStats = " + mRunningStats.toString())
    [all...]
WiredAccessoryManager.java 26 import android.util.Slog;
123 if (LOG) Slog.v(TAG, "notifyWiredAccessoryChanged: when=" + whenNanos
189 if (LOG) Slog.v(TAG, "newName=" + newName
283 Slog.e(TAG, "setDeviceState() invalid headset type: "+headset);
288 Slog.v(TAG, "headsetName: " + headsetName +
323 if (LOG) Slog.v(TAG, "init()");
339 Slog.w(TAG, uei.getSwitchStatePath() +
342 Slog.e(TAG, "" , e);
366 Slog.w(TAG, "This kernel does not have wired headset support");
375 Slog.w(TAG, "This kernel does not have usb audio support")
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
DnsManager.java 45 import android.util.Slog;
320 Slog.w(TAG, "updatePrivateDns(" + network + ", " + cfg + ")");
396 Slog.d(TAG, String.format("setDnsConfigurationForNetwork(%d, %s, %s, %s, %s, %s)",
403 Slog.e(TAG, "Error setting DNS configuration: " + e);
450 Slog.w(TAG, "Invalid sampleValidity=" + mSampleValidity + ", using default=" +
459 Slog.w(TAG, "Invalid successThreshold=" + mSuccessThreshold + ", using default=" +
467 Slog.w(TAG, "Invalid sample count (min, max)=(" + mMinSamples + ", " + mMaxSamples +
485 Slog.e(TAG, "Error setting unsupported net.dns property: ", e);
MultipathPolicyTracker.java 63 import android.util.Slog;
228 if (DBG) Slog.d(TAG, "onThresholdReached for network " + network);
250 if (DBG) Slog.d(TAG, "Non-default data usage: " + bytes);
259 Slog.w(TAG, "Failed to get data usage: " + e);
324 if (DBG) Slog.d(TAG, "Opportunistic quota from data plan: " + quota + " bytes");
329 if (DBG) Slog.d(TAG, "Opportunistic quota from user policy: " + quota + " bytes");
334 if (DBG) Slog.d(TAG, "Setting quota: " + quota + " bytes");
342 if (DBG) Slog.d(TAG, "Quota still " + quota + ", not updating.");
362 if (DBG) Slog.d(TAG, "Setting callback for " + budget +
400 if (DBG) Slog.d(TAG, "Unregistering callback, budget was " + mMultipathBudget)
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 36 import android.util.Slog;
97 Slog.w(TAG, "No valid configs found for display device " +
105 Slog.w(TAG, "No active config found for display device " +
114 Slog.w(TAG, "Unable to get active color mode for display device " +
273 Slog.w(TAG, "Default display mode no longer available, using currently"
281 Slog.w(TAG, "Active display mode no longer available, reverting to default"
325 Slog.w(TAG, "Active color mode no longer available, reverting"
332 Slog.e(TAG, "Default and active color mode is no longer available!"
338 Slog.e(TAG, "No color modes available!");
519 Slog.d(TAG, "setVrMode(
    [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 39 import android.util.Slog;
83 Slog.w(TAG, "Bound dream did not connect in the time allotted");
92 Slog.w(TAG, "Stubborn dream did not finish itself in the time allotted");
133 Slog.i(TAG, "Starting dream: name=" + name
146 Slog.e(TAG, "Unable to add window token for dream.", ex);
158 Slog.e(TAG, "Unable to bind dream service: " + intent);
163 Slog.e(TAG, "Unable to bind dream service: " + intent, ex);
202 Slog.i(TAG, "Stopping dream: name=" + oldDream.mName
244 Slog.w(TAG, "Error removing window token for dream.", ex);
264 Slog.e(TAG, "The dream service died unexpectedly.", ex)
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevicePlayback.java 27 import android.util.Slog;
107 Slog.i(TAG, "oneTouchPlay already in progress");
114 Slog.w(TAG, "Cannot initiate oneTouchPlay");
126 Slog.i(TAG, "queryDisplayStatus already in progress");
133 Slog.w(TAG, "Cannot initiate queryDisplayStatus");
146 Slog.e(TAG, "Invoking callback failed:" + e);
349 Slog.w(TAG, "Can't handle <Set Menu Language> of " + iso3Language);
352 Slog.w(TAG, "Can't handle <Set Menu Language>", e);
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 35 import android.util.Slog;
181 Slog.e(TAG, "Failed to clean up rules for " + pkgName, e);
207 Slog.w(TAG, "Ignoring condition from " + pkg + " for duplicate id: " + id);
240 if (DEBUG) Slog.d(TAG, "notifyConditions pkg=" + pkg + " info=" + info + " conditions="
293 Slog.w(TAG, "Unable to subscribe to " + component + " " + conditionId);
306 Slog.w(TAG, "Unable to unsubscribe to " + component + " " + conditionId);
315 if (DEBUG) Slog.d(TAG, "subscribeLocked " + r);
320 Slog.d(TAG, "Subscribing to " + r.id + " with " + r.component);
324 Slog.w(TAG, "Error subscribing to " + r, e);
346 if (DEBUG) Slog.d(TAG, "unsubscribeLocked " + r)
    [all...]
ValidateNotificationPeople.java 39 import android.util.Slog;
96 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
110 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount);
123 if (VERBOSE) Slog.i(TAG, "disabled");
127 if (VERBOSE) Slog.i(TAG, "skipping empty notification");
131 if (VERBOSE) Slog.i(TAG, "skipping global notification");
136 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context");
160 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
186 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
191 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ".
    [all...]
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerServiceImpl.java 37 import android.util.Slog;
119 Slog.d(TAG, "updateOverlaysForUser newUserId=" + newUserId);
181 Slog.e(TAG, "failed to update settings", e);
217 Slog.w(TAG, "Enabling default overlay '" + defaultOverlay + "' for target '"
226 Slog.e(TAG, "Failed to set default overlay '" + defaultOverlay + "' for user "
236 Slog.d(TAG, "onUserRemoved userId=" + userId);
243 Slog.d(TAG, "onTargetPackageAdded packageName=" + packageName + " userId=" + userId);
253 Slog.d(TAG, "onTargetPackageChanged packageName=" + packageName + " userId=" + userId);
261 Slog.d(TAG, "onTargetPackageUpgrading packageName=" + packageName + " userId="
270 Slog.d(TAG, "onTargetPackageUpgraded packageName=" + packageName + " userId=" + userId)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptService.java 33 import android.util.Slog;
346 Slog.d(TAG, "No upgrade, skipping A/B artifacts check.");
364 Slog.w(TAG, "Package " + pkg + " can be optimized but has null codePath");
394 Slog.i(TAG, "Moved " + pathsSuccessful + "/" + packagePaths);
PackageDexOptimizer.java 32 import android.util.Slog;
167 Slog.wtf(TAG, "Well this is awkward; package " + pkg.applicationInfo.name + " had UID "
300 Slog.w(TAG, "Failed to dexopt", e);
358 Slog.wtf(TAG, "WakeLock " + mDexoptWakeLock.getTag()
363 Slog.wtf(TAG, "Error while releasing " + mDexoptWakeLock.getTag() + " lock", e);
389 Slog.e(TAG, "Could not infer CE/DE storage for package " + info.packageName);
419 Slog.w(TAG, "Failed to dexopt", e);
586 Slog.w(TAG, "IOException reading apk: " + path, ioe);
610 Slog.w(TAG, "Failed to merge profiles", e);
641 Slog.w(TAG, "Failed to create oat dir", e)
    [all...]
PackageManagerServiceUtils.java 57 import android.util.Slog;
349 Slog.println(priority, TAG, msg);
375 Slog.e(PackageManagerService.TAG, "Unable to check shell permission for user "
640 Slog.i(TAG, "Decompress file"
683 Slog.e(TAG, "Unable to determine stub parent dir for codePath: " + codePath);
696 Slog.i(TAG, "getCompressedFiles[" + codePath + "]: " + Arrays.toString(files));
  /frameworks/base/services/core/java/com/android/server/storage/
CacheQuotaStrategy.java 46 import android.util.Slog;
143 Slog.w(TAG,
235 Slog.w(TAG,
264 Slog.w(TAG, "could not access the cache quota service: no package!");
273 Slog.w(TAG, "No valid components found.");
289 Slog.e(TAG, "An error occurred while writing the cache quota file.", e);
315 Slog.e(TAG, "An error occurred while parsing the cache quota file.");
357 Slog.d(TAG, "No quotas found in quota file.");
402 Slog.e(TAG, "Invalid cache quota request, skipping.");
  /frameworks/base/services/core/java/com/android/server/tv/
TvRemoteProviderProxy.java 31 import android.util.Slog;
100 Slog.d(TAG, this + ": Starting");
111 Slog.d(TAG, this + ": Stopping");
143 Slog.d(TAG, this + ": Binding");
153 Slog.d(TAG, this + ": Bind failed");
157 Slog.d(TAG, this + ": Bind failed", ex);
166 Slog.d(TAG, this + ": Unbinding");
178 Slog.d(TAG, this + ": onServiceConnected()");
192 Slog.d(TAG, this + ": Connected successfully.");
196 Slog.d(TAG, this + ": Registration failed")
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
RemoteAnimationController.java 33 import android.util.Slog;
86 if (DEBUG_REMOTE_ANIMATIONS) Slog.d(TAG, "createAnimationAdapter(): token="
98 if (DEBUG_REMOTE_ANIMATIONS) Slog.d(TAG, "goodToGo()");
100 if (DEBUG_REMOTE_ANIMATIONS) Slog.d(TAG, "goodToGo(): Animation finished already,"
114 if (DEBUG_REMOTE_ANIMATIONS) Slog.d(TAG, "goodToGo(): No apps to animate");
123 Slog.e(TAG, "Failed to start remote animation", e);
127 Slog.d(TAG, "startAnimation(): Notify animation start:");
135 if (DEBUG_REMOTE_ANIMATIONS) Slog.d(TAG, "cancelAnimation(): reason=" + reason);
147 Slog.i(TAG, "Starting remote animation");
154 Slog.i(TAG, sw.toString())
    [all...]
TaskSnapshotController.java 36 import android.util.Slog;
190 Slog.e(TAG, "Invalid task snapshot dimensions " + buffer.getWidth() + "x"
233 Slog.i(TAG_WM, "Attempted to take screenshot while display was off.");
243 Slog.w(TAG_WM, "Failed to take screenshot. App is animating " + top);
258 Slog.w(TAG_WM, "Failed to take screenshot. No visible windows for " + task);
273 Slog.w(TAG_WM, "Failed to take screenshot for " + task);
TaskSnapshotPersister.java 31 import android.util.Slog;
172 Slog.i(TAG, "Queue is too deep! Purged item with taskid=" + item.mTaskId);
187 Slog.wtf(TAG, "This device does not support full sized resolution bitmaps.");
296 Slog.e(TAG, "Unable to create snapshot directory for user dir="
332 Slog.e(TAG, "Unable to open " + file + " for persisting. " + e);
341 Slog.e(TAG, "Invalid task snapshot hw bitmap");
357 Slog.e(TAG, "Unable to open " + reducedFile +" for persisting.", e);
372 Slog.e(TAG, "Unable to open " + file + " for persisting.", e);
  /frameworks/base/services/usage/java/com/android/server/usage/
StorageStatsService.java 53 import android.util.Slog;
136 Slog.wtf(TAG, "Failed to invalidate mounts", e);
448 Slog.e(TAG, msg + " expected " + expected + " actual " + actual);
486 Slog.v(TAG, ">>> handling " + msg.what);
510 Slog.e(TAG, "An error occurred while reading the cache quota file.", e);
512 Slog.e(TAG, "Cache quota XML file is malformed?", e);
525 Slog.v(TAG, ">>> default message case ");
533 Slog.v(TAG, ">>> recalculating quotas ");
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 35 import android.util.Slog;
335 Slog.d(TAG, attachedString);
346 Slog.d(TAG, "usbDeviceAdded(" + deviceAddress + ") - start");
351 Slog.d(TAG, "device address is black listed");
360 Slog.d(TAG, "device class is black listed");
367 Slog.w(TAG, "device already on mDevices list: " + deviceAddress);
375 Slog.e(TAG, "Couldn't create UsbDevice object.");
381 Slog.d(TAG, "Added device " + newDevice);
402 Slog.d(TAG, "beginUsbDeviceAdded(" + deviceAddress + ") end");
414 Slog.d(TAG, "Removed device at " + deviceAddress + ": " + device.getProductName())
    [all...]
  /frameworks/base/core/java/android/app/
InstantAppResolverService.java 32 import android.util.Slog;
161 Slog.v(TAG, "[" + token + "] Phase1 called; posting");
176 Slog.v(TAG, "[" + token + "] Phase2 called; posting");
231 Slog.d(TAG, "[" + token + "] Phase1 request;"
245 Slog.d(TAG, "[" + token + "] Phase2 request;"
ProfilerInfo.java 22 import android.util.Slog;
106 Slog.w(TAG, "Failure closing profile fd", e);

Completed in 318 milliseconds

1 2 3 4 5 6 7 8 91011>>