Searched refs:Slog (Results 51 - 75 of 316) sorted by relevance

1234567891011>>

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java41 import android.util.Slog;
122 Slog.w(TAG, "Failed adding window token", e);
125 Slog.w(TAG, "Failed binding to voice interaction session service " + mComponent);
137 Slog.w(TAG, "Failed adding window token", e);
154 Slog.w(TAG, "Voice interation session already dead");
167 Slog.w(TAG, "Failed removing window token", e);
200 Slog.w(TAG, "Voice interaction service not found: " + service);
209 Slog.w(TAG, "Bad voice interaction service: " + mInfo.getParseError());
236 Slog.w(TAG, "deliverNewSession does not match active session");
248 Slog
[all...]
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java26 import android.util.Slog;
113 Slog.d(TAG, "dmW=" + mDesiredMinWidth + " dmH=" + mDesiredMinHeight);
145 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
161 Slog.i(TAG, "Restored image dimensions (w="
176 Slog.d(TAG, "Applying restored wallpaper image.");
/frameworks/base/services/core/java/com/android/server/
H A DSamplingProfilerService.java24 import android.util.Slog;
52 if (LOCAL_LOGV) Slog.v(TAG, "starting SamplingProfilerService!");
76 if (LOCAL_LOGV) Slog.v(TAG, "SamplingProfilerService activated");
82 if (LOCAL_LOGV) Slog.v(TAG, file.getPath() + " added to dropbox");
84 Slog.e(TAG, "Can't add " + file.getPath() + " to dropbox", e);
H A DUpdateLockService.java30 import android.util.Slog;
52 Slog.d(TAG, "first acquire; broadcasting convenient=false");
58 Slog.d(TAG, "last release; broadcasting convenient=true");
90 Slog.d(TAG, "acquire(" + token + ") by " + makeTag(tag));
100 Slog.d(TAG, "release(" + token + ')');
H A DCountryDetectorService.java36 import android.util.Slog;
137 Slog.d(TAG, "The first listener is added");
141 Slog.e(TAG, "linkToDeath failed:", e);
151 Slog.d(TAG, "No listener is left");
164 Slog.e(TAG, "notifyReceivers failed:", e);
224 Slog.e(TAG, "Failed to dump CountryDetectorService: ", e);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DTimerRecordingAction.java25 import android.util.Slog;
121 Slog.i(TAG, "Received [Timer Status Data]:" + Arrays.toString(timerStatusData));
123 Slog.w(TAG, "Invalid [Timer Status Data]:" + Arrays.toString(timerStatusData));
143 Slog.i(TAG, "[Feature Abort] for " + messageType + " reason:" + reason);
165 Slog.w(TAG, "Timeout in invalid state:[Expected:" + mState + ", Actual:" + state + "]");
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXml.java20 import android.util.Slog;
59 Slog.e(TAG, "UsageStats Xml", e);
89 Slog.e(TAG, "Unrecognized version " + versionStr);
93 Slog.e(TAG, "Bad version");
97 Slog.e(TAG, "Failed to parse Xml", e);
H A DUserUsageStatsService.java27 import android.util.Slog;
83 Slog.w(TAG, mLogPrefix + "Some stats have no latest available");
99 Slog.i(TAG, mLogPrefix + "Rollover scheduled @ " +
129 Slog.d(TAG, mLogPrefix + "Got usage event for " + event.mPackage
218 Slog.d(TAG, mLogPrefix + "Bad intervalType used " + intervalType);
226 Slog.d(TAG, mLogPrefix + "SELECT * FROM " + intervalType + " WHERE beginTime >= "
232 Slog.d(TAG, mLogPrefix + "Requesting stats after " + beginTime + " but latest is "
248 Slog.d(TAG, "Got " + (results != null ? results.size() : 0) + " results from disk");
249 Slog.d(TAG, "Current stats beginTime=" + currentStats.beginTime +
256 Slog
[all...]
H A DUsageStatsDatabase.java22 import android.util.Slog;
116 Slog.d(TAG, "Found " + files.length + " stat files for interval " + i);
136 Slog.i(TAG, "Upgrading from version " + version + " to " + CURRENT_VERSION);
142 Slog.e(TAG, "Failed to write new version");
152 Slog.i(TAG, "Deleting all usage stats files");
172 Slog.i(TAG, "Deleting file " + file.getBaseFile().getAbsolutePath()
183 Slog.i(TAG, "Moving file " + file.getBaseFile().getAbsolutePath() + " to "
216 Slog.e(TAG, "Failed to read usage stats file", e);
273 Slog.d(TAG, "endTime(" + endTime + ") <= beginTime(" + beginTime + ")");
289 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java44 import android.util.Slog;
147 if (DEBUG_BROADCAST) Slog.v(
199 if (DEBUG_BROADCAST) Slog.v(TAG,
212 if (DEBUG_BROADCAST) Slog.v(TAG,
224 if (DEBUG_BROADCAST) Slog.v(TAG,
241 if (DEBUG_BROADCAST_LIGHT) Slog.v(TAG,
249 if (DEBUG_BROADCAST) Slog.v(TAG,
254 if (DEBUG_BROADCAST) Slog.v(TAG,
272 Slog.w(TAG, "Exception in new application when starting receiver "
311 if (DEBUG_BROADCAST) Slog
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java28 import android.util.Slog;
106 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
151 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
237 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
240 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
251 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
269 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
292 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
315 Slog.e(TAG, ex.getMessage());
350 Slog
[all...]
H A DTransferPipe.java30 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
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplaySettings.java23 import android.util.Slog;
102 Slog.i(TAG, "No existing display settings " + mFile.getBaseFile()
131 Slog.w(TAG, "Unknown element under <display-settings>: "
138 Slog.w(TAG, "Failed parsing " + e);
140 Slog.w(TAG, "Failed parsing " + e);
142 Slog.w(TAG, "Failed parsing " + e);
144 Slog.w(TAG, "Failed parsing " + e);
146 Slog.w(TAG, "Failed parsing " + e);
148 Slog.w(TAG, "Failed parsing " + e);
188 Slog
[all...]
H A DWindowStateAnimator.java44 import android.util.Slog;
194 Slog.w(TAG, "WindowStateAnimator ctor: Display has been removed");
208 if (localLOGV) Slog.v(TAG, "Setting animation in " + this + ": " + anim);
265 if (false && DEBUG_ANIM) Slog.v(
285 if (DEBUG_ANIM) Slog.v(
305 if (DEBUG_ANIM) Slog.v(
342 if (DEBUG_ANIM) Slog.v(
363 if (DEBUG_LAYERS) Slog.v(TAG, "Stepping win " + this
369 Slog.v(TAG, "Policy visibility changing after anim in " + this + ": "
378 if (WindowManagerService.DEBUG_FOCUS_LIGHT) Slog
[all...]
H A DWindowManagerService.java103 import android.util.Slog;
703 Slog.w(TAG, "Unexpected ACTION_DOWN in drag layer");
715 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at "
723 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!");
729 if (DEBUG_DRAG) Slog.d(TAG, "Drag ended; tearing down state");
739 Slog.e(TAG, "Exception caught by drag handleMotion", e);
916 Slog.wtf(TAG, "Window Manager Crash", e);
925 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(
935 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(
939 Slog
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java33 import android.util.Slog;
82 Slog.e(TAG, "Couldn't get wallpaper name\n" + re);
126 Slog.e(TAG, "Couldn't restore settings\n" + re);
132 Slog.d(TAG, "restore failed", ex);
142 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
161 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]");
173 Slog.e(TAG, "Couldn't restore settings\n" + re);
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java33 import android.util.Slog;
59 if (DEBUG) Slog.d(TAG, "new CountdownConditionProvider()");
70 if (DEBUG) Slog.d(TAG, "onConnected");
78 if (DEBUG) Slog.d(TAG, "onDestroy");
92 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
112 if (DEBUG) Slog.d(TAG, String.format(
130 if (DEBUG) Slog.d(TAG, "Countdown condition fired: " + conditionId);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DSystemGesturesPointerEventListener.java20 import android.util.Slog;
59 if (DEBUG) Slog.d(TAG, "mSwipeStartThreshold=" + mSwipeStartThreshold
84 if (DEBUG) Slog.d(TAG, "Firing debug");
94 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromTop");
97 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromBottom");
100 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromRight");
111 if (DEBUG) Slog.d(TAG, "Ignoring " + event);
118 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
124 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
171 if (DEBUG) Slog
[all...]
H A DImmersiveModeConfirmation.java35 import android.util.Slog;
90 if (DEBUG) Slog.d(TAG, String.format("loadSetting() mCurrentUserId=%d resetForPanic=%s",
98 if (DEBUG) Slog.d(TAG, "Loaded mConfirmed=" + mConfirmed);
100 Slog.w(TAG, "Error loading confirmations, value=" + value, t);
105 if (DEBUG) Slog.d(TAG, "saveSetting()");
112 if (DEBUG) Slog.d(TAG, "Saved value=" + value);
114 Slog.w(TAG, "Error saving confirmations, mConfirmed=" + mConfirmed, t);
123 if (DEBUG) Slog.d(TAG, String.format("immersiveModeChanged() disabled=%s mConfirmed=%s",
150 if (DEBUG) Slog.d(TAG, "confirmCurrentPrompt()");
156 if (DEBUG) Slog
[all...]
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java32 import android.util.Slog;
72 Slog.w(TAG, "Bound dream did not connect in the time allotted");
81 Slog.w(TAG, "Stubborn dream did not finish itself in the time allotted");
120 Slog.i(TAG, "Starting dream: name=" + name
129 Slog.e(TAG, "Unable to add window token for dream.", ex);
140 Slog.e(TAG, "Unable to bind dream service: " + intent);
145 Slog.e(TAG, "Unable to bind dream service: " + intent, ex);
184 Slog.i(TAG, "Stopping dream: name=" + oldDream.mName
220 Slog.w(TAG, "Error removing window token for dream.", ex);
239 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java29 import android.util.Slog;
135 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
157 Slog.i(TAG, "Stop the detector.");
205 Slog.d(TAG, country.toString());
214 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType);
318 Slog.d(TAG, "startLocationBasedDetection=" + startLocationBasedDetection
330 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
362 Slog.d(TAG, "starts LocationBasedDetector to detect Country code via Location info "
372 Slog.d(TAG, "tries to stop LocationBasedDetector "
397 Slog
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java34 import android.util.Slog;
92 Slog.d(TAG, "Received public key: " + key);
98 Slog.e(TAG, "Wrong message: " + (new String(Arrays.copyOfRange(buffer, 0, 2))));
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);
254 Slog.e(TAG, "unable to start customAdbPublicKeyConfirmationComponent "
271 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java48 import android.util.Slog;
146 Slog.e(TAG, "Will not process invalid message");
157 if(localLOGV) Slog.i(TAG, " Clear succeeded:"+mClearSucceeded
222 if (localLOGV) Slog.i(TAG, "Clearing cache");
226 Slog.w(TAG, "Failed to get handle for PackageManger Exception: "+e);
238 if(localLOGV) Slog.i(TAG, "Thread already running just skip");
242 Slog.w(TAG, "Thread that clears cache file seems to run for ever");
246 if (localLOGV) Slog.v(TAG, "freeMemory="+mFreeMem);
276 Slog.i(TAG, "Running low on memory. Sending notification");
280 if (localLOGV) Slog
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java35 import android.util.Slog;
71 Slog.wtf(TAG, IntentForwarderActivity.class.getName() + " cannot be called directly");
97 Slog.e(TAG, "PackageManagerService is dead?");
122 Slog.wtf(TAG, "Unable to launch as UID " + launchedFromUid + " package "
131 Slog.wtf(TAG, "the intent: " + newIntent + "cannot be forwarded from user "
150 Slog.wtf(TAG, FORWARD_INTENT_TO_MANAGED_PROFILE
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java25 import android.util.Slog;
78 Slog.v(TAG, this + " size=[" + mSizeMin + "-" + mSizeMax + "] hold=" + mHold
109 Slog.v(TAG, this + " onTouch: " + MotionEvent.actionToString(event.getAction()));
117 Slog.v(TAG, this + " ACTION_DOWN: " + event.getX() + "," + event.getY());
122 Slog.v(TAG, "consuming errant click: (" + event.getX() + "," + event.getY() + ")");
137 Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime));

Completed in 931 milliseconds

1234567891011>>