HomeSort by relevance Sort by last modified time
    Searched full:slog (Results 26 - 50 of 375) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java 32 import android.util.Slog;
139 Slog.d(TAG, this + ": Starting");
150 Slog.d(TAG, this + ": Stopping");
187 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/services/core/java/com/android/server/wm/
DimLayer.java 22 import android.util.Slog;
72 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId);
86 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(TAG,
90 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e);
123 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
127 if (DEBUG) Slog.v(TAG, "setAlpha hiding");
131 if (DEBUG) Slog.v(TAG, "setAlpha showing");
136 Slog.w(TAG, "Failure setting alpha immediately", e);
179 Slog.w(TAG, "Failure setting size", e);
198 if (DEBUG) Slog.v(TAG, "show: immediate")
    [all...]
Session.java 39 import android.util.Slog;
134 Slog.wtf(WindowManagerService.TAG, "Window Session Crash", e);
196 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED relayout from "
202 if (false) Slog.d(WindowManagerService.TAG, "<<<<<< EXITING relayout to "
230 if (WindowManagerService.localLOGV) Slog.v(
272 Slog.d(WindowManagerService.TAG, "perform drag: win=" + window + " data=" + data);
277 Slog.w(WindowManagerService.TAG, "No drag prepared");
282 Slog.w(WindowManagerService.TAG, "Performing mismatched drag");
288 Slog.w(WindowManagerService.TAG, "Bad requesting window " + window);
313 Slog.e(WindowManagerService.TAG, "Unable to transfer touch focus")
    [all...]
DragState.java 33 import android.util.Slog;
97 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "registering drag input channel");
99 Slog.e(WindowManagerService.TAG, "Duplicate register of drag input channel");
145 Slog.d(WindowManagerService.TAG, "Pausing rotation during drag");
152 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "unregistering drag input channel");
154 Slog.e(WindowManagerService.TAG, "Unregister of nonexistent drag input channel");
169 Slog.d(WindowManagerService.TAG, "Resuming rotation after drag");
191 Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")");
219 Slog.d(WindowManagerService.TAG, "Not dispatching local DRAG_STARTED to " + newWin);
233 Slog.w(WindowManagerService.TAG, "Unable to drag-start window " + newWin)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
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]);
192 Slog.w(TAG, "Pipe has been closed...");
199 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
209 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
237 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
239 if (DEBUG) Slog.i(TAG, "Interrupted!")
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java 33 import android.util.Slog;
125 if (DEBUG) Slog.d(TAG, "Creating tasks directory " + sTasksDir);
127 Slog.e(TAG, "Failure creating tasks directory " + sTasksDir);
133 if (DEBUG) Slog.d(TAG, "Creating images directory " + sTasksDir);
135 Slog.e(TAG, "Failure creating images directory " + sImagesDir);
157 if (DEBUG) Slog.d(TAG, "Removing " + ((ImageWriteQueueItem) item).mFilename +
203 if (DEBUG) Slog.d(TAG, "wakeup: task=" + task + " flush=" + flush + " mNextWriteTime="
247 if (DEBUG) Slog.d(TAG, "saveImage: filename=" + filename + " now=" +
281 if (DEBUG) Slog.d(TAG, "saveToXml: task=" + task);
314 Slog.e(TAG, "Couldn't read file " + file.getName())
    [all...]
RecentTasks.java 32 import android.util.Slog;
78 Slog.i(TAG, "Can't remove recent task on user " + userId);
85 if(DEBUG_TASKS) Slog.i(TAG_TASKS,
125 Slog.w(TAG, "Removing auto-remove without activity: " + task);
168 Slog.w(TAG, "Removing no longer valid recent: " + task);
172 if (DEBUG_RECENTS && task.isAvailable) Slog.d(TAG_RECENTS,
179 if (DEBUG_RECENTS && task.isAvailable) Slog.d(TAG_RECENTS,
186 if (DEBUG_RECENTS && !task.isAvailable) Slog.d(TAG_RECENTS,
212 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "addRecent: adding affilliates starting at "
220 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "addRecent: looking at next chain @
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 20 import android.util.Slog;
59 if (DEBUG) Slog.d(TAG, "mSwipeStartThreshold=" + mSwipeStartThreshold
85 if (DEBUG) Slog.d(TAG, "Firing debug");
95 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromTop");
98 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromBottom");
101 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromRight");
113 if (DEBUG) Slog.d(TAG, "Ignoring " + event);
120 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
126 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
173 if (DEBUG) Slog.d(TAG, "pointer " + mDownPointerId[i
    [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/
TextServicesManagerService.java 56 import android.util.Slog;
130 Slog.w(TAG, "Couldn't get current user ID; guessing it's 0", e);
172 Slog.d(TAG, "--- ignore this call back from a background user: " + userId);
214 Slog.w(TAG, "Unexpected intent " + intent);
233 Slog.w(TAG, "Skipping text service " + compName
238 if (DBG) Slog.d(TAG, "Add: " + compName);
242 Slog.w(TAG, "Skipping text service " + compName
249 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
251 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
255 Slog.d(TAG, "buildSpellCheckerMapLocked: " + list.size() + "," + map.size())
    [all...]
MasterClearReceiver.java 27 import android.util.Slog;
41 Slog.w(TAG, "Ignoring master clear request -- not from trusted server.");
51 Slog.w(TAG, "!!! FACTORY RESET !!!");
60 Slog.e(TAG, "Can't perform master clear/factory reset", e);
62 Slog.e(TAG, "Can't perform master clear/factory reset", e);
96 Slog.w(TAG, "Wiping adoptable disks");
RandomBlock.java 19 import android.util.Slog;
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
98 Slog.w(TAG, "IOException thrown while closing Closeable", e);
SystemConfig.java 25 import android.util.Slog;
165 Slog.w(TAG, "No directory " + libraryDir + ", skipping");
170 Slog.w(TAG, "Directory " + libraryDir + " cannot be read");
184 Slog.i(TAG, "Non-xml file " + f + " in " + libraryDir + " directory, ignoring");
188 Slog.w(TAG, "Permissions library file " + f + " cannot be read");
206 Slog.w(TAG, "Couldn't find or open permissions file " + permFile);
244 Slog.w(TAG, "<group> without gid in " + permFile + " at "
253 Slog.w(TAG, "<permission> without name in " + permFile + " at "
264 Slog.w(TAG, "<assign-permission> without name in " + permFile + " at "
271 Slog.w(TAG, "<assign-permission> without uid in " + permFile + " at
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 74 import android.util.Slog;
169 if (DEBUG) Slog.d(TAG, "onPackageUpdateFinished(packageName=" + packageName + ")");
178 Slog.d(TAG, "onPackagesAvailable(packages=" + Arrays.toString(packages) + ")");
192 Slog.d(TAG, "onPackagesUnavailable(packages=" + Arrays.toString(packages)
204 if (DEBUG) Slog.d(TAG, "onSomePackagesChanged()");
206 if (DEBUG) Slog.d(TAG, "Skipped building TV input list due to replacing");
250 Slog.e(TAG, "error in applyBatch", e);
254 Slog.d(TAG, "onPackageRemoved(packageName=" + packageName + ", uid=" + uid
256 Slog.d(TAG, "results=" + results);
287 if (DEBUG) Slog.d(TAG, "buildTvInputList")
    [all...]
  /frameworks/base/services/core/java/com/android/server/updates/
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/packages/InputDevices/res/values-sl/
strings.xml 8 <string name="keyboard_layout_english_us_intl" msgid="3705168594034233583">"angle?ka (ZDA), mednarodni slog"</string>
9 <string name="keyboard_layout_english_us_colemak_label" msgid="4194969610343455380">"angle?ka (ZDA), slog Colemak"</string>
10 <string name="keyboard_layout_english_us_dvorak_label" msgid="793528923171145202">"angle?ka (ZDA), slog Dvorak"</string>
15 <string name="keyboard_layout_russian_mac_label" msgid="3795866869038264796">"ruska, slog Mac"</string>
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardDisplayManager.java 26 import android.util.Slog;
46 if (DEBUG) Slog.v(TAG, "show");
56 if (DEBUG) Slog.v(TAG, "hide");
67 if (DEBUG) Slog.d(TAG, "onRouteSelected: type=" + type + ", info=" + info);
73 if (DEBUG) Slog.d(TAG, "onRouteUnselected: type=" + type + ", info=" + info);
79 if (DEBUG) Slog.d(TAG, "onRoutePresentationDisplayChanged: info=" + info);
101 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay());
107 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
114 Slog.w(TAG, "Invalid display:", ex);
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 40 import android.util.Slog;
178 Slog.i(LOG_TAG, "[user: " + mUserId + "] onAllPrintJobsHandled()");
205 Slog.i(LOG_TAG, "[user: " + mUserId + "] requestCancelPrintJob()");
210 Slog.e(LOG_TAG, "Error canceling a pring job.", re);
233 Slog.i(LOG_TAG, "[user: " + mUserId + "] onPrintJobQueued()");
238 Slog.e(LOG_TAG, "Error announcing queued pring job.", re);
260 Slog.i(LOG_TAG, "[user: " + mUserId + "] createPrinterDiscoverySession()");
265 Slog.e(LOG_TAG, "Error creating printer discovery session.", re);
293 Slog.i(LOG_TAG, "[user: " + mUserId + "] destroyPrinterDiscoverySession()");
298 Slog.e(LOG_TAG, "Error destroying printer dicovery session.", re)
    [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/services/core/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/core/java/android/hardware/soundtrigger/
KeyphraseEnrollmentInfo.java 31 import android.util.Slog;
110 Slog.w(TAG, ai.packageName + "is not a privileged system app");
116 Slog.w(TAG, ai.packageName + " does not require MANAGE_VOICE_KEYPHRASES");
123 Slog.w(TAG, "error parsing voice enrollment meta-data", e);
162 Slog.w(TAG, "error parsing keyphrase enrollment meta-data", e);
166 Slog.w(TAG, "error parsing keyphrase enrollment meta-data", e);
170 Slog.w(TAG, "error parsing keyphrase enrollment meta-data", e);
183 Slog.w(TAG, mParseError);
192 Slog.w(TAG, mParseError);
202 Slog.w(TAG, mParseError)
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 39 import android.util.Slog;
119 Slog.w(TAG, "Voice interaction service not found: " + service);
128 Slog.w(TAG, "Bad voice interaction service: " + mInfo.getParseError());
164 Slog.w(TAG, "deliverNewSession does not match active session");
175 Slog.w(TAG, "startVoiceActivity does not match active session");
179 Slog.w(TAG, "startVoiceActivity not allowed on hidden session");
196 Slog.w(TAG, "setKeepAwake does not match active session");
208 Slog.w(TAG, "closeSystemDialogs does not match active session");
219 Slog.w(TAG, "finish does not match active session");
283 Slog.w(TAG, "Failed binding to voice interaction service " + mComponent)
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 87 import android.util.Slog;
366 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned
373 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups");
678 Slog.v(TAG, "Backup requested but no transport available");
697 if (DEBUG) Slog.v(TAG, "clearing pending backups");
723 Slog.e(TAG, "Transport became unavailable attempting backup");
727 Slog.v(TAG, "Backup requested but nothing pending");
745 if (MORE_DEBUG) Slog.v(TAG, "Got next step for " + task + ", executing");
748 Slog.e(TAG, "Invalid backup task in flight, obj=" + msg.obj);
759 Slog.e(TAG, "Invalid completion in flight, obj=" + msg.obj)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IntentForwarderActivity.java 34 import android.util.Slog;
70 Slog.wtf(TAG, IntentForwarderActivity.class.getName() + " cannot be called directly");
118 Slog.wtf(TAG, "Unable to launch as UID " + launchedFromUid + " package "
127 Slog.wtf(TAG, "the intent: " + newIntent + "cannot be forwarded from user "
138 Slog.wtf(TAG, "An chooser intent with extra initial intents cannot be forwarded to"
143 Slog.wtf(TAG, "A chooser intent with replacement extras cannot be forwarded to a"
157 Slog.e(TAG, "PackageManagerService is dead?");
175 Slog.wtf(TAG, FORWARD_INTENT_TO_MANAGED_PROFILE
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCase.java 22 import android.util.Slog;
34 Slog.v("DessertCase", "ACHIEVEMENT UNLOCKED");

Completed in 170 milliseconds

12 3 4 5 6 7 8 91011>>