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 8871785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:04:42+00:00 2026-06-14T18:04:42+00:00

I am using famous ACRA Error reporting tool to send crash logs to document

  • 0

I am using famous ACRA Error reporting tool to send crash logs to document which I have uploaded on my Google Doc.

I have followed all below steps mentioned in

https://github.com/ACRA/acra/wiki/BasicSetup

But still my application does not send error reports to document which I have uploaded.

I could see following error logs generated by ACRA.

01-01 02:11:19.995: E/ACRA(6054): ACRA caught a RuntimeException
exception for com.example.arcasample. Building report.

Below is my source code which I believe is flawless.

MyApplication.java

package com.example.arcasample;

import org.acra.ACRA;
import org.acra.ErrorReporter;
import org.acra.annotation.ReportsCrashes;

import android.app.Application;

@ReportsCrashes(formKey = "XXXX")
public class MyApplication extends Application 
{

    @Override
    public void onCreate()
    {
        // ErrorReporter.getInstance().init(this); This is not helping me
        ACRA.init(this);
        super.onCreate();
    }

}

MainActivity.java

package com.example.arcasample;

import android.app.Activity;
import android.os.Bundle;
import android.util.Log;

public class MainActivity extends Activity 
{

    @Override
    protected void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        int a = 10 / 0; <= This will cause crash.

        Log.i("vipul", "" + a);
    }

}

manifest.xml

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.arcasample"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="16" />

    <uses-permission android:name="android.permission.INTERNET" />

    <application
        android:name="MyApplication"
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
        <activity
            android:name="com.example.arcasample.MainActivity"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

Can someone please let me know if I am missing anything.

Thanks in advance.

  • 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-06-14T18:04:43+00:00Added an answer on June 14, 2026 at 6:04 pm

    Well I tried deleting form created on Google docs and recreated it.I wonder what mistake i had done before?.

    Anyways recreating form and carefully noting down form key resolved my issue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Very famous error message (see below), judging by the number of Google results. But
I'm using Spring Tool Suite 3.1 and I have some issues deploying a web
I do have this famous error : undefined method `current_user' with declarative authorization, though
I have a Facebook Connect app that I monetize using Google AdSense. I want
I am using the famous jQuery vTicker plugin for vertical scrolling content. However, when
Anybody knows how to execute this using the famous Cakephp ORM-based 'find' query function?
I am using yaml for layout and famous clearfix css to make sure container
I raised this question due to curiousity while using Google Goggle and Google's Search
I am using beautiful soup for parsing webpage now, I've heard it's very famous
I have been using Grails for the past few months and I really like

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.