Skip to content

EmbeddedAtUM/panappticon

Repository files navigation

Panappticon

Event-based tracing to measure Android application and platform performance

Details

For more information, see the Panappticon homepage and associated technical paper.

Building Panappticon

Panappticon consists of four code repositories. Each is included as a submodule of this one.

Only the Galaxy Nexus phone (the tuna family, maguro (GSM) and toro (CDMA)) with Android versions 4.1.1_r6 and 4.1.2_r1 is currently supported.

  1. Clone this repository and checkout the branch for your desired version of Android:

    git clone https://github.com/EmbeddedAtUM/panappticon.git

    git checkout panappticon-tuna-4.1.2_r1

    git submodule update --remote

  2. Replace the framework/base and libcore directories of your Android source tree with the corresponding directories in this repository.

  3. Compile the kernel and replace the provided kernel image in your Android source tree.

  4. Build the Android system images in the standard fashion.

  5. Build and install on your server the EventLoggingServer application in the tools/ directory. Panappticon traces will be uploaded by the phone.

  6. Update the EventLogging application in the tools/ directory to point to your server's URL.

  7. Build the EventLogging application and install the resulting *.apk.

  8. The scripts in the tools/ directory may be helpful for parsing and interpretting the logs.

License

The modified Linux kernel and Android platform sources are released under their respective licenses.

The Panappticon tools are released under the GPLv3.

About

Event-based tracing to measure Android application and platform performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published