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

1 2 3 4 5 6 7 8 910

  /frameworks/base/services/java/com/android/server/
BrickReceiver.java 23 import android.util.Slog;
28 Slog.w("BrickReceiver", "!!! BRICKING DEVICE !!!");
MasterClearReceiver.java 24 import android.util.Slog;
35 Slog.w(TAG, "Ignoring master clear request -- not from trusted server.");
40 Slog.w(TAG, "!!! FACTORY RESET !!!");
49 Slog.e(TAG, "Can't perform master clear/factory reset", e);
SystemServer.java 44 import android.util.Slog;
88 Slog.w(TAG, "***********************************************");
175 Slog.i(TAG, "Enabled StrictMode logging for WM Looper");
187 Slog.i(TAG, "Waiting for installd to be ready.");
191 Slog.i(TAG, "Power Manager");
195 Slog.i(TAG, "Activity Manager");
198 Slog.e("System", "******************************************");
199 Slog.e("System", "************ Failure starting bootstrap service", e);
212 Slog.i(TAG, "Display Manager");
216 Slog.i(TAG, "Telephony Registry")
    [all...]
PackageManagerBackupAgent.java 29 import android.util.Slog;
98 Slog.w(TAG, "getRestoredMetadata() before metadata read!");
107 Slog.w(TAG, "getRestoredPackages() before metadata read!");
123 if (DEBUG) Slog.v(TAG, "onBackup()");
134 Slog.i(TAG, "Previous metadata " + mStoredIncrementalVersion + " mismatch vs "
150 if (DEBUG) Slog.v(TAG, "Storing global metadata key");
155 if (DEBUG) Slog.v(TAG, "Global metadata key already stored");
193 Slog.w(TAG, "Not backing up package " + packName
212 Slog.v(TAG, "+ writing metadata for " + packName
226 if (DEBUG) Slog.v(TAG, "- removing metadata for deleted pkg " + app)
    [all...]
BackupManagerService.java 78 import android.util.Slog;
290 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned
297 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups");
512 Slog.v(TAG, "Backup requested but no transport available");
531 if (DEBUG) Slog.v(TAG, "clearing pending backups");
557 Slog.e(TAG, "Transport became unavailable attempting backup");
561 Slog.v(TAG, "Backup requested but nothing pending");
579 if (MORE_DEBUG) Slog.v(TAG, "Got next step for " + task + ", executing");
582 Slog.e(TAG, "Invalid backup task in flight, obj=" + msg.obj);
593 Slog.e(TAG, "Invalid completion in flight, obj=" + msg.obj)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardTouchDelegate.java 26 import android.util.Slog;
54 Slog.v(TAG, "Connected to keyguard");
61 Slog.v(TAG, "Disconnected from keyguard");
73 if (DEBUG) Slog.v(TAG, "*** Keyguard: can't bind to " + KEYGUARD_CLASS);
75 if (DEBUG) Slog.v(TAG, "*** Keyguard started");
93 Slog.e(TAG, "RemoteException calling keyguard.isSecure()!", e);
96 Slog.w(TAG, "isSecure(): NO SERVICE!");
109 Slog.e(TAG, "RemoteException sending event to keyguard!", e);
112 Slog.w(TAG, "dispatch(event): NO SERVICE!");
123 Slog.w(TAG , "Remote Exception", e)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceWrapper.java 22 import android.util.Slog;
46 Slog.w(TAG , "Remote Exception", e);
55 Slog.w(TAG , "Remote Exception", e);
64 Slog.w(TAG , "Remote Exception", e);
73 Slog.w(TAG , "Remote Exception", e);
82 Slog.w(TAG , "Remote Exception", e);
91 Slog.w(TAG , "Remote Exception", e);
99 Slog.w(TAG , "Remote Exception", e);
107 Slog.w(TAG , "Remote Exception", e);
115 Slog.w(TAG , "Remote Exception", e)
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Nat464Xlat.java 35 import android.util.Slog;
85 Slog.d(TAG, "requiresClat: netType=" + netType + ", hasIPv4Address=" +
100 Slog.e(TAG, "startClat: already started");
106 Slog.i(TAG, "Starting clatd on " + iface + ", lp=" + lp);
110 Slog.e(TAG, "Error starting clat daemon: " + e);
120 Slog.i(TAG, "Stopping clatd");
124 Slog.e(TAG, "Error stopping clat daemon: " + e);
131 Slog.e(TAG, "stopClat: already stopped");
146 Slog.i(TAG, "interface " + CLAT_INTERFACE_NAME +
169 Slog.i(TAG, "Adding stacked link. tracker LP: "
    [all...]
  /frameworks/base/services/java/com/android/server/am/
NativeCrashListener.java 20 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/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 11 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");
68 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
79 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
81 Slog.w(TAG, "Cannot restore data for unavailable volume " + i);
84 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
87 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
90 Slog.e(TAG, "Skipping data with malformed path " + relpath);
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 8 import android.util.Slog;
58 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId);
72 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(TAG,
76 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e);
109 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
113 if (DEBUG) Slog.v(TAG, "setAlpha hiding");
117 if (DEBUG) Slog.v(TAG, "setAlpha showing");
122 Slog.w(TAG, "Failure setting alpha immediately", e);
144 if (DEBUG) Slog.v(TAG, "show: immediate");
158 if (DEBUG) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alph
    [all...]
ScreenRotationAnimation.java 27 import android.util.Slog;
237 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
248 Slog.w(TAG, "ScreenRotationAnimation ctor: displayOffset="
267 Slog.w(TAG, "Unable to allocate freeze surface", e);
271 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
278 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/core/java/android/content/
AsyncTaskLoader.java 23 import android.util.Slog;
67 if (DEBUG) Slog.v(TAG, this + " >>> doInBackground");
70 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground");
82 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground (was canceled)", ex);
90 if (DEBUG) Slog.v(TAG, this + " onPostExecute");
101 if (DEBUG) Slog.v(TAG, this + " onCancelled");
165 if (DEBUG) Slog.v(TAG, "Preparing load: mTask=" + mTask);
171 if (DEBUG) Slog.v(TAG, "onCancelLoad: mTask=" + mTask);
176 if (DEBUG) Slog.v(TAG,
187 if (DEBUG) Slog.v(TAG, "cancelLoad: task is waiting, dropping it")
    [all...]
  /frameworks/base/core/java/android/net/
SamplingDataTracker.java 21 import android.util.Slog;
76 if (DBG) Slog.d(TAG, "Found data for interface " + currentIface);
92 Slog.d(TAG, "Interface = " + currentIface);
93 Slog.d(TAG, "ByteCount = " + String.valueOf(ss.mTxByteCount));
94 Slog.d(TAG, "TxPacketCount = " + String.valueOf(ss.mTxPacketCount));
95 Slog.d(TAG, "TxPacketErrorCount = "
97 Slog.d(TAG, "RxByteCount = " + String.valueOf(ss.mRxByteCount));
98 Slog.d(TAG, "RxPacketCount = " + String.valueOf(ss.mRxPacketCount));
99 Slog.d(TAG, "RxPacketErrorCount = "
101 Slog.d(TAG, "Timestamp = " + String.valueOf(ss.mTimestamp))
    [all...]
  /frameworks/base/services/java/com/android/server/print/
RemotePrintSpooler.java 34 import android.util.Slog;
116 Slog.e(LOG_TAG, "Error getting print jobs.", re);
118 Slog.e(LOG_TAG, "Error getting print jobs.", te);
121 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] getPrintJobInfos()");
140 Slog.e(LOG_TAG, "Error creating print job.", re);
142 Slog.e(LOG_TAG, "Error creating print job.", te);
145 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] createPrintJob()");
163 Slog.e(LOG_TAG, "Error writing print job data.", re);
165 Slog.e(LOG_TAG, "Error writing print job data.", te);
168 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] writePrintJobData()")
    [all...]
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 30 import android.util.Slog;
174 if (mDebug) Slog.v(TAG, "Finishing on keyEvent");
178 if (mDebug) Slog.v(TAG, "Finishing on back key");
189 if (mDebug) Slog.v(TAG, "Finishing on keyShortcutEvent");
202 if (mDebug) Slog.v(TAG, "Finishing on touchEvent");
213 if (mDebug) Slog.v(TAG, "Finishing on trackballEvent");
224 if (mDebug) Slog.v(TAG, "Finishing on genericMotionEvent");
510 if (mDebug) Slog.v(TAG, "onCreate() on thread " + Thread.currentThread().getId());
518 if (mDebug) Slog.v(TAG, "onDreamingStarted()");
527 if (mDebug) Slog.v(TAG, "onDreamingStopped()")
    [all...]
Sandman.java 28 import android.util.Slog;
73 Slog.i(TAG, "Dreams currently disabled for docks.");
86 Slog.i(TAG, "Activating dream while docked.");
97 Slog.i(TAG, "Activating dream by user request.");
104 Slog.e(TAG, "Could not start dream when docked.", ex);
  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 20 import android.util.Slog;
75 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryDir.getPath());
90 Slog.d(TAG, " Deleting " + binaries[nn].getName());
94 Slog.w(TAG, "Could not delete native binary: " + binaries[nn].getPath());
  /frameworks/base/services/java/com/android/server/pm/
SELinuxMMAC.java 23 import android.util.Slog;
98 Slog.d(TAG,"Couldn't find install policy " + policyFiles[i].getPath());
104 Slog.d(TAG, "No policy file found. All seinfo values will be null.");
108 Slog.d(TAG, "Using install policy file " + policyFiles[i].getPath());
127 Slog.w(TAG, "<signer> without signature at "
136 Slog.w(TAG, "<signer> with bad signature at "
144 Slog.i(TAG, "<signer> tag: (" + cert + ") assigned seinfo="
153 Slog.i(TAG, "<default> tag assigned seinfo=" + seinfo);
161 Slog.w(TAG, "<package> without name at "
169 Slog.i(TAG, "<package> tag: (" + pkgName
    [all...]
  /frameworks/base/services/java/com/android/server/updates/
TZInfoInstallReceiver.java 20 import android.util.Slog;
  /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);
113 Slog.w(TAG, "Invalid display:", ex);
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 28 import android.util.Slog;
71 Slog.e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e);
80 Slog.e(TAG, message.toString(), e);
88 Slog.e(TAG, "Error reporting crash", t2);
90 // Even Slog.e() fails! Oh well.
101 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
146 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
231 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
234 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
245 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!")
    [all...]
  /frameworks/base/services/java/com/android/server/media/
RemoteDisplayProviderProxy.java 34 import android.util.Slog;
140 Slog.d(TAG, this + ": Starting");
151 Slog.d(TAG, this + ": Stopping");
188 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/core/java/com/android/internal/util/
LocalLog.java 22 import android.util.Slog;
41 Slog.w(mTag, msg);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCase.java 24 import android.util.Slog;
37 Slog.v("DessertCase", "ACHIEVEMENT UNLOCKED");

Completed in 1438 milliseconds

1 2 3 4 5 6 7 8 910