Giter Club home page Giter Club logo

Comments (7)

ragunathjawahar avatar ragunathjawahar commented on August 15, 2024

@AresM thank you for reporting this.

from android-saripaar.

ragunathjawahar avatar ragunathjawahar commented on August 15, 2024

Can you please let me know the device model and the Android version running on the device?

from android-saripaar.

AresM avatar AresM commented on August 15, 2024

Android 5.0 Nexus 5
and
Android: 4.4.4
Manufacturer: samsung
Model: SM-G357FZ

from android-saripaar.

AresM avatar AresM commented on August 15, 2024

That my proguard-rules.pro file:

-dontwarn javax.management.**
-dontwarn java.lang.management.**
-dontwarn javax.xml.**
-dontwarn org.apache.**
-dontwarn org.slf4j.**

-keep class com.facebook.** { *; }
-keepattributes Signature

-dontwarn com.google.code.**
-dontwarn oauth.signpost.**
-keep class twitter4j.** { *; }

#javamail
-dontwarn java.awt.**
-dontwarn java.beans.Beans
-dontwarn javax.security.**

-keep class javamail.* {;}
-keep class javax.mail.
* {;}
-keep class javax.activation.
* {
;}

-keep class com.sun.mail.dsn.* {;}
-keep class com.sun.mail.handlers.
* {;}
-keep class com.sun.mail.smtp.
* {;}
-keep class com.sun.mail.util.
* {;}
-keep class mailcap.
* {;}
-keep class mimetypes.
* {;}
-keep class myjava.awt.datatransfer.
* {;}
-keep class org.apache.harmony.awt.
* {;}
-keep class org.apache.harmony.misc.
* {
;}

-dontshrink
-keep class myjava.** {;}
-keep class org.apache.harmony.
* {;}
-keep public class Mail {
;}

#acra
#ACRA specifics

Restore some Source file names and restore approximate line numbers in the stack traces,

otherwise the stack traces are pretty useless

-keepattributes SourceFile,LineNumberTable

ACRA needs "annotations" so add this...

Note: This may already be defined in the default "proguard-android-optimize.txt"

file in the SDK. If it is, then you don't need to duplicate it. See your

"project.properties" file to get the path to the default "proguard-android-optimize.txt".

-keepattributes Annotation

keep this class so that logging will show 'ACRA' and not a obfuscated name like 'a'.

Note: if you are removing log messages elsewhere in this file then this isn't necessary

-keep class org.acra.ACRA {
*;
}

keep this around for some enums that ACRA needs

-keep class org.acra.ReportingInteractionMode {
*;
}

-keepnames class org.acra.sender.HttpSender$** {
*;
}

-keepnames class org.acra.ReportField {
*;
}

keep this otherwise it is removed by ProGuard

-keep public class org.acra.ErrorReporter{
public void addCustomData(java.lang.String,java.lang.String);
public void putCustomData(java.lang.String,java.lang.String);
public void removeCustomData(java.lang.String);
}

keep this otherwise it is removed by ProGuard

-keep public class org.acra.ErrorReporter{
public void handleSilentException(java.lang.Throwable);
}

from android-saripaar.

AresM avatar AresM commented on August 15, 2024

Do You have any solution for this issue?

from android-saripaar.

ragunathjawahar avatar ragunathjawahar commented on August 15, 2024

As a temporary fix try adding this to your proguard configuration file.
-keep class com.mobsandgeeks.saripaar.** {*;}

Let me know how it goes.

from android-saripaar.

AresM avatar AresM commented on August 15, 2024

Thanks now it works fine.

from android-saripaar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.