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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/hdmi/
DeviceSelectAction.java 24 import android.util.Slog;
184 Slog.w(TAG, "Timer in a wrong state. Ignored.");
211 Slog.e(TAG, "Callback failed:" + e);
HotplugDetectionAction.java 20 import android.util.Slog;
69 Slog.v(TAG, "Hot-plug dection started.");
127 Slog.v(TAG, "Poll all devices.");
139 Slog.v(TAG, "Poll audio system.");
162 Slog.w(TAG, "Ack not returned from AVR. count: " + mAvrStatusCount);
168 Slog.v(TAG, "Remove device by hot-plug detection:" + index);
181 Slog.v(TAG, "Add device by hot-plug detection:" + index);
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeFiltering.java 31 import android.util.Slog;
202 if (DEBUG) Slog.d(TAG, "Default phone app: " + mDefaultPhoneApp);
230 Slog.w(TAG, "Encountered unknown source: " + source);
ValidateNotificationPeople.java 36 import android.util.Slog;
90 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
104 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount);
117 if (VERBOSE) Slog.i(TAG, "disabled");
121 if (VERBOSE) Slog.i(TAG, "skipping empty notification");
125 if (VERBOSE) Slog.i(TAG, "skipping global notification");
130 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context");
149 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
174 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
179 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ".
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 24 import android.util.Slog;
43 Slog.i(TAG, "Waiting for installd to be ready.");
81 Slog.e(TAG, "Invalid instruction set: " + instructionSet);
92 Slog.e(TAG, "Invalid instruction set: " + instructionSet);
113 Slog.e(TAG, "Invalid instruction set: " + instructionSet);
129 Slog.e(TAG, "Invalid instruction set: " + instructionSet);
303 Slog.e(TAG, "Invalid instruction set: " + instructionSet);
339 Slog.e(TAG, "Invalid instruction set: " + instructionSet);
402 Slog.e(TAG, "linkNativeLibraryDirectory dataPath is null");
405 Slog.e(TAG, "linkNativeLibraryDirectory nativeLibPath is null")
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PolicyControl.java 24 import android.util.Slog;
114 if (DEBUG) Slog.d(TAG, "reloadFromSetting()");
124 Slog.w(TAG, "Error loading policy control, value=" + value, t);
144 if (DEBUG) Slog.d(TAG, "setFilters: " + value);
177 Slog.d(TAG, "immersiveStatusFilter: " + sImmersiveStatusFilter);
178 Slog.d(TAG, "immersiveNavigationFilter: " + sImmersiveNavigationFilter);
179 Slog.d(TAG, "immersivePreconfirmationsFilter: " + sImmersivePreconfirmationsFilter);
  /frameworks/base/services/core/java/com/android/server/power/
