0

約 50 台のデバイスにインストールされている非市場アプリケーションがあります。

logcat を使用して、ログを印刷しています。

これらのログを保存したログ/ファイルを定期的にメールで送信してほしい。

プログラム的に可能ですか?

役立つ外部ツールはありますか?

sendmelogs jar を調べましたが、アプリケーションのクラッシュ時だけでなく、すべてのログを周期的に送信する必要があります。

4

2 に答える 2

0

First of all, a friendly reminder that getting logs from someone's device might be against privacy of many users.

I recommend , letting users know when they are sending you the logs, by making the click "ok" on an alertdialog. If the user says yes, you can get the logs by executing command

logcat -d

Check out http://www.helloandroid.com/tutorials/reading-logs-programatically

other option can be periodically send the logs using a webservice.

Aman Gautam

于 2012-10-28T19:10:23.520 に答える
0

バグセンスを試しましたか?この例を参照してください。mi8 役に立つ

于 2012-09-13T05:43:17.610 に答える