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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/tv/
TvRemoteProviderWatcher.java 31 import android.util.Slog;
68 if (DEBUG) Slog.d(TAG, "start()");
152 Slog.w(TAG, "Ignoring atv remote provider service because it did not "
160 Slog.w(TAG, "Ignoring atv remote provider service because the package has not "
169 Slog.w(TAG, "Ignoring atv remote provider service because its package does not "
203 Slog.d(TAG, "Received package manager broadcast: " + intent);
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/updates/
ConfigUpdateInstallReceiver.java 27 import android.util.Slog;
75 Slog.i(TAG, "Not installing, new version is <= current version");
81 Slog.i(TAG, "Found new update, installing...");
83 Slog.i(TAG, "Installation successful");
87 Slog.e(TAG, "Could not update content!", e);
128 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
147 Slog.i(TAG, "Failed to read current content, assuming first update!");
SELinuxPolicyInstallReceiver.java 25 import android.util.Slog;
104 Slog.i(TAG, "Applying SELinux policy");
116 Slog.e(TAG, "Could not update selinux policy: ", e);
129 Slog.e(TAG, "SELinux policy update malformed: ", e);
131 Slog.e(TAG, "Could not update selinux policy: ", e);
133 Slog.e(TAG, "Could not update selinux policy: ", e);
  /frameworks/base/services/core/java/com/android/server/wm/
DisplaySettings.java 25 import android.util.Slog;
113 Slog.i(TAG, "No existing display settings " + mFile.getBaseFile()
142 Slog.w(TAG, "Unknown element under <display-settings>: "
149 Slog.w(TAG, "Failed parsing " + e);
151 Slog.w(TAG, "Failed parsing " + e);
153 Slog.w(TAG, "Failed parsing " + e);
155 Slog.w(TAG, "Failed parsing " + e);
157 Slog.w(TAG, "Failed parsing " + e);
159 Slog.w(TAG, "Failed parsing " + e);
199 Slog.w(TAG, "Failed to write display settings: " + e)
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DatabaseHelper.java 28 import android.util.Slog;
167 Slog.w(TAG, "Ignoring SoundModel since it's type is incorrect");
175 Slog.w(TAG, "Ignoring SoundModel since it doesn't specify an ID");
192 Slog.w(TAG, "Ignoring SoundModel since it doesn't specify users");
205 Slog.w(TAG, "Ignoring SoundModel since user handles don't match");
209 if (DBG) Slog.d(TAG, "Found a SoundModel for user: " + userHandle);
219 Slog.d(TAG, "Found SoundModel for the given keyphrase/locale/user: "
225 Slog.w(TAG, "No SoundModel available for the given keyphrase");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 29 import android.util.Slog;
123 Slog.d(LOG_TAG, "defaultLanguageForMcc(" + mcc + "): no country for mcc");
130 Slog.d(LOG_TAG, "defaultLanguageForMcc(" + mcc + "): country " + entry.mIso + " uses " +
159 Slog.d(LOG_TAG, "updateMccMncConfiguration mccmnc='" + mccmnc + "' fromServiceState=" + fromServiceState);
165 Slog.d(LOG_TAG, "updateMccMncConfiguration overriding mccmnc='" + mccmnc + "'");
173 Slog.d(LOG_TAG, "updateMccMncConfiguration defaultMccMnc=" + defaultMccMnc);
176 // Slog.d(LOG_TAG, "Not a Default subscription, ignoring mccmnc config update.");
184 Slog.e(LOG_TAG, "Error parsing IMSI: " + mccmnc);
188 Slog.d(LOG_TAG, "updateMccMncConfiguration: mcc=" + mcc + ", mnc=" + mnc);
206 Slog.d(LOG_TAG, "updateMccMncConfiguration updateConfig config=" + config)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java 28 import android.util.Slog;
107 Slog.wtf(TAG, "Process Stats Crash", e);
185 Slog.w(TAG, "Writing process stats before shutdown...");
227 Slog.i(TAG, "Prepared write state in " + (SystemClock.uptimeMillis()-now) + "ms");
248 if (DEBUG) Slog.d(TAG, "Performing write to " + mFile.getBaseFile());
269 if (DEBUG) Slog.d(TAG, "Write completed successfully!");
271 Slog.w(TAG, "Error writing process statistics", e);
286 Slog.w(TAG, "Ignoring existing stats; " + stats.mReadError);
291 Slog.w(TAG, "Process: " + procMap.keyAt(ip));
295 Slog.w(TAG, " Uid " + uids.keyAt(iu) + ": " + uids.valueAt(iu))
    [all...]
  /frameworks/base/core/java/android/service/voice/
AlwaysOnHotwordDetector.java 40 import android.util.Slog;
366 if (DBG) Slog.d(TAG, "getSupportedRecognitionModes()");
404 if (DBG) Slog.d(TAG, "startRecognition(" + recognitionFlags + ")");
432 if (DBG) Slog.d(TAG, "stopRecognition()");
464 if (DBG) Slog.d(TAG, "createEnrollIntent");
485 if (DBG) Slog.d(TAG, "createUnEnrollIntent");
506 if (DBG) Slog.d(TAG, "createReEnrollIntent");
550 Slog.w(TAG, "Received onSoundModelsChanged for an unsupported keyphrase/config");
582 Slog.w(TAG, "RemoteException in startRecognition!", e);
585 Slog.w(TAG, "startRecognition() failed with error code " + code)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
ServiceState.java 30 import android.util.Slog;
139 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner
145 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner
151 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner
168 Slog.wtfStack(TAG, "Service owner " + owner
176 Slog.wtfStack(TAG, "Service owner " + owner
184 Slog.wtfStack(TAG, "Service owner " + owner
279 Slog.wtf(TAG, "Starting service " + this + " without owner");
317 Slog.wtf(TAG, "Binding service " + this + " without owner");
335 Slog.wtf(TAG, "Executing service " + this + " without owner")
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 25 import android.util.Slog;
207 Slog.w(TAG, "Auxiliary subtypes are not allowed to be shown in lock screen.");
226 Slog.v(TAG, "Add subtypes: " + subtypeCount + ", " + imi.getId());
408 Slog.d(TAG, "IME/subtype is not found: " + imi.getId() + ", " + subtype);
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 30 import android.util.Slog;
118 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
163 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
250 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
253 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
264 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
282 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
305 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
328 Slog.e(TAG, ex.getMessage());
369 Slog.e(TAG, "Error reporting WTF", t2)
    [all...]
KernelWakelockReader.java 19 import android.util.Slog;
80 Slog.wtf(TAG, "neither " + sWakelockFile + " nor " +
89 Slog.wtf(TAG, "failed to read kernel wakelocks", e);
95 Slog.wtf(TAG, "Kernel wake locks exceeded buffer size " + buffer.length);
178 Slog.wtf(TAG, "Failed to parse proc line: " +
181 Slog.wtf(TAG, "Failed to parse proc line!");
WrapperInit.java 20 import android.util.Slog;
73 Slog.d(TAG, "Could not write pid of wrapped process to Zygote pipe.", ex);
  /frameworks/base/core/java/com/android/server/
SystemConfig.java 30 import android.util.Slog;
210 Slog.w(TAG, "No directory " + libraryDir + ", skipping");
215 Slog.w(TAG, "Directory " + libraryDir + " cannot be read");
229 Slog.i(TAG, "Non-xml file " + f + " in " + libraryDir + " directory, ignoring");
233 Slog.w(TAG, "Permissions library file " + f + " cannot be read");
251 Slog.w(TAG, "Couldn't find or open permissions file " + permFile);
294 Slog.w(TAG, "<group> without gid in " + permFile + " at "
303 Slog.w(TAG, "<permission> without name in " + permFile + " at "
314 Slog.w(TAG, "<assign-permission> without name in " + permFile + " at "
321 Slog.w(TAG, "<assign-permission> without uid in " + permFile + " at
    [all...]
  /frameworks/base/services/core/java/com/android/server/
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/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/job/
JobServiceContext.java 39 import android.util.Slog;
168 Slog.e(TAG, "Starting new runnable but context is unavailable > Error.");
200 Slog.d(TAG, job.getServiceComponent().getShortClassName() + " unavailable.");
331 Slog.d(TAG, "Stale callback received, ignoring.");
358 Slog.d(TAG, "MSG_CALLBACK of : " + mRunningJob
372 Slog.d(TAG, "Unrecognised callback: " + mRunningJob);
379 Slog.d(TAG,
398 Slog.e(TAG, "Unrecognised message: " + message);
405 Slog.d(TAG, "MSG_SERVICE_BOUND for " + mRunningJob.toShortString());
408 Slog.e(TAG, "Sending onStartJob for a job that isn't pending.
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsRecorder.java 34 import android.util.Slog;
131 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes);
184 if (LOGD) Slog.d(TAG, "loadLocked() reading from disk for " + mCookie);
269 Slog.w(TAG, "unknown interfaces " + unknownIfaces + ", ignoring those stats");
293 if (LOGD) Slog.d(TAG, "forcePersistLocked() writing for " + mCookie);
  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 36 import android.util.Slog;
93 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
107 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount);
120 if (VERBOSE) Slog.i(TAG, "disabled");
124 if (VERBOSE) Slog.i(TAG, "skipping empty notification");
128 if (VERBOSE) Slog.i(TAG, "skipping global notification");
133 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context");
152 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
177 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
182 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ".
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAlsaManager.java 34 import android.util.Slog;
158 Slog.d(TAG, "notifyDeviceState " + enabled + " " + audioDevice);
162 Slog.e(TAG, "no AudioService");
181 Slog.e(TAG, "Invalid alsa card or device alsaCard: " + alsaCard +
194 Slog.i(TAG, "pre-call device:0x" + Integer.toHexString(device) +
210 Slog.e(TAG, "RemoteException in setWiredDeviceConnectionState");
216 Slog.e(TAG, "waitForAlsaDevice(c:" + card + " d:" + device + ")");
235 Slog.d(TAG, "usb: InterruptedException while waiting for ALSA file.");
241 Slog.e(TAG, "waitForAlsaDevice failed for " + testDevice);
271 Slog.e(TAG, "Could not parse ALSA file name " + name, e)
    [all...]
  /frameworks/base/core/java/android/app/
ResourcesManager.java 37 import android.util.Slog;
298 if (DEBUG) Slog.v(TAG, "Applied overrideConfig=" + key.mOverrideConfiguration);
315 Slog.d(TAG, "- creating impl=" + impl + " with key: " + key);
395 Slog.d(TAG, "- using existing ref=" + resources);
405 Slog.d(TAG, "- creating new ref=" + resources);
406 Slog.d(TAG, "- setting ref=" + resources + " with impl=" + impl);
426 Slog.d(TAG, "- using existing ref=" + resources);
437 Slog.d(TAG, "- creating new ref=" + resources);
438 Slog.d(TAG, "- setting ref=" + resources + " with impl=" + impl);
486 Slog.d(TAG, "createBaseActivityResources activity=" + activityToke
    [all...]
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 28 import android.util.Slog;
178 Slog.w(TAG, "Active mobile network without subscriber!");
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 34 import android.util.Slog;
212 if (mDebug) Slog.v(TAG, "Waking up on keyEvent");
216 if (mDebug) Slog.v(TAG, "Waking up on back key");
227 if (mDebug) Slog.v(TAG, "Waking up on keyShortcutEvent");
240 if (mDebug) Slog.v(TAG, "Waking up on touchEvent");
251 if (mDebug) Slog.v(TAG, "Waking up on trackballEvent");
262 if (mDebug) Slog.v(TAG, "Waking up on genericMotionEvent");
787 if (mDebug) Slog.v(TAG, "onCreate()");
795 if (mDebug) Slog.v(TAG, "onDreamingStarted()");
804 if (mDebug) Slog.v(TAG, "onDreamingStopped()")
    [all...]
  /frameworks/base/core/java/android/view/
InputChannel.java 21 import android.util.Slog;
92 Slog.d(TAG, "Opening input channel pair '" + name + "'");

Completed in 1554 milliseconds

1 2 3 45 6 7 8 91011>>