am 27bc3939
: Turn off debugging code that was accidentally left on.
Merge commit '27bc39399e47e8f14cbb42834990546eb93851de' into eclair-plus-aosp * commit '27bc39399e47e8f14cbb42834990546eb93851de': Turn off debugging code that was accidentally left on.
This commit is contained in:
commit
db601c4776
@ -50,7 +50,7 @@ public class MailService extends Service {
|
||||
/** DO NOT CHECK IN "TRUE" */
|
||||
private static final boolean DEBUG_FORCE_QUICK_REFRESH = false; // force 1-minute refresh
|
||||
/** DO NOT CHECK IN "TRUE" */
|
||||
private static final boolean DEBUG_TAG_ALL_INTENTS = true; // add tagging to intents
|
||||
private static final boolean DEBUG_TAG_ALL_INTENTS = false; // add tagging to intents
|
||||
|
||||
private static final String LOG_TAG = "Email-MailService";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user