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":

  1. first period before flurry server failure on 18.03.2013, second period after it.
  2. 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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -