HomeSort by relevance Sort by last modified time
    Searched defs:Slog (Results 76 - 100 of 207) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/base/services/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 27 import android.util.Slog;
92 Slog.i(TAG, "Not installing, new version is <= current version");
102 Slog.i(TAG, "Found new update, installing...");
104 Slog.i(TAG, "Installation successful");
108 Slog.e(TAG, "Could not update content!", e);
171 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
184 Slog.i(TAG, "Failed to read current content, assuming first update!");
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 59 import android.util.Slog;
373 Slog.i(TAG, "Installing settings db helper and caches for user " + userHandle);
498 Slog.e(TAG, "Unable to generate new ANDROID_ID for user " + userHandle);
501 Slog.d(TAG, "Generated and saved new ANDROID_ID [" + newAndroidIdValue
532 Slog.wtf(TAG, "establish db for uid rather than user: " + callingUser);
589 if (LOCAL_LOGV) Slog.v(TAG, " access setting for user " + callingUser);
601 if (LOCAL_LOGV) Slog.v(TAG, "call(system:" + request + ") for " + callingUser);
607 if (LOCAL_LOGV) Slog.v(TAG, "call(secure:" + request + ") for " + callingUser);
613 if (LOCAL_LOGV) Slog.v(TAG, "call(global:" + request + ") for " + callingUser);
644 if (LOCAL_LOGV) Slog.v(TAG, "call_put(system:" + request + "=" + newValue + ") for " + callingUser)
    [all...]
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 44 import android.util.Slog;
140 Slog.e(TAG, "Will not process invalid message");
151 if(localLOGV) Slog.i(TAG, " Clear succeeded:"+mClearSucceeded
216 if (localLOGV) Slog.i(TAG, "Clearing cache");
220 Slog.w(TAG, "Failed to get handle for PackageManger Exception: "+e);
232 if(localLOGV) Slog.i(TAG, "Thread already running just skip");
236 Slog.w(TAG, "Thread that clears cache file seems to run for ever");
240 if (localLOGV) Slog.v(TAG, "freeMemory="+mFreeMem);
270 Slog.i(TAG, "Running low on memory. Sending notification");
274 if (localLOGV) Slog.v(TAG, "Running low on memory "
    [all...]
DropBoxManagerService.java 38 import android.util.Slog;
123 Slog.e(TAG, "Can't init", e);
238 Slog.w(TAG, "Dropping: " + tag + " (" + temp.length() + " > " + max + " bytes)");
260 Slog.e(TAG, "Can't write: " + tag, e);
287 Slog.e(TAG, "Can't init", e);
303 Slog.e(TAG, "Can't read: " + entry.file, e);
322 Slog.e(TAG, "Can't init", e);
418 Slog.e(TAG, "Can't read: " + entry.file, e);
608 Slog.i(TAG, "Cleaning temp file: " + file);
615 Slog.w(TAG, "Unrecognized file: " + file)
    [all...]
StatusBarManagerService.java 31 import android.util.Slog;
87 Slog.i(TAG, "binder died for pkg=" + pkg);
205 //Slog.d(TAG, "setIcon slot=" + slot + " index=" + index + " icon=" + icon);
271 if (SPEW) Slog.d(TAG, (menuVisible?"showing":"hiding") + " MENU key");
292 Slog.d(TAG, "swetImeWindowStatus vis=" + vis + " backDisposition=" + backDisposition);
319 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")");
398 if (SPEW) Slog.d(TAG, "Setting current user to user " + newUserId);
434 Slog.i(TAG, "registerStatusBar bar=" + bar);
530 Slog.e(TAG, "removeNotification key not found: " + key);
549 Slog.d(TAG, "manageDisableList userId=" + userI
    [all...]
TelephonyRegistry.java 41 import android.util.Slog;
142 if (DBG) Slog.d(TAG, "MSG_USER_SWITCHED userId=" + msg.arg1);
195 Slog.d(TAG, "listen: E pkg=" + pkgForDebug + " events=0x" + Integer.toHexString(events)
221 if (DBG) Slog.i(TAG, "listen: add new record=" + r);
258 if (DBG_LOC) Slog.d(TAG, "listen: mCellLocation=" + mCellLocation);
302 if (DBG_LOC) Slog.d(TAG, "listen: mCellInfo=" + mCellInfo);
408 Slog.d(TAG, "notifyCellInfo: mCellInfo=" + mCellInfo + " r=" + r);
484 Slog.i(TAG, "notifyDataConnection: state=" + state + " isDataConnectivityPossible="
521 Slog.d(TAG, "onDataConnectionStateChanged(" + mDataConnectionState
572 Slog.d(TAG, "notifyCellLocation: mCellLocation=" + mCellLocatio
    [all...]
TextServicesManagerService.java 50 import android.util.Slog;
111 Slog.w(TAG, "Couldn't get current user ID; guessing it's 0", e);
142 Slog.d(TAG, "--- ignore this call back from a background user: " + userId);
190 Slog.w(TAG, "Skipping text service " + compName
195 if (DBG) Slog.d(TAG, "Add: " + compName);
199 Slog.w(TAG, "Skipping text service " + compName
206 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
208 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
212 Slog.d(TAG, "buildSpellCheckerMapLocked: " + list.size() + "," + map.size());
224 Slog.d(TAG, "--- calledFromForegroundUserOrSystemProcess ?
    [all...]
IntentResolver.java 35 import android.util.Slog;
53 Slog.v(TAG, "Adding filter: " + f);
55 Slog.v(TAG, " Building Lookup Maps:");
79 Slog.v(TAG, "Removing filter: " + f);
81 Slog.v(TAG, " Cleaning Lookup Maps:");
232 if (debug) Slog.v(
253 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
255 if (debug) Slog.v(TAG, "Second type cut: "
260 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
262 if (debug) Slog.v(TAG, "Second type cut:
    [all...]
NativeDaemonConnector.java 26 import android.util.Slog;
476 if (LOGD) Slog.d(TAG, logstring);
481 Slog.e(TAG, logstring);
537 Slog.e("NativeDaemonConnector.ResponseQueue",
542 Slog.e("NativeDaemonConnector.ResponseQueue",
584 Slog.e("NativeDaemonConnector.ResponseQueue", "Timeout waiting for response");
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayController.java 46 import android.util.Slog;
295 Slog.d(TAG, "Successfully set WFD info.");
308 Slog.d(TAG, "Failed to set WFD info with reason " + reason + ".");
323 Slog.d(TAG, "Successfully set WFD info.");
330 Slog.d(TAG, "Failed to set WFD info with reason " + reason + ".");
364 Slog.i(TAG, "Starting Wifi display scan.");
378 Slog.i(TAG, "Stopping Wifi display scan.");
392 Slog.d(TAG, "Discover peers succeeded. Requesting peers now.");
403 Slog.d(TAG, "Discover peers failed with reason " + reason + ".");
420 Slog.d(TAG, "Stop peer discovery succeeded.")
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 46 import android.util.Slog;
146 if (DEBUG) Slog.v(TAG, "USB UEVENT: " + event.toString());
153 if (DEBUG) Slog.d(TAG, "got accessory start");
171 if (DEBUG) Slog.d(TAG, "accessory attached at boot");
195 if (DEBUG) Slog.d(TAG, "systemReady");
259 Slog.e(TAG, "failed to write to " + RNDIS_ETH_ADDR_PATH);
323 if (DEBUG) Slog.d(TAG, "boot completed");
350 Slog.w(TAG, "resetting config to persistent property: " + mDefaultFunctions);
385 Slog.e(TAG, "Error initializing UsbHandler", e);
424 Slog.e(TAG, "unknown state " + state)
    [all...]
UsbDebuggingManager.java 30 import android.util.Slog;
83 Slog.e(TAG, "got " + count + " reading");
89 Slog.d(TAG, "Received public key: " + key);
95 Slog.e(TAG, "Wrong message: " + (new String(Arrays.copyOfRange(buffer, 0, 2))));
100 Slog.e(TAG, "Communication error: ", ex);
123 Slog.e(TAG, "Failed closing output stream: " + e);
129 Slog.e(TAG, "Failed closing socket: " + ex);
139 Slog.e(TAG, "Failed to write response:", ex);
191 Slog.e(TAG, "Fingerprints do not match. Got "
230 Slog.e(TAG, "Error getting digester: " + ex)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 18 import android.util.Slog;
144 if (WindowManagerService.DEBUG_WALLPAPER_LIGHT && !token.hidden) Slog.d(TAG,
170 if (WindowManagerService.DEBUG_ANIM) Slog.v(TAG,
188 if (WindowManagerService.DEBUG_ANIM) Slog.v(TAG,
212 Slog.v(TAG, win + ": wasAnimating=" + wasAnimating +
229 WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG,
251 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG,
268 if (WindowManagerService.DEBUG_VISIBILITY && changed) Slog.v(TAG,
272 if (WindowManagerService.DEBUG_VISIBILITY && changed) Slog.v(TAG,
290 if (WindowManagerService.DEBUG_FOCUS_LIGHT) Slog.v(TAG
    [all...]
DisplayContent.java 29 import android.util.Slog;
233 if (DEBUG_STACK) Slog.d(TAG, "createStack: stackId=" + stackId + " relativeStackBoxId="
253 if (DEBUG_STACK) Slog.d(TAG, "createStack: inserting stack at " +
299 if (DEBUG_STACK) Slog.d(TAG, "removeStackBox: box=" + box);
303 if (DEBUG_STACK) Slog.d(TAG, "removeStackBox: Not deleting home stack.");
342 if (DEBUG_STACK) Slog.d(TAG, "moveHomeStackBox: toTop=" + toTop + " Callers=" +
404 if (DEBUG_VISIBILITY) Slog.w(TAG, "user changing " + newUserId + " hiding "
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 25 import android.util.Slog;
276 if (DEBUG) Slog.v(TAG, "Init: " + this);
282 if (DEBUG) Slog.v(TAG, "Update: " + this);
310 Slog.i("Load", "Total U:" + sysCpu[0] + " N:" + sysCpu[1]
314 Slog.i("Load", "Rel U:" + mRelUserTime + " S:" + mRelSystemTime
342 if (DEBUG) Slog.i(TAG, "*** TIME TO COLLECT STATS: "
369 if (DEBUG) Slog.v(TAG, "Existing "
410 if (DEBUG) Slog.v("Load", "Stats changed " + st.name + " pid=" + st.pid
438 if (DEBUG) Slog.v(TAG, "New "
461 Slog.i(TAG, "Skipping kernel process pid " + pi
    [all...]
TransferPipe.java 30 import android.util.Slog;
133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd()
144 if (DEBUG) Slog.i(TAG, "TIMEOUT!");
155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure);
167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]);
187 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
197 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
225 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
227 if (DEBUG) Slog.i(TAG, "Interrupted!");
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityInputFilter.java 22 import android.util.Slog;
71 Slog.i(TAG, "Begin batch processing for frame: " + frameTimeNanos);
75 Slog.i(TAG, "End batch processing.");
124 Slog.d(TAG, "Accessibility input filter installed.");
135 Slog.d(TAG, "Accessibility input filter uninstalled.");
145 Slog.d(TAG, "Received event: " + event + ", policyFlags=0x"
236 Slog.i(TAG, "Batching event: " + event + ", policyFlags: " + policyFlags);
276 Slog.i(TAG, "Handling batched event: " + event + ", policyFlags: " + policyFlags);
  /frameworks/base/services/java/com/android/server/am/
CompatModePackages.java 25 import android.util.Slog;
97 Slog.w(TAG, "Error reading compat-packages", e);
99 if (fis != null) Slog.w(TAG, "Error reading compat-packages", e);
148 //Slog.i(TAG, "*********** COMPAT FOR PKG " + ai.packageName + ": " + ci);
212 Slog.w(TAG, "setFrontActivityScreenCompatMode failed: no top activity");
237 Slog.w(TAG, "setPackageScreenCompatMode failed: unknown package " + packageName);
260 Slog.w(TAG, "Unknown screen compat mode req #" + mode + "; ignoring");
273 Slog.w(TAG, "Ignoring compat mode change of " + packageName
278 Slog.w(TAG, "Ignoring compat mode change of " + packageName
308 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Sending to proc
    [all...]
  /frameworks/base/services/java/com/android/server/media/
RemoteDisplayProviderProxy.java 34 import android.util.Slog;
140 Slog.d(TAG, this + ": Starting");
151 Slog.d(TAG, this + ": Stopping");
188 Slog.d(TAG, this + ": Binding");
197 Slog.d(TAG, this + ": Bind failed");
201 Slog.d(TAG, this + ": Bind failed", ex);
210 Slog.d(TAG, this + ": Unbinding");
222 Slog.d(TAG, this + ": Connected");
235 Slog.d(TAG, this + ": Registration failed");
239 Slog.e(TAG, this + ": Service returned invalid remote display provider binder")
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 43 import android.util.Slog;
312 Slog.v(ActivityThread.TAG, "Class path: " + zip + ", JNI path: " + libraryPath);
405 Slog.w(ActivityThread.TAG, "ClassLoader." + methodName + ": " +
544 Slog.e(ActivityThread.TAG, leak.getMessage(), leak);
557 //Slog.i(TAG, "Receiver registrations: " + mReceivers);
567 Slog.e(ActivityThread.TAG, leak.getMessage(), leak);
581 //Slog.i(TAG, "Service registrations: " + mServices);
679 Slog.i(ActivityThread.TAG, "Receiving broadcast " + intent.getAction() + " seq=" + seq
690 if (ActivityThread.DEBUG_BROADCAST) Slog.i(ActivityThread.TAG,
699 Slog.w(ActivityThread.TAG, "Couldn't finish broadcast to unregistered receiver")
    [all...]
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 27 import android.util.Slog;
381 if (ActivityThread.DEBUG_BROADCAST) Slog.i(ActivityThread.TAG,
387 if (ActivityThread.DEBUG_BROADCAST) Slog.i(ActivityThread.TAG,
392 if (ActivityThread.DEBUG_BROADCAST) Slog.i(ActivityThread.TAG,
    [all...]
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 26 import android.util.Slog;
351 Slog.w(TAG, "Missing ComponentInfo!");
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerInfo.java 34 import android.util.Slog;
125 Slog.e(TAG, "Caught exception: " + e);
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 29 import android.util.Slog;
173 Slog.w(TAG, "Found no subtypes in a system IME: " + imi.getPackageName());
390 Slog.d(TAG, "Applicable InputMethodSubtype was found: "
405 Slog.d(TAG, "setNonSelectedSystemImesDisabledUntilUsed");
417 Slog.d(TAG, "check " + packageName);
435 Slog.d(TAG, packageName + " is the current spell checker. skip");
444 Slog.w(TAG, "NameNotFoundException: " + packageName, e);
463 Slog.d(TAG, "Update state(" + packageName + "): DISABLED_UNTIL_USED");
469 Slog.d(TAG, packageName + " is already DISABLED_UNTIL_USED");
533 Slog.d(TAG, "--- Swtich the current user from " + mCurrentUserId + " to " + userId)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSelectorView.java 34 import android.util.Slog;
226 Slog.w(TAG, "Couldn't grab icon from package " + component);

Completed in 521 milliseconds

1 2 34 5 6 7 8 9