Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Minify enable issue #19

Open
HosseinEmadi opened this issue Mar 9, 2021 · 2 comments
Open

Minify enable issue #19

HosseinEmadi opened this issue Mar 9, 2021 · 2 comments
Assignees

Comments

@HosseinEmadi
Copy link

HosseinEmadi commented Mar 9, 2021

Hi.
I initiate flurry in application class.
the version of flurry sdk is 12.11.0
app obfuscated with proguard in release build.
Everything works fine until we convert gradle files to .kts and convert project to multi module with bundle.
in minify enable mode, I see the count of crashes in the panel but there is no detail to show what happend.
Even obfuscated crashes do not show there.
I add these rules to proguard but nothing changes.

-keep class com.flurry.** { ; }
-dontwarn com.flurry.
*
-keepattributes Annotation,EnclosingMethod,Signature
-keepclasseswithmembers class * {
public (android.content.Context, android.util.AttributeSet, int);
}

Capture21

@poting-oath
Copy link
Collaborator

In https://developer.yahoo.com/flurry/docs/integrateflurry/android-manual/, the end section "Configure Your Proguard.cfg File (Optional)", you may try to add your proguard rules with this.

@poting-oath poting-oath self-assigned this Jan 25, 2022
@poting-oath
Copy link
Collaborator

@HosseinEmadi Please try the latest version 13.1.0 to see whether it resolved your issue. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants