Remove STOPSHIP logging
Change-Id: I73786fb2f4ff10d3c0767a873e5eb1e443f1affc
This commit is contained in:
parent
09f9fc5e4a
commit
da3c4b8261
@ -85,8 +85,6 @@ public class Device {
|
||||
}
|
||||
w.write(id);
|
||||
w.close();
|
||||
// STOPSHIP Remove logging
|
||||
Log.w(Logging.LOG_TAG, "deviceId written as: " + id);
|
||||
return id;
|
||||
}
|
||||
|
||||
|
@ -383,7 +383,7 @@ public class MimeUtility {
|
||||
try {
|
||||
IOUtils.copy(in, out);
|
||||
} catch (Base64DataException bde) {
|
||||
// STOPSHIP Need to fix this somehow
|
||||
// TODO Need to fix this somehow
|
||||
//String warning = "\n\n" + Email.getMessageDecodeErrorString();
|
||||
//out.write(warning.getBytes());
|
||||
} finally {
|
||||
|
@ -25,7 +25,7 @@ import android.os.RemoteException;
|
||||
import android.util.Log;
|
||||
|
||||
public class PolicyServiceProxy extends ServiceProxy implements IPolicyService {
|
||||
private static final boolean DEBUG_PROXY = true; // STOPSHIP DO NOT CHECK THIS IN SET TO TRUE
|
||||
private static final boolean DEBUG_PROXY = false; // DO NOT CHECK THIS IN SET TO TRUE
|
||||
private static final String TAG = "PolicyServiceProxy";
|
||||
|
||||
// The intent used by sync adapter services to connect to the PolicyService
|
||||
|
@ -42,7 +42,7 @@ import android.util.Log;
|
||||
*/
|
||||
|
||||
public abstract class ServiceProxy {
|
||||
private static final boolean DEBUG_PROXY = true; // STOPSHIP DO NOT CHECK THIS IN SET TO TRUE
|
||||
private static final boolean DEBUG_PROXY = false; // DO NOT CHECK THIS IN SET TO TRUE
|
||||
private final String mTag;
|
||||
|
||||
private final Context mContext;
|
||||
|
Loading…
Reference in New Issue
Block a user