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

1 2 3 45 6 7 8 9

  /frameworks/base/services/java/com/android/server/
SystemServer.java 44 import android.util.Slog;
87 Slog.w(TAG, "***********************************************");
174 Slog.i(TAG, "Enabled StrictMode logging for WM Looper");
186 Slog.i(TAG, "Waiting for installd to be ready.");
190 Slog.i(TAG, "Power Manager");
194 Slog.i(TAG, "Activity Manager");
197 Slog.e("System", "******************************************");
198 Slog.e("System", "************ Failure starting bootstrap service", e);
211 Slog.i(TAG, "Display Manager");
215 Slog.i(TAG, "Telephony Registry")
    [all...]
NotificationManagerService.java 72 import android.util.Slog;
447 Slog.v(TAG, "notifications are disabled by AppOps for " + pkg);
456 Slog.v(TAG, (enabled?"en":"dis") + "abling notifications for " + pkg);
555 if (DBG) Slog.v(TAG, "flat before: " + flatIn);
569 Slog.w(TAG, "Skipping notification listener service "
590 if (DBG) Slog.v(TAG, "flat after: " + flatOut);
642 Slog.v(TAG, "disabling notification listener for user " + oldUser + ": " + component);
649 Slog.v(TAG, "enabling notification listener for user " + currentUser + ": "
687 if (DBG) Slog.v(TAG, "registerListenerService: " + name + " u=" + userid);
703 if (DBG) Slog.v(TAG, " disconnecting old listener: " + info.listener)
    [all...]
LockSettingsService.java 46 import android.util.Slog;
112 Slog.i(TAG, "Migrated lock settings to new location");
149 Slog.i(TAG, "Migrated per-user lock settings to new location");
152 Slog.e(TAG, "Unable to migrate old data", re);
317 Slog.e(TAG, "Cannot read file " + fnfe);
319 Slog.e(TAG, "Cannot read file " + ioe);
345 Slog.e(TAG, "Cannot read file " + fnfe);
347 Slog.e(TAG, "Cannot read file " + ioe);
387 Slog.e(TAG, "Error writing to file " + ioe);
NsdService.java 36 import android.util.Slog;
159 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
164 Slog.e(TAG, "Client connection failure, error=" + msg.arg1);
169 Slog.e(TAG, "Send failed, client connection lost");
171 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
201 Slog.e(TAG, "Unhandled " + msg);
245 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo);
288 if (DBG) Slog.d(TAG, "Discover services");
301 Slog.d(TAG, "Discover " + msg.arg2 + " " + id +
313 if (DBG) Slog.d(TAG, "Stop service discovery")
    [all...]
VibratorService.java 42 import android.util.Slog;
251 Slog.i(TAG, "vibrating with pattern: " + s);
349 Slog.w(TAG, "Would be an error: vibrate from uid " + vib.mUid);
  /frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java 29 import android.util.Slog;
234 Slog.e(LOG_TAG, "Couldn't register for death for token: " + mToken, re);
UsageStatsService.java 35 import android.util.Slog;
186 if (localLOGV) Slog.v(TAG, "Launch count: " + mLaunchCount
190 if (localLOGV) Slog.v(TAG, "Reading launch times: " + numLaunchTimeStats);
194 if (localLOGV) Slog.v(TAG, "Component: " + comp);
200 if (localLOGV) Slog.v(TAG, "Reading fully drawn times: " + numFullyDrawnTimeStats);
204 if (localLOGV) Slog.v(TAG, "Component: " + comp);
293 Slog.i(TAG, "Deleting old usage file: " + fList[i]);
357 Slog.w(TAG,"Error : " + e + " reading data from file:" + newFile);
366 Slog.w(TAG, "Usage stats version changed; dropping");
376 if (localLOGV) Slog.v(TAG, "Reading package #" + N + ": " + pkgName)
    [all...]
  /frameworks/base/services/java/com/android/server/display/
VirtualDisplayAdapter.java 26 import android.util.Slog;
87 Slog.i(TAG, "Virtual display device released because application token died: "
WifiDisplayAdapter.java 42 import android.util.Slog;
162 Slog.d(TAG, "requestScanLocked");
177 Slog.d(TAG, "requestConnectLocked: address=" + address + ", trusted=" + trusted);
183 Slog.w(TAG, "Ignoring request by an untrusted client to connect to "
211 Slog.d(TAG, "requestPauseLocked");
226 Slog.d(TAG, "requestResumeLocked");
241 Slog.d(TAG, "requestDisconnectedLocked");
256 Slog.d(TAG, "requestRenameLocked: address=" + address + ", alias=" + alias);
284 Slog.d(TAG, "requestForgetLocked: address=" + address);
306 Slog.d(TAG, "getWifiDisplayStatusLocked: result=" + mCurrentStatus)
    [all...]
  /frameworks/base/services/java/com/android/server/location/
LocationBasedCountryDetector.java 27 import android.util.Slog;
84 Slog.w(TAG, "Exception occurs when getting country from location");
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerState.java 27 import android.util.Slog;
130 Slog.d(TAG, "setScreenOn: on=" + on);
154 Slog.d(TAG, "setScreenBrightness: brightness=" + brightness);
218 Slog.d(TAG, "setElectronBeamLevel: level=" + level);
346 Slog.d(TAG, "Requesting new screen state: on=" + on
395 Slog.d(TAG, "Updating screen state: on=" + on
ElectronBeam.java 35 import android.util.Slog;
134 Slog.d(TAG, "prepare: mode=" + mode);
191 Slog.d(TAG, "dismiss");
209 Slog.d(TAG, "drawFrame: level=" + level);
258 Slog.d(TAG, "drawVStretch: stretch=" + stretch
332 Slog.d(TAG, "drawHStretch: stretch=" + stretch + ", ag=" + ag);
368 Slog.d(TAG, "setQuad: x=" + x + ", y=" + y + ", w=" + w + ", h=" + h);
520 Slog.e(TAG, "Unable to create surface.", ex);
649 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable());
661 Slog.e(TAG, func + " failed: error " + error, new Throwable())
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 46 import android.util.Slog;
139 if (DEBUG) Slog.v(TAG, "USB UEVENT: " + event.toString());
146 if (DEBUG) Slog.d(TAG, "got accessory start");
164 if (DEBUG) Slog.d(TAG, "accessory attached at boot");
188 if (DEBUG) Slog.d(TAG, "systemReady");
249 Slog.e(TAG, "failed to write to " + RNDIS_ETH_ADDR_PATH);
313 if (DEBUG) Slog.d(TAG, "boot completed");
340 Slog.w(TAG, "resetting config to persistent property: " + mDefaultFunctions);
375 Slog.e(TAG, "Error initializing UsbHandler", e);
414 Slog.e(TAG, "unknown state " + state)
    [all...]
UsbSettingsManager.java 41 import android.util.Slog;
382 if (DEBUG) Slog.v(TAG, "Creating settings for " + user);
469 if (DEBUG) Slog.v(TAG, "readSettingsLocked()");
490 if (DEBUG) Slog.d(TAG, "settings file not found");
492 Slog.e(TAG, "error reading settings file, deleting to start fresh", e);
500 if (DEBUG) Slog.v(TAG, "writeSettingsLocked()");
531 Slog.e(TAG, "Failed to write settings", e);
548 Slog.w(TAG, "no meta-data for " + info);
570 Slog.w(TAG, "Unable to load component info " + info.toString(), e);
633 if (DEBUG) Slog.d(TAG, "usbDeviceRemoved, sending " + intent)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
AppWindowToken.java 27 import android.util.Slog;
126 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG,
144 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG,
156 Slog.v(WindowManagerService.TAG, "Win " + win + ": isDrawn="
160 Slog.v(WindowManagerService.TAG, "Not displayed: s=" + win.mWinAnimator.mSurfaceControl
193 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, "VIS " + this + ": interesting="
204 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(
BlackFrame.java 24 import android.util.Slog;
61 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
79 Slog.i(WindowManagerService.TAG, "Black Surface @ (" + left + "," + top + "): ("
153 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSettingValuesWrapper.java 26 import android.util.Slog;
70 Slog.w(TAG, "Couldn't get current user ID; guessing it's 0", e);
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 35 import android.util.Slog;
307 Slog.d(TAG, "TelephonyMgr.DataConnectionStateChanged");
309 Slog.d(TAG, "NetworkInfo = " + mNetworkInfo.toString());
310 Slog.d(TAG, "subType = " + String.valueOf(mNetworkInfo.getSubtype()));
311 Slog.d(TAG, "subType = " + mNetworkInfo.getSubtypeName());
314 Slog.d(TAG, "LinkProperties = " + mLinkProperties.toString());
316 Slog.d(TAG, "LinkProperties = " );
320 Slog.d(TAG, "LinkCapabilities = " + mLinkCapabilities.toString());
322 Slog.d(TAG, "LinkCapabilities = " );
762 Slog.d(TAG, mApnType + ": " + s)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java 44 import android.util.Slog;
439 if (DEBUG && token == null) Slog.v(TAG, "send wm null token: "
457 Slog.w(TAG, "Exception calling onShown():", e);
465 Slog.w(TAG, "Exception calling onShown():", e);
473 Slog.w(TAG, "Exception calling onShown():", e);
  /frameworks/base/services/java/com/android/server/content/
ContentService.java 45 import android.util.Slog;
145 Slog.wtf(TAG, "Content Service Crash", e);
371 Slog.w(TAG, "Requested poll frequency of " + runAtTime
495 Slog.w(TAG, "Requested poll frequency of " + pollFrequency
    [all...]
  /frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java 32 import android.util.Slog;
201 Slog.e(TAG, "Remote exception while retrieving packages", ex);
279 Slog.i(TAG, "Read new rules (A:" + resolvers[TYPE_ACTIVITY].filterSet().size() +
340 Slog.e(TAG, "Error reading an intent firewall rule from " + rulesFile, ex);
350 Slog.e(TAG, "Error reading intent firewall rules from " + rulesFile, ex);
353 Slog.e(TAG, "Error reading intent firewall rules from " + rulesFile, ex);
359 Slog.e(TAG, "Error while closing " + rulesFile, ex);
596 Slog.e(TAG, "Remote exception while checking signatures", ex);
  /frameworks/base/services/java/com/android/server/print/
RemotePrintService.java 40 import android.util.Slog;
186 Slog.i(LOG_TAG, "[user: " + mUserId + "] onAllPrintJobsHandled()");
213 Slog.i(LOG_TAG, "[user: " + mUserId + "] requestCancelPrintJob()");
218 Slog.e(LOG_TAG, "Error canceling a pring job.", re);
241 Slog.i(LOG_TAG, "[user: " + mUserId + "] onPrintJobQueued()");
246 Slog.e(LOG_TAG, "Error announcing queued pring job.", re);
268 Slog.i(LOG_TAG, "[user: " + mUserId + "] createPrinterDiscoverySession()");
273 Slog.e(LOG_TAG, "Error creating printer dicovery session.", re);
301 Slog.i(LOG_TAG, "[user: " + mUserId + "] destroyPrinterDiscoverySession()");
306 Slog.e(LOG_TAG, "Error destroying printer dicovery session.", re)
    [all...]
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 23 import android.util.Slog;
67 if (DEBUG) Slog.v(TAG, this + " >>> doInBackground");
70 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground");
82 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground (was canceled)", ex);
90 if (DEBUG) Slog.v(TAG, this + " onPostExecute");
101 if (DEBUG) Slog.v(TAG, this + " onCancelled");
165 if (DEBUG) Slog.v(TAG, "Preparing load: mTask=" + mTask);
171 if (DEBUG) Slog.v(TAG, "onCancelLoad: mTask=" + mTask);
176 if (DEBUG) Slog.v(TAG,
187 if (DEBUG) Slog.v(TAG, "cancelLoad: task is waiting, dropping it")
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 20 import android.util.Slog;
92 Slog.w(TAG, "Failed to chmod(" + path + "): " + e);
100 Slog.w(TAG, "Failed to chown(" + path + "): " + e);
120 Slog.w(TAG, "Failed to fchmod(): " + e);
128 Slog.w(TAG, "Failed to fchown(): " + e);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 37 import android.util.Slog;
220 Slog.w(TAG, "Duplicated subtype definition found: "

Completed in 436 milliseconds

1 2 3 45 6 7 8 9