Skip to content

Introduction

Girish Kamath edited this page Feb 4, 2016 · 2 revisions

Building awesome apps entails spending hours on debugging and quality assurance. Most tools provided in the Android development toolkit require domain knowledge and can be confusing to people not familiar with the processes. This is where Traceratops comes in.

Traceratops provides a set of tools that makes debugging and QA a lot easier, with features like:

  1. Logging
  2. Creating debug parameters in SharedPreferences
  3. Capturing and showing reports of crashes
  4. Benchmarking API call latency

This is just the beginning, as a lot of more useful features are in the works. If you have suggestions for features, feel free to add it in our Issue tracker.

Traceratops is fast and secure, so you need not worry about other people getting access to your app's private logs. Integrating Traceratops is also very easy and shouldn't take more than half an hour. To get started with the integration, head to our integration guide.

Clone this wiki locally