- Restart Android Studio after installing the plugin and the Apptics logo will appear in the tool window (left strip) within the IDE. Click on Apptics insights tab will be listed alongside other tools like Logcat, Terminal, and Build.
- Log in to your Apptics account.
- You will be redirected to this screen for API authentication. Click on I agree and continue.
- Once you log in successfully, you will now be able to view crashes, ANRs, and non fatal in Android Studio Plugin IDE.
Note: You must be a part of the Apptics project and have crash management privilege to access reports from Apptics in Android Studio via the plugin.
The Apptics Android plugin window can be divided into three parts:
Unique issues
The left pane shows the unique issues list that is shown in the crashes page in Apptics. You can view all the crashes, ANRs, and non fatal errors reported for the past 90 days here along with the crash/error instances, i.e., the number of occurrences for each issue.
Stack trace and diagnostic details
When you click on an individual issue from the left pane, you will be able see the stack trace and the diagnostic details in the centre pane. The hyperlinked texts in the stack trace redirect you to the exact files or lines of code.
You can say that it is equivalent to the device timeline page in Zoho Apptics, but with stack traces that point out the root cause and provide direct access to source code to help you debug issues faster.
Affected devices and app versions
You will see the top affected devices and app versions for the selected issue in the right pane with as meta details.
Filters
You can filter through the issues based on:
- Environment (Production and Development)
- Date range
- App version (currently in the form of API levels)
- Crash type (Crash, ANR, and non fatal error)
- Devices
- OS versions
Troubleshooting tips
- Ensure your app is registered and Apptics SDK configuration is completed successfully.
- Check your Apptics JSON config file and ensure that it has the correct details.
- Make sure you verify API authentication during the initial plugin setup.
- We recommend you have the latest version of the Apptics plugin installed.
How Apptics insights is different from LogCat in Android Studio?
| Apptics insights plugin | Logcat |
| It shows crashes, ANRs, and non fatal error reports inside Android Studio. | A command-line tool and Android Studio feature that shows runtime logs from devices/emulators. |
Captures crashes/errors in both production and development environments (depending on the Apptics integration). | Displays logs while the app is running, typically during development/debugging, or on a connected device/emulator. |
Symbolicated stack traces with hyperlinks that traces back to the exact code line/file for debugging. | Redirects stack traces directly to the corresponding line/file by default, if source code is available. |
Provides structured crash/error reports with context, trends, and metadata. | Outputs raw logs in real time, requiring manual filtering. |