Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
import com.flurry.android.FlurryAgent
class MyApplication : Application() {
init {
FlurryAgent.Builder()
.withLogLevel(Log.VERBOSE)
.withLogEnabled(true)
.build(this, FLURRY_APIKEY)
//your code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.