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

1 2 3 4 5 6 7 8 91011>>

  /packages/services/Telecomm/src/com/android/server/telecom/
SystemLoggingContainer.java 25 android.util.Slog.v(TAG, msg);
29 android.util.Slog.d(TAG, msg);
33 android.util.Slog.i(TAG, msg);
37 android.util.Slog.w(TAG, msg);
41 android.util.Slog.e(TAG, msg, tr);
45 android.util.Slog.wtf(TAG, msg, tr);
  /frameworks/base/core/java/com/android/server/backup/
PermissionBackupHelper.java 23 import android.util.Slog;
43 Slog.d(TAG, "Handling backup of " + key);
51 Slog.w(TAG, "Unexpected backup key " + key);
54 Slog.e(TAG, "Unable to store payload " + key);
63 Slog.d(TAG, "Handling restore of " + key);
72 Slog.w(TAG, "Unexpected restore key " + key);
75 Slog.w(TAG, "Unable to restore key " + key);
PreferredActivityBackupHelper.java 23 import android.util.Slog;
52 Slog.d(TAG, "Handling backup of " + key);
64 Slog.w(TAG, "Unexpected backup key " + key);
67 Slog.e(TAG, "Unable to store payload " + key);
76 Slog.d(TAG, "Handling restore of " + key);
91 Slog.w(TAG, "Unexpected restore key " + key);
94 Slog.w(TAG, "Unable to restore key " + key);
NotificationBackupHelper.java 25 import android.util.Slog;
53 Slog.e(TAG, "Couldn't communicate with notification manager");
63 Slog.v(TAG, "Got restore of " + key);
73 Slog.e(TAG, "Couldn't communicate with notification manager");
ShortcutBackupHelper.java 23 import android.util.Slog;
47 Slog.wtf(TAG, "Backup failed", e);
51 Slog.w(TAG, "Unknown key: " + key);
63 Slog.wtf(TAG, "Restore failed", e);
67 Slog.w(TAG, "Unknown key: " + key);
SystemBackupAgent.java 32 import android.util.Slog;
124 Slog.e(TAG, "Couldn't restore settings\n" + re);
130 Slog.d(TAG, "restore failed", ex);
140 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
159 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]");
171 Slog.e(TAG, "Couldn't restore settings\n" + re);
  /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/fingerprint/
