! simple-battery-logger


タイトル：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 ファイルでの保存
* 内蔵メモリ内の古いデータの自動削除
------------------------------------------------------------

!! ビルドターゲット

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

* mvn compile - アプリケーションのコンパイル
* mvn package - apk の作成
* mvn clean - ビルドファイルの削除
* mvn install - maven の local リポジトリにインストール

* mvn android:deploy - エミュレータやデバイスにインストール
* mvn android:generate-sources

* mvn install - アプリケーションのインストール
* mvn uninstall - アプリケーションのアンインストール

