Skip to content

Commit

Permalink
added acra but not enabled it
Browse files Browse the repository at this point in the history
  • Loading branch information
erasmospunk committed Jan 30, 2015
1 parent 237b7d0 commit 0d9e51f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
compile 'com.madgag.spongycastle:core:1.51.0.0'
compile 'com.google.protobuf:protobuf-java:2.5.0'
compile 'com.google.zxing:core:3.1.0'
// compile 'ch.acra:acra:4.5.0'
compile 'ch.acra:acra:4.5.0'
}

//apply plugin: 'robolectric'
Expand Down
16 changes: 8 additions & 8 deletions wallet/src/main/java/com/coinomi/wallet/WalletApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
import com.coinomi.wallet.util.Fonts;
import com.coinomi.wallet.util.LinuxSecureRandom;

//import org.acra.ACRA;
//import org.acra.annotation.ReportsCrashes;
//import org.acra.sender.HttpSender;
import org.acra.ACRA;
import org.acra.annotation.ReportsCrashes;
import org.acra.sender.HttpSender;
import org.bitcoinj.crypto.MnemonicCode;
import org.bitcoinj.store.UnreadableWalletException;
import org.slf4j.Logger;
Expand All @@ -41,11 +41,11 @@
* @author Giannis Dzegoutanis
* @author Andreas Schildbach
*/
//@ReportsCrashes(
// httpMethod = HttpSender.Method.PUT,
// reportType = HttpSender.Type.JSON,
// formKey = ""
//)
@ReportsCrashes(
httpMethod = HttpSender.Method.PUT,
reportType = HttpSender.Type.JSON,
formKey = ""
)
public class WalletApplication extends Application {
private static HashMap<String, Typeface> typefaces;
private static String httpUserAgent;
Expand Down

0 comments on commit 0d9e51f

Please sign in to comment.