EnumerateClient.java 25 import android.util.Slog;
44 Slog.w(TAG, "start enumerate for user " + getTargetUserId()
50 Slog.e(TAG, "startRemove failed", e);
59 Slog.w(TAG, "stopAuthentication: no fingeprintd!");
65 Slog.w(TAG, "stop enumeration failed, result=" + result);
69 Slog.e(TAG, "stop enumeration failed", e);
88 Slog.w(TAG, "Failed to notify enumerated:", e);
AuthenticationClient.java 30 import android.util.Slog;
62 Slog.v(TAG, "onAuthenticated(owner=" + getOwnerString()
71 Slog.w(TAG, "Failed to notify Authenticated:", e);
86 Slog.w(TAG, "Forcing lockout (fp driver code should do this!)");
90 Slog.w(TAG, "Failed to notify lockout:", e);
111 Slog.w(TAG, "start authentication: no fingeprintd!");
117 Slog.w(TAG, "startAuthentication failed, result=" + result);
121 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is authenticating...");
123 Slog.e(TAG, "startAuthentication failed", e);
133 Slog.w(TAG, "stopAuthentication: no fingeprintd!")
    [all...]
RemovalClient.java 26 import android.util.Slog;
48 Slog.w(TAG, "startRemove with id = " + mFingerId + " failed, result=" + result);
53 Slog.e(TAG, "startRemove failed", e);
78 Slog.w(TAG, "Failed to notify Removed:", e);
94 if (DEBUG) Slog.w(TAG, "onEnrollResult() called for remove!");
100 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for remove!");
106 if (DEBUG) Slog.w(TAG, "onEnumerationResult() called for remove!");
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 25 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...]
UserState.java 26 import android.util.Slog;
74 Slog.w(TAG, "Expected user " + mHandle.getIdentifier() + " in state "
82 Slog.i(TAG, "User " + mHandle.getIdentifier() + " state changed from "
  /frameworks/base/services/core/java/com/android/server/
SystemServiceManager.java 21 import android.util.Slog;
59 Slog.i(TAG, "Starting " + className);
81 Slog.i(TAG, "Starting " + name);
135 Slog.i(TAG, "Starting phase " + mCurrentPhase);
162 Slog.wtf(TAG, "Failure reporting start of user " + userHandle
175 Slog.wtf(TAG, "Failure reporting unlock of user " + userHandle
188 Slog.wtf(TAG, "Failure reporting switch of user " + userHandle
201 Slog.wtf(TAG, "Failure reporting stop of user " + userHandle
214 Slog.wtf(TAG, "Failure reporting cleanup of user " + userHandle
248 Slog.e(TAG, builder.toString())
    [all...]
PinnerService.java 23 import android.util.Slog;
61 Slog.e(TAG, "Starting PinnerService");
73 Slog.i(TAG, "Pinned file = " + filesToPin[i]);
75 Slog.e(TAG, "Failed to pin file = " + filesToPin[i]);
105 Slog.e(TAG, "Failed to pin file " + fileToPin + " with error " + e.getMessage());
108 catch (ErrnoException eClose) {Slog.e(TAG, "Failed to close fd, error = " + eClose.getMessage());}
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);
RecoverySystemService.java 29 import android.util.Slog;
70 if (DEBUG) Slog.d(TAG, "uncrypt: " + filename);
81 Slog.e(TAG, "IOException when writing \"" + RecoverySystem.UNCRYPT_PACKAGE_FILE +
92 Slog.e(TAG, "Failed to connect to uncrypt socket");
113 Slog.i(TAG, "uncrypt read status: " + status);
118 Slog.w(TAG, "RemoteException when posting progress");
122 Slog.i(TAG, "uncrypt successfully finished.");
131 Slog.e(TAG, "uncrypt failed with status: " + status);
140 Slog.e(TAG, "IOException when reading status: ", e);
153 if (DEBUG) Slog.d(TAG, "clearBcb")
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiLogger.java 23 import android.util.Slog;
68 Slog.w(TAG, log);
79 Slog.e(TAG, log);
89 Slog.d(TAG, logMessage);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CarrierAppUtils.java 26 import android.util.Slog;
65 Slog.d(TAG, "disableCarrierAppsUntilPrivileged");
87 Slog.d(TAG, "disableCarrierAppsUntilPrivileged");
122 Slog.i(TAG, "Update state(" + packageName + "): ENABLED for user "
130 Slog.i(TAG, "Update state(" + packageName
152 Slog.w(TAG, "Could not reach PackageManager", e);
230 Slog.w(TAG, "Could not reach PackageManager", e);
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 28 import android.util.Slog;
73 Slog.i(TAG, "Dreams currently disabled for docks.");
86 Slog.i(TAG, "Activating dream while docked.");
98 Slog.i(TAG, "Activating dream by user request.");
105 Slog.e(TAG, "Could not start dream when docked.", ex);
  /frameworks/base/services/core/java/com/android/server/backup/
BackupUtils.java 22 import android.util.Slog;
46 if (DEBUG) Slog.v(TAG, "System app " + target.packageName + " - skipping sig check");
53 if (DEBUG) Slog.v(TAG, "signaturesMatch(): stored=" + storedSigHashes
100 Slog.w(TAG, "No SHA-256 algorithm found!");
  /frameworks/base/services/core/java/com/android/server/content/
SyncJobService.java 26 import android.util.Slog;
54 Slog.e(TAG, "Messenger not initialized.");
60 Slog.e(TAG, e.toString());
74 Slog.e(TAG, "Got invalid job " + params.getJobId());
78 Slog.v(TAG, "Got start job message " + op.target);
88 Slog.v(TAG, "onStopJob called " + params.getJobId() + ", reason: "
118 Slog.e(TAG, "Job params not found for " + String.valueOf(jobId));
  /frameworks/base/services/core/java/com/android/server/media/
MediaResourceMonitorService.java 28 import android.util.Slog;
57 Slog.d(TAG, "notifyResourceGranted(pid=" + pid + ", type=" + type + ")");
84 Slog.w(TAG, "ActivityManager.getRunningAppProcesses() failed");
  /frameworks/base/core/java/android/util/
Slog.java 22 public final class Slog {
24 private Slog() {
  /frameworks/base/core/java/com/android/internal/os/
InstallerConnection.java 23 import android.util.Slog;
67 Slog.wtf(TAG, "Calling thread " + Thread.currentThread().getName() + " is holding 0x"
72 Slog.e(TAG, "connection failed");
82 Slog.e(TAG, "write command failed? reconnect!");
88 Slog.i(TAG, "send: '" + cmd + "'");
95 Slog.i(TAG, "recv: '" + s + "'");
100 Slog.i(TAG, "fail");
190 Slog.i(TAG, "connecting...");
209 Slog.i(TAG, "disconnecting...");
224 Slog.e(TAG, "read exception")
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
LocalLog.java 22 import android.util.Slog;
41 Slog.w(mTag, msg);

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 91011>>