Crash and error reporting
Symbols and mapping
Overview Debug symbol files are generated for every build of your app, and they contain information about the original stack traces and the exact location of libraries and code lines for a particular build version. These files later help developers ...
JS Errors
Overview Error reporting for JavaScript errors include caught errors, uncaught errors, and warnings that are printed in the browser console for your web applications. In Apptics, the JS errors page in Apptics gives you an overview of all the ...
Symbolication using Zoho Apptics
Overview Symbolicating the crash reports into a human-readable format is essential for any developer to understand the reason behind the crash quickly. What is a dSYM file? A dSYM file is a debug symbol file generated by Apple Xcode along with the ...
Deobfuscation using Zoho Apptics
Overview Obfuscation of your code is the process of renaming all the classes and their methods names in a way that is difficult to reverse-engineer but will still function correctly. ProGuard (it's successor R8) is the default Java code optimizer and ...
Non-fatal tracking in Zoho Apptics
Overview Apptics provides a way to record the non fatal errors and exceptions that are caught in your app's try-catch blocks. Using the non-fatal module in Zoho Apptics, you can track and analyze non fatal errors similar to fatal errors like crashes ...
Crash reporting in Apptics console
Overview App crashes are fatal exceptions that cause the app to quit forcefully due to an issue. There may be multiple crashes because of the same unique issue. Instant error reporting enables you to get notified of such crashes, access detailed ...