Skip to content

Commit

Permalink
Enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Dec 16, 2014
1 parent 4bed396 commit 95b2556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<groupId>com.fsck.k9</groupId>
<artifactId>mailz</artifactId>
<type>aar</type>
<version>0.0.1.bc8b2ea</version>
<version>0.0.1.b7e8d1d</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/zegoggles/smssync/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import com.squareup.otto.Bus;

public class App extends Application {
public static final boolean DEBUG = BuildConfig.DEBUG;
public static final boolean DEBUG = true; //BuildConfig.DEBUG;
public static final boolean LOCAL_LOGV = DEBUG;
public static final String TAG = "SMSBackup+";
public static final String LOG = "sms_backup_plus.log";
Expand Down

0 comments on commit 95b2556

Please sign in to comment.