Home | History | Annotate | Download | only in app

Lines Matching refs:TAG

46     private static final String TAG = "ShutdownThread";
89 Log.d(TAG, "Request to shutdown already running, returning.");
94 Log.d(TAG, "Notifying thread to start radio shutdown");
164 Log.w(TAG, "No permission to acquire wake lock", e);
195 Log.i(TAG, "Sending shutdown broadcast...");
207 Log.w(TAG, "Shutdown broadcast timed out");
217 Log.i(TAG, "Shutting down activity manager...");
242 Log.w(TAG, "Disabling Bluetooth...");
246 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
253 Log.w(TAG, "Turning off radio...");
257 Log.e(TAG, "RemoteException during radio shutdown", ex);
261 Log.i(TAG, "Waiting for Bluetooth and Radio...");
270 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
278 Log.e(TAG, "RemoteException during radio shutdown", ex);
283 Log.i(TAG, "Radio and Bluetooth shutdown complete.");
292 Log.w(TAG, "Result code " + statusCode + " from MountService.shutdown");
297 Log.i(TAG, "Shutting down MountService");
306 Log.w(TAG, "MountService unavailable for shutdown");
309 Log.e(TAG, "Exception during MountService shutdown", e);
314 Log.w(TAG, "Shutdown wait timed out");
325 Log.i(TAG, "Rebooting, reason: " + mRebootReason);
329 Log.e(TAG, "Reboot failed, will attempt shutdown instead", e);
343 Log.i(TAG, "Performing low-level shutdown...");