A simple library that provides an easy fragment allowing users to throw debug logs in a pastebin (currently gist) online.
Gradle:
compile 'org.whispersystems:libpastelog:1.0.7'
Maven:
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>libpastelog</artifactId>
<version>1.0.7</version>
</dependency>
Or download the latest JAR directly.
Check out the sample application in /sample
, note that:
@color/libpastelog_confirmation_background
can overridden within your app.android.permission.INTERNET
is required.- the parent activity must not be recreated by orientation changes
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
.
./gradlew build
- build the sample and library projects.
Copyright 2014 Open Whisper Systems
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html