forked from organicmaps/organicmaps
[android] Restricted data sale for flurry
This commit is contained in:
parent
ec189f3c4f
commit
ffab7196d7
1 changed files with 2 additions and 0 deletions
|
@ -23,11 +23,13 @@ class FlurryEventLogger extends DefaultEventLogger
|
|||
{
|
||||
//noinspection ConstantConditions
|
||||
FlurryAgent.setVersionName(BuildConfig.VERSION_NAME);
|
||||
FlurryAgent.setDataSaleOptOut(true);
|
||||
new FlurryAgent
|
||||
.Builder()
|
||||
.withLogEnabled(true)
|
||||
.withLogLevel(BuildConfig.DEBUG ? Log.DEBUG : Log.ERROR)
|
||||
.withCaptureUncaughtExceptions(false)
|
||||
.withDataSaleOptOut(true)
|
||||
.build(getApplication(), PrivateVariables.flurryKey());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue