simple-battery-logger
=====================


------------------------------------------------------------
Simple Battery Logger is a simple tool to record the history of the battery status.
This is a tool for Android developers.
You can use this tool for the battery benchmarking of your applications or devices.

The following functions are supported.
* The battery status logging function.
* Exporting CSV file to external storage.
* Deleting the old data in built-in storage automatically.
------------------------------------------------------------


------------------------------------------------------------
Simple Battery Logger はバッテリー状態を記録するシンプルなツールです。
これは Android 開発者向けのツールです。
アプリケーションやデバイスのバッテリーベンチマーク用に使うことができます。

以下の機能をサポートします。
* バッテリーの状態の履歴の記録
* 記録データの外部ストレージへの CSV ファイルでの保存
* 内蔵メモリ内の古いデータの自動削除
------------------------------------------------------------


Build Target
------------

http://maven-android-plugin-m2site.googlecode.com/svn/plugin-info.html

* mvn compile - compile
* mvn clean - clean
* mvn package - build apk file

* mvn android:deploy - deploy to device or emulator
* mvn android:generate-sources

* mvn install - install to maven repository
* mvn uninstall - uninstall from maven repository

* mvn assembly:assembly - build project package 

Release Build
-------------

Setup android-release profile in ~/.m2/settings.xml
You need to define the following properties.

* sign.keystore
* sign.alias
* sign.storepass
* sign.keypass

