analytics - Android Flurry miss event logs and params -
i've integrated flurry sdk android app. when actively tested our application, console full of event logs , every event had list of params.
we prepared app release: compiled test-candidate apk obfuscation , gave them final test. began receive strange statistics in console: events name present, logs empty , parameters aren't present.
we supposed it's due obfuscation, hundred times reviewed our proguard configuration, next lines present:
-dontwarn com.flurry.** -keep class com.flurry.** { *; }
we created 4 test keys , compiled app combination of different settings: obfuscated/non-obfuscated , log logcat/not log. (we print out hashmap of params log, don't speak flurry log logcat). obfuscated apks didn't show different non-obfuscated: event event name present logs , params missing.
i noticed 2 differences between periods of "everything cool, logged" , "some events have names":
- first period before flurry server failure on 18.03.2013, second period after it.
- for first period our testers actively used application, events invoked. second period our testers tried invoke each event possible (but @ least 1 time).
are ideas?
thanks sending across query flurry support. discussed on ticket, need more information you. looking forward mail.
(full disclosure: work in support team @ flurry)
Comments
Post a Comment