You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
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);
}
The text was updated successfully, but these errors were encountered:
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);
}
The text was updated successfully, but these errors were encountered: