Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7057473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:59:25+00:00 2026-05-28T03:59:25+00:00

In my application i have added flurry analytic but even after days of adding

  • 0

In my application i have added flurry analytic but even after days of adding it. i don’t see any updates on the dashboard. could any one help me on this. thanks in advance,

public static void StartSession(Context context) {
    FlurryAgent.onStartSession(context, CommonKeys.APIKey_FLURRY);
    FlurryAgent.onEvent("App Started");
}

@Override
protected void onStart() {
    // TODO Auto-generated method stub
    super.onStart();
    FlurryAgent.onStartSession(this, CommonKeys.APIKey_FLURRY);

}

@Override
protected void onStop() {
    // TODO Auto-generated method stub
    super.onStop();
    FlurryAgent.onEndSession(this);
}

i am calling the below line on splash

BaseActivity.StartSession(getApplicationContext());
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:59:26+00:00Added an answer on May 28, 2026 at 3:59 am

    I have done the integration as recommended by the documentation. I have created a BaseActivity that will be extended by my activities. This code works for me…

    public class BaseActivity extends Activity {
        @Override
        protected void onCreate(Bundle savedInstanceState) {
            super.onCreate(savedInstanceState);
        }
    
        @Override
        protected void onStart() {
            super.onStart();
            FlurryAgent.onStartSession(this, Constants.FLURRY_API_KEY);
        }
    
        @Override
        protected void onStop() {
            super.onStop();
            FlurryAgent.onEndSession(this);
        }
    }
    

    Logs from Flurry can be found in your LogCat and they should look like this:

      4359            FlurryAgent  D  Initializing Flurry session
      4359            FlurryAgent  D  New session
      4359          TitleActivity  V  ::onResume::
      4359               Settings  W  Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
      4359            FlurryAgent  I  loading persistent data: /data/data/com.xxxxxx/files/.flurryagent.-6ee7b2a3
      4359            FlurryAgent  D  Loading API key: ****************KT9C
      4359            FlurryAgent  D  Loading session reports
      4359            FlurryAgent  D  Persistent file loaded
      4359            FlurryAgent  D  generating report
      4359            FlurryAgent  D  Sending report to: http://data.flurry.com/aap.do
      4359            FlurryAgent  D  Report successful
      4359            FlurryAgent  D  Processing report response
      4359            FlurryAgent  D  Done sending initial agent report
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sometime ago for my asp.net application I have added a web service. After some
After creating new cocoa application,I have added localization string files localizeFile.strings(English) and localizeFile.strings(Spanish) In
In a C# Winforms (3.5) application I have added a class that contains many
I have added options in application.rb: config.autoload_paths += %W(#{config.root}/lib) config.autoload_paths += Dir[#{config.root}/lib/**/] and lib\functions.rb:
I have added some settings to my c# application using the configuration editor. There
I have created a wpf application into which I have added a user control
We have a ASP.NET application running and i have added a WCF Rest service
I creating a web application using JSF,Hibernate,Spring. I have added a filter for checking
am using the application in this link http://www.jeasyui.com/tutorial/app/crud2.php .I have added one more column
In one of the iPad Application, I am working I have added custom views

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.