DOC

com.softnoesis.shakebug : ShakeBug

Maven & Gradle

Aug 18, 2023
4 stars

Shakebug · Shakebug allows you to receive feedback from your beta testers or real users and improve the quality of your application in a simple way. Here users just need to shake their mobile and all the data regarding bugs & crashes can be seen by developers through their log in panel. It also helpful to analyse your users, session, location etc. Addition, you can add events on each action of your application and track it using this Shakebug framework. Sign up for a service at https://www.shakebug.com

Table Of Contents

Latest Version

Download com.softnoesis.shakebug : ShakeBug Javadoc & API Documentation - Latest Versions:

All Versions

Download com.softnoesis.shakebug : ShakeBug Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file ShakeBug-1.2.28-javadoc.jar to ShakeBug-1.2.28-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ShakeBug-1.2.28-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ShakeBug-1.2.28-sources.jar" -d "ShakeBug-1.2.28-javadoc" -subpackages 

Advertisement