rollbar-android | Java library for reporting exceptions | Architecture library

 by   rollbar Java Version: v0.2.1 License: No License

kandi X-RAY | rollbar-android Summary

kandi X-RAY | rollbar-android Summary

rollbar-android is a Java library typically used in Architecture applications. rollbar-android has no vulnerabilities, it has build file available and it has low support. However rollbar-android has 6 bugs. You can download it from GitHub.

Java library for reporting exceptions, errors, and log messages to Rollbar.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              rollbar-android has a low active ecosystem.
              It has 43 star(s) with 17 fork(s). There are 40 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 23 have been closed. On average issues are closed in 111 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of rollbar-android is v0.2.1

            kandi-Quality Quality

              OutlinedDot
              rollbar-android has 6 bugs (2 blocker, 0 critical, 1 major, 3 minor) and 32 code smells.

            kandi-Security Security

              rollbar-android has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              rollbar-android code analysis shows 0 unresolved vulnerabilities.
              There are 1 security hotspots that need review.

            kandi-License License

              rollbar-android does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              rollbar-android releases are available to install and integrate.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              rollbar-android saves you 403 person hours of effort in developing the same functionality from scratch.
              It has 958 lines of code, 78 functions and 11 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed rollbar-android and discovered the below as its top functions. This is intended to give you an instant insight into rollbar-android implemented functionality, and help decide if they suit your requirements.
            • Caught exception handler
            • Add client data to the client
            • Creates a JSONObject for the Throwable
            • Executes the HTTP request
            • Sets the uncaught exception level
            • Checks if is initialized
            • Ensure the runnable is initialized
            • Set person data
            • Set the person data
            • Sets the schedule delay in milliseconds
            • Sets the delay for the item schedule
            • Sets whether to include logcat entries
            • Sets whether to include the logcat
            • Sets whether an uncaught exception should be sent
            • Sets whether or not the event should be sent on uncaught exception
            • Sets the endpoint
            • Sets the HTTP request endpoint
            • Sets the default exception level
            • Sets whether uncaught exceptions should be thrown
            • Register a custom exception handler
            • Run the thread
            Get all kandi verified functions for this library.

            rollbar-android Key Features

            No Key Features are available at this moment for rollbar-android.

            rollbar-android Examples and Code Snippets

            Rollbar for Android,Usage
            Javadot img1Lines of Code : 9dot img1no licencesLicense : No License
            copy iconCopy
            Rollbar.reportException(new Exception("Test exception")); // default level is "warning"
            
            try {
                amount = Integer.parseInt(data);
            } except (NumberFormatException e) {
                // Providing a description for this exception
                Rollbar.reportException(e,   
            Rollbar for Android,Setup,Maven
            Javadot img2Lines of Code : 8dot img2no licencesLicense : No License
            copy iconCopy
            
              
                com.rollbar
                 rollbar-android
                 0.2.1
              
            
            
            compile 'com.rollbar:rollbar-android:0.2.1'
              
            Rollbar for Android,Deobfuscation
            Javadot img3Lines of Code : 5dot img3no licencesLicense : No License
            copy iconCopy
            curl 'https://api.rollbar.com/api/1/proguard' \
              -F access_token=POST_SERVER_ITEM_ACCESS_TOKEN \
              -F version=0.0.10 \
              -F mapping=@path/to/mapping.txt
            
            -keepattributes SourceFile,LineNumberTable
              

            Community Discussions

            Trending Discussions on rollbar-android

            QUESTION

            Can't build app on latest android studio 3.0.1
            Asked 2017-Dec-14 at 08:45

            Has anyone experienced building apps from 3.0.1 and it won't run?

            I think this guy here encountered the same issue as mine; Unable to Build Release Apk Android Studio 3.0.1 Proguard-Rules

            My app also has ** (tried to apply solution as suggested above) on my proguard rules and I can't remove them as this would cause the app to not build.

            PLEASE HELP ME



            UPDATE 2

            outcomesound's SOLUTION WORKED FOR ME see his answer below

            https://stackoverflow.com/a/47809116/4767606



            UPDATE 1

            I was able to apply Wahdat Kashmiri's answer below; debug version runs fine but when switching the build for release, the app only runs until splash screen and then it crashes.

            ...

            ANSWER

            Answered 2017-Dec-14 at 05:54

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install rollbar-android

            Define property sdk.dir which contains path to Android SDK inside local.properties
            Make sure you have installed the platform specified in project.properties
            E.g. sdk.dir = /Users/coryvirok/Development/adt-bundle-mac-x86_64-20140702/sdk/
            Run ant from command line

            Support

            If you run into any issues, please email us at support@rollbar.com.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link