Home | History | Annotate | Download | only in server

Lines Matching defs:Slog

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");
159 if (DEBUG) Slog.d(TAG, "setupBcb: [" + command + "]");
179 Slog.w(TAG, "Interrupted: ", e);
184 Slog.e(TAG, "Timed out connecting to uncrypt socket");
202 Slog.e(TAG, "Failed to connect to uncrypt socket");
227 Slog.i(TAG, "uncrypt " + (isSetup ? "setup" : "clear") +
231 Slog.e(TAG, "uncrypt failed with status: " + status);
235 Slog.e(TAG, "IOException when communicating with uncrypt: ", e);