WirelessChargerDetector.java 27 import android.util.Slog;
248 Slog.w(TAG, "Wireless charger detector is broken. Only received "
263 Slog.d(TAG, "New state: mAtRest=" + mAtRest
296 Slog.d(TAG, "No longer at rest: "
320 Slog.d(TAG, "Weird gravity vector: mag1=" + mag1 + ", mag2=" + mag2);
326 Slog.d(TAG, "Check: moved=" + moved
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 26 import android.util.Slog;
74 Slog.i(TAG, "Not installing, new version is <= current version");
80 Slog.i(TAG, "Found new update, installing...");
82 Slog.i(TAG, "Installation successful");
86 Slog.e(TAG, "Could not update content!", e);
127 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
146 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 22 import android.util.Slog;
105 Slog.i(TAG, "No existing display settings " + mFile.getBaseFile()
134 Slog.w(TAG, "Unknown element under <display-settings>: "
141 Slog.w(TAG, "Failed parsing " + e);
143 Slog.w(TAG, "Failed parsing " + e);
145 Slog.w(TAG, "Failed parsing " + e);
147 Slog.w(TAG, "Failed parsing " + e);
149 Slog.w(TAG, "Failed parsing " + e);
151 Slog.w(TAG, "Failed parsing " + e);
191 Slog.w(TAG, "Failed to write display settings: " + e)
    [all...]
DisplayContent.java 25 import android.util.Slog;
167 Slog.e(TAG, "getHomeStack: Returning null from this=" + this);
207 Slog.wtf(TAG, "moving stack that was not added: " + stack, new Throwable());
258 if (DEBUG_VISIBILITY) Slog.w(TAG, "user changing, hiding " + win
  /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;
104 Slog.wtf(TAG, "Process Stats Crash", e);
194 Slog.w(TAG, "Writing process stats before shutdown...");
236 Slog.i(TAG, "Prepared write state in " + (SystemClock.uptimeMillis()-now) + "ms");
257 if (DEBUG) Slog.d(TAG, "Performing write to " + mFile.getBaseFile());
278 if (DEBUG) Slog.d(TAG, "Write completed successfully!");
280 Slog.w(TAG, "Error writing process statistics", e);
295 Slog.w(TAG, "Ignoring existing stats; " + stats.mReadError);
301 Slog.w(TAG, "Process: " + procMap.keyAt(ip));
305 Slog.w(TAG, " Uid " + uids.keyAt(iu) + ": " + uids.valueAt(iu))
    [all...]
  /frameworks/base/core/java/android/service/voice/
AlwaysOnHotwordDetector.java 39 import android.util.Slog;
365 if (DBG) Slog.d(TAG, "getSupportedRecognitionModes()");
403 if (DBG) Slog.d(TAG, "startRecognition(" + recognitionFlags + ")");
431 if (DBG) Slog.d(TAG, "stopRecognition()");
463 if (DBG) Slog.d(TAG, "createEnrollIntent");
484 if (DBG) Slog.d(TAG, "createUnEnrollIntent");
505 if (DBG) Slog.d(TAG, "createReEnrollIntent");
549 Slog.w(TAG, "Received onSoundModelsChanged for an unsupported keyphrase/config");
581 Slog.w(TAG, "RemoteException in startRecognition!", e);
584 Slog.w(TAG, "startRecognition() failed with error code " + code)
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 24 import android.util.Slog;
211 Slog.w(TAG, "Auxiliary subtypes are not allowed to be shown in lock screen.");
230 Slog.v(TAG, "Add subtypes: " + subtypeCount + ", " + imi.getId());
383 Slog.d(TAG, "IME/subtype is not found: " + imi.getId() + ", " + subtype);
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 29 import android.util.Slog;
107 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
152 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
239 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
242 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
253 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
271 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
294 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
317 Slog.e(TAG, ex.getMessage());
355 Slog.e(TAG, "Error reporting WTF", t2)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java 47 import android.util.Slog;
139 Slog.e(TAG, "Failure retrieving IGateKeeperService", e);
158 Slog.i(TAG, "Migrated lock settings to new location");
195 Slog.i(TAG, "Migrated per-user lock settings to new location");
220 Slog.i(TAG, "Migrated biometric weak to use the fallback instead");
249 Slog.i(TAG, "Migrated lockscreen disabled flag");
252 Slog.e(TAG, "Unable to migrate old data", re);
410 Slog.e(TAG, "Stored handle type [" + currentHandleType + "] but no handle available");
431 Slog.w(TAG, "Saved credential provided, but none stored");
440 Slog.e(TAG, "Failed to enroll pattern")
    [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/job/
JobServiceContext.java 37 import android.util.Slog;
151 Slog.e(TAG, "Starting new runnable but context is unavailable > Error.");
170 Slog.d(TAG, job.getServiceComponent().getShortClassName() + " unavailable.");
284 Slog.d(TAG, "Stale callback received, ignoring.");
310 Slog.d(TAG, "MSG_CALLBACK of : " + mRunningJob + " v:" +
324 Slog.d(TAG, "Unrecognised callback: " + mRunningJob);
338 Slog.e(TAG, "Unrecognised message: " + message);
345 Slog.d(TAG, "MSG_SERVICE_BOUND for " + mRunningJob.toShortString());
348 Slog.e(TAG, "Sending onStartJob for a job that isn't pending. "
355 Slog.d(TAG, "Job cancelled while waiting for bind to complete.
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsRecorder.java 32 import android.util.Slog;
106 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes);
146 if (LOGD) Slog.d(TAG, "loadLocked() reading from disk for " + mCookie);
224 Slog.w(TAG, "unknown interfaces " + unknownIfaces + ", ignoring those stats");
246 if (LOGD) Slog.d(TAG, "forcePersistLocked() writing for " + mCookie);
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 35 import android.util.Slog;
118 Slog.e(LOG_TAG, "Error getting print jobs.", re);
120 Slog.e(LOG_TAG, "Error getting print jobs.", te);
123 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] getPrintJobInfos()");
142 Slog.e(LOG_TAG, "Error creating print job.", re);
144 Slog.e(LOG_TAG, "Error creating print job.", te);
147 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] createPrintJob()");
165 Slog.e(LOG_TAG, "Error writing print job data.", re);
167 Slog.e(LOG_TAG, "Error writing print job data.", te);
170 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] writePrintJobData()")
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 23 import android.util.Slog;
146 Slog.e(TAG, "Failed to check-in", e);
159 Slog.e(TAG, "Failed to mark file " + file.getBaseFile().getPath()
190 Slog.d(TAG, "Found " + files.length + " stat files for interval " + i);
198 Slog.e(TAG, "failed to index file: " + f, e);
239 Slog.i(TAG, "Upgrading from version " + version + " to " + CURRENT_VERSION);
251 Slog.e(TAG, "Failed to write new version");
267 Slog.i(TAG, "Deleting all usage stats files");
319 Slog.i(TAG, logBuilder.toString());
346 Slog.e(TAG, "Failed to read usage stats file", e)
    [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");
231 Slog.d(TAG, "usb: InterruptedException while waiting for ALSA file.");
237 Slog.e(TAG, "waitForAlsaDevice failed for " + testDevice);
267 Slog.e(TAG, "Could not parse ALSA file name " + name, e);
273 Slog.d(TAG, "Adding ALSA device " + alsaDevice)
    [all...]
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 28 import android.util.Slog;
168 Slog.w(TAG, "Active mobile network without subscriber!");

Completed in 584 milliseconds

1 2 34 5 6 7 8 91011>>