Skip to content

alexissilva/behaviordroid

Repository files navigation

BehaviorDroid

Monitoring framework for Android.

How to use

  1. Download and copy the folder behaviordroid in your project.
  2. Declare the class DroidService as service in the manifest and add permissions to read and write in external memory and to read logs.
  3. Call the method adjustIfNeeded of the class AdjustReadLogsPermission in the onCreate of the main activity of your app.
  4. Configure the framework... more details soon.
  5. Call the method startService in a event (like to touch a button) to start framework. To stop it, call to stopService.
  6. Copy configuration files and strace on your device. You can download example files here.

This is a testing project, use it as example.

Releases

No releases published

Packages

No packages published

Languages