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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 23 import android.util.Slog;
50 Slog.w(TAG , "Remote Exception", e);
59 Slog.w(TAG , "Remote Exception", e);
68 Slog.w(TAG , "Remote Exception", e);
77 Slog.w(TAG , "Remote Exception", e);
86 Slog.w(TAG , "Remote Exception", e);
95 Slog.w(TAG , "Remote Exception", e);
104 Slog.w(TAG , "Remote Exception", e);
113 Slog.w(TAG , "Remote Exception", e);
122 Slog.w(TAG , "Remote Exception", e)
    [all...]
  /libcore/tzdata/update/src/main/libcore/tzdata/update/
TzDataBundleInstaller.java 18 import android.util.Slog;
57 Slog.i(logTag, "Applying time zone update");
61 Slog.i(logTag, "Update not applied: Bundle is missing files");
69 Slog.i(logTag, "Moving " + currentTzDataDir + " to " + oldTzDataDir);
72 Slog.i(logTag, "Moving " + unpackedContentDir + " to " + currentTzDataDir);
74 Slog.i(logTag, "Update applied: " + currentTzDataDir + " successfully created");
77 Slog.i(logTag, "Update not applied: System checksum did not match");
91 Slog.w(logTag, "Unable to delete " + dir, e);
97 Slog.i(logTag, "Unpacking update content to: " + targetDir);
104 Slog.i(logTag, "Verifying bundle contents")
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
SoundTriggerHelper.java 38 import android.util.Slog;
100 Slog.w(TAG, "listModules status=" + status + ", # of modules=" + modules.size());
128 Slog.d(TAG, "startRecognition for keyphraseId=" + keyphraseId
131 Slog.d(TAG, "moduleProperties=" + moduleProperties);
132 Slog.d(TAG, "current listener="
134 Slog.d(TAG, "current SoundModel handle=" + mCurrentSoundModelHandle);
135 Slog.d(TAG, "current SoundModel UUID="
156 Slog.w(TAG, "Attempting startRecognition without the capability");
162 Slog.w(TAG, "startRecognition cannot attach to sound trigger module");
172 Slog.w(TAG, "Unloading previous sound model")
    [all...]
  /frameworks/base/tools/aapt2/
Logger.cpp 27 std::shared_ptr<Log> Logger::sLog(std::make_shared<Log>(std::cerr, std::cerr));
30 sLog = log;
34 return sLog->err << "error: ";
38 return sLog->err << source << ": error: ";
42 return sLog->err << source << ": error: ";
46 return sLog->err << "warning: ";
50 return sLog->err << source << ": warning: ";
54 return sLog->err << source << ": warning: ";
58 return sLog->out << "note: ";
62 return sLog->err << source << ": note: "
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 24 import android.util.Slog;
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
89 Slog.e(TAG, "Unable to report native crash", e);
106 if (DEBUG) Slog.i(TAG, "Starting up");
128 if (MORE_DEBUG) Slog.v(TAG, "Waiting for debuggerd connection");
130 if (MORE_DEBUG) Slog.v(TAG, "Got debuggerd socket " + peerFd);
142 Slog.w(TAG, "Error handling connection", e);
152 Slog.d(TAG, "Exception writing ack: " + e.getMessage());
159 Slog.d(TAG, "Exception closing socket: " + e.getMessage())
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
PackagePriorityExtractor.java 19 import android.util.Slog;
28 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
33 if (DBG) Slog.d(TAG, "skipping empty notification");
38 if (DBG) Slog.d(TAG, "missing config");
PackageVisibilityExtractor.java 19 import android.util.Slog;
28 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
33 if (DBG) Slog.d(TAG, "skipping empty notification");
38 if (DBG) Slog.d(TAG, "missing config");
ScheduleConditionProvider.java 33 import android.util.Slog;
63 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()");
93 if (DEBUG) Slog.d(TAG, "onConnected");
105 if (DEBUG) Slog.d(TAG, "onDestroy");
111 if (DEBUG) Slog.d(TAG, "onRequestConditions relevance=" + relevance);
117 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
128 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
176 if (DEBUG) Slog.d(TAG, String.format("Scheduling evaluate for %s, in %s, now=%s",
180 if (DEBUG) Slog.d(TAG, "Not scheduling evaluate");
200 if (DEBUG) Slog.d(TAG, "setRegistered " + registered)
    [all...]
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...]
EventConditionProvider.java 38 import android.util.Slog;
73 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()");
108 if (DEBUG) Slog.d(TAG, "onBootComplete");
125 if (DEBUG) Slog.d(TAG, "onConnected");
132 if (DEBUG) Slog.d(TAG, "onDestroy");
138 if (DEBUG) Slog.d(TAG, "onRequestConditions relevance=" + relevance);
144 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
156 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
173 if (DEBUG) Slog.d(TAG, "reloadTrackers");
181 Slog.w(TAG, "Unable to create context for user " + user.getIdentifier())
    [all...]
  /frameworks/base/core/java/com/android/server/backup/
PreferredActivityBackupHelper.java 23 import android.util.Slog;
52 Slog.d(TAG, "Handling backup of " + key);
63 Slog.w(TAG, "Unexpected backup key " + key);
66 Slog.e(TAG, "Unable to store payload " + key);
75 Slog.d(TAG, "Handling restore of " + key);
89 Slog.w(TAG, "Unexpected restore key " + key);
92 Slog.w(TAG, "Unable to restore key " + key);
NotificationBackupHelper.java 25 import android.util.Slog;
52 Slog.e(TAG, "Couldn't communicate with notification manager");
62 Slog.v(TAG, "Got restore of " + key);
71 Slog.e(TAG, "Couldn't communicate with notification manager");
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 12 import android.util.Slog;
29 Slog.e(TAG, "Unable to access Storage Manager");
42 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
81 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
83 Slog.w(TAG, "Cannot restore data for unavailable volume " + i);
86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
89 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
92 Slog.e(TAG, "Skipping data with malformed path " + relpath);
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 33 import android.util.Slog;
154 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
159 Slog.e(TAG, "Client connection failure, error=" + msg.arg1);
165 Slog.e(TAG, "Send failed, client connection lost");
168 if (DBG) Slog.d(TAG, "Client disconnected");
171 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
210 Slog.e(TAG, "Unhandled " + msg);
254 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo);
295 if (DBG) Slog.d(TAG, "Discover services");
308 Slog.d(TAG, "Discover " + msg.arg2 + " " + id
    [all...]
PersistentDataBlockService.java 29 import android.util.Slog;
99 Slog.e(TAG, "not able to find package " + allowedPackage, e);
169 Slog.i(TAG, "Formatting FRP partition...");
186 Slog.e(TAG, "partition not available?", e);
194 Slog.e(TAG, "failed to write block checksum", e);
210 Slog.e(TAG, "partition not available?", e);
219 Slog.e(TAG, "SHA-256 not supported?", e);
238 Slog.e(TAG, "failed to read partition", e);
252 Slog.e(TAG, "partition not available?", e);
263 Slog.e(TAG, "failed to format block", e)
    [all...]
BrickReceiver.java 23 import android.util.Slog;
28 Slog.w("BrickReceiver", "!!! BRICKING DEVICE !!!");
AnyMotionDetector.java 27 import android.util.Slog;
110 if (DEBUG) Slog.d(TAG, "AnyMotionDetector instantiated.");
122 if (DEBUG) Slog.d(TAG, "mNumSufficientSamples = " + mNumSufficientSamples);
129 if (DEBUG) Slog.d(TAG, "checkForAnyMotion(). mState = " + mState);
132 if (DEBUG) Slog.d(TAG, "Moved from STATE_INACTIVE to STATE_ACTIVE.");
142 if (DEBUG) Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE.");
156 if (DEBUG) Slog.d(TAG, "startOrientationMeasurement: mMeasurementInProgress=" +
174 if (DEBUG) Slog.d(TAG, "stopOrientationMeasurement. mMeasurementInProgress=" +
186 Slog.d(TAG, "mRunningStats = " + mRunningStats.toString());
191 Slog.d(TAG, "mCurrentGravityVector = " + currentGravityVectorString)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
InstallerConnection.java 22 import android.util.Slog;
51 Slog.e(TAG, "connection failed");
61 Slog.e(TAG, "write command failed? reconnect!");
67 Slog.i(TAG, "send: '" + cmd + "'");
74 Slog.i(TAG, "recv: '" + s + "'");
79 Slog.i(TAG, "fail");
126 Slog.i(TAG, "connecting...");
145 Slog.i(TAG, "disconnecting...");
160 Slog.e(TAG, "read exception");
166 Slog.i(TAG, "read " + len + " bytes")
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 45 import android.util.Slog;
182 Slog.w(TAG, "System clock is before 1970; setting to 1970.");
204 Slog.i(TAG, "Entered the Android system server!");
272 Slog.e("System", "******************************************");
273 Slog.e("System", "************ Failure starting system services", ex);
279 Slog.i(TAG, "Enabled StrictMode for system server main thread.");
288 Slog.w(TAG, "***********************************************");
289 Slog.wtf(TAG, "BOOT FAILURE " + msg, e);
357 Slog.w(TAG, "Detected encryption in progress - only parsing core apps");
360 Slog.w(TAG, "Device encrypted - only parsing core apps")
    [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 41 import android.util.Slog;
96 Slog.w(TAG, "Unknown message:" + msg.what);
124 Slog.v(TAG, "fingerprintd died");
140 Slog.w(TAG, "Failed to open Fingerprint HAL!");
144 Slog.e(TAG, "Failed to open fingeprintd HAL", e);
148 Slog.w(TAG, "fingerprint service not available");
156 Slog.w(TAG, "fingerIds and groupIds differ in length: f[]="
160 if (DEBUG) Slog.w(TAG, "Enumerate: f[]=" + fingerIds + ", g[]=" + groupIds);
250 Slog.v(TAG, "Reset fingerprint lockout");
263 Slog.w(TAG, "Cannot send lockout message to client")
    [all...]
  /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/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...]
ScreenRotationAnimation.java 27 import android.util.Slog;
238 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
254 Slog.w(TAG, "ScreenRotationAnimation ctor: displayOffset="
273 Slog.w(TAG, "Unable to allocate freeze surface", e);
277 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
284 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
313 Slog.i(TAG, "Original : (" + srcPnts[0] + "," + srcPnts[1]
315 Slog.i(TAG, "Transformed: (" + dstPnts[0] + "," + dstPnts[1]
352 if (DEBUG_STATE) Slog.v(TAG, "**** ROTATION: " + delta);
392 if (DEBUG_STATE) Slog.v(TAG, "Creating start and finish animations")
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 38 import android.util.Slog;
86 if (DEBUG) Slog.d(TAG, "Entering thread");
90 if (DEBUG) Slog.d(TAG, "Exiting thread");
115 if (DEBUG) Slog.d(TAG, "Creating socket");
138 Slog.d(TAG, "Received public key: " + key);
143 Slog.e(TAG, "Wrong message: "
156 if (DEBUG) Slog.d(TAG, "Closing socket");
163 Slog.e(TAG, "Failed closing output stream: " + e);
172 Slog.e(TAG, "Failed closing socket: " + ex);
191 Slog.e(TAG, "Failed to write response:", ex)
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 34 import android.util.Slog;
118 Slog.e(TAG, "startClat: already started");
123 Slog.e(TAG, "startClat: Can't start clat with null LinkProperties");
130 Slog.e(TAG, "startClat: Can't register interface observer for clat on " + mNetwork);
136 Slog.e(TAG, "startClat: Can't start clat on null interface");
142 Slog.i(TAG, "Starting clatd on " + mBaseIface);
146 Slog.e(TAG, "Error starting clatd: " + e);
155 Slog.i(TAG, "Stopping clatd");
159 Slog.e(TAG, "Error stopping clatd: " + e);
164 Slog.e(TAG, "clatd: already stopped")
    [all...]

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 91011>>