Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Flurry Error — Gideros Forum

Flurry Error

andrecaribeandrecaribe Member
edited March 2014 in Plugins
Hello,

I'm here again. _._
Any ideas about that error?


I tested the code:

require("flurry")

if(flurry.isAvailable()) the
flurry.startSession("MY_FLURRY_KEY")
flurry.logEvent("simpleEvent")
end

And I got the error (in LogCat):

D/dalvikvm( 6174): Trying to load lib /mnt/asec/br.com.gamecentral.wizardhost-1/lib/libflurry.so 0x4051f8b8
D/dalvikvm( 6174): Added shared lib /mnt/asec/br.com.gamecentral.wizardhost-1/lib/libflurry.so 0x4051f8b8
I/GLThread( 6174): noticed surfaceView surface lost tid=9
W/dalvikvm( 6174): VFY: unable to resolve static method 191: Lcom/flurry/android/FlurryAgent;.endTimedEvent (Ljava/lang/String;)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0000
D/dalvikvm( 6174): VFY: dead code 0x0003-0003 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.endTimedEvent (Ljava/lang/String;)V
W/dalvikvm( 6174): VFY: unable to resolve static method 192: Lcom/flurry/android/FlurryAgent;.endTimedEvent (Ljava/lang/String;Ljava/util/Map;)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0000
D/dalvikvm( 6174): VFY: dead code 0x0003-0003 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.endTimedEvent (Ljava/lang/String;Ljava/util/Map;)V
W/dalvikvm( 6174): VFY: unable to resolve static method 193: Lcom/flurry/android/FlurryAgent;.logEvent (Ljava/lang/String;)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0000
D/dalvikvm( 6174): VFY: dead code 0x0003-0003 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.logEvent (Ljava/lang/String;)V
W/dalvikvm( 6174): VFY: unable to resolve static method 194: Lcom/flurry/android/FlurryAgent;.logEvent (Ljava/lang/String;Ljava/util/Map;)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0000
D/dalvikvm( 6174): VFY: dead code 0x0003-0003 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.logEvent (Ljava/lang/String;Ljava/util/Map;)V
W/dalvikvm( 6174): VFY: unable to resolve static method 195: Lcom/flurry/android/FlurryAgent;.logEvent (Ljava/lang/String;Ljava/util/Map;Z)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0000
D/dalvikvm( 6174): VFY: dead code 0x0003-0003 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.logEvent (Ljava/lang/String;Ljava/util/Map;Z)V
W/dalvikvm( 6174): VFY: unable to resolve static method 196: Lcom/flurry/android/FlurryAgent;.logEvent (Ljava/lang/String;Z)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0000
D/dalvikvm( 6174): VFY: dead code 0x0003-0003 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.logEvent (Ljava/lang/String;Z)V
W/dalvikvm( 6174): VFY: unable to resolve static method 199: Lcom/flurry/android/FlurryAgent;.setLogEnabled (Z)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0008
D/dalvikvm( 6174): VFY: dead code 0x000b-000b in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.onCreate (Landroid/app/Activity;)V
W/dalvikvm( 6174): VFY: unable to resolve static method 198: Lcom/flurry/android/FlurryAgent;.onStartSession (Landroid/content/Context;Ljava/lang/String;)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0012
D/dalvikvm( 6174): VFY: dead code 0x0015-0017 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.onStart ()V
W/dalvikvm( 6174): VFY: unable to resolve static method 197: Lcom/flurry/android/FlurryAgent;.onEndSession (Landroid/content/Context;)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x000c
D/dalvikvm( 6174): VFY: dead code 0x000f-0011 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.onStop ()V
W/dalvikvm( 6174): VFY: unable to resolve static method 198: Lcom/flurry/android/FlurryAgent;.onStartSession (Landroid/content/Context;Ljava/lang/String;)V
D/dalvikvm( 6174): VFY: replacing opcode 0x71 at 0x0010
D/dalvikvm( 6174): VFY: dead code 0x0013-0015 in Lcom/giderosmobile/android/plugins/flurry/GFlurry;.startSession (Ljava/lang/String;)V

[...]

I/dalvikvm( 5689): "GLThread 9" prio=5 tid=8 RUNNABLE
I/dalvikvm( 5689): | group="main" sCount=0 dsCount=0 obj=0x40518050 self=0x1a5db8
I/dalvikvm( 5689): | sysTid=5698 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=1728240
I/dalvikvm( 5689): | schedstat=( 2240203864 867004387 1041 )
I/dalvikvm( 5689): at com.giderosmobile.android.plugins.flurry.GFlurry.logEvent(GFlurry.java:~52)
I/dalvikvm( 5689): at com.giderosmobile.android.player.GiderosApplication.nativeDrawFrame(Native Method)
I/dalvikvm( 5689): at com.giderosmobile.android.player.GiderosApplication.onDrawFrame(GiderosApplication.java:492)
I/dalvikvm( 5689): at com.giderosmobile.android.GiderosRenderer.onDrawFrame(WizardActivity.java:259)
I/dalvikvm( 5689): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1388)
I/dalvikvm( 5689): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1138)

ps: I got the new Flurry version here http://giderosmobile.com/forum/discussion/1663/android-flurry-plugin/p1

Comments

Sign In or Register to comment.