Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AndroidではTrafficStats.getTotalTxBytes()日付を取得できますか?
TrafficStats.getTotalTxBytes()
年代順に「データ」を意味したのか、それとも「日付」を意味したのかはわかりません。いずれにせよ、コードの先頭で getTotalTxBytes を呼び出して値を保存します。それ以降に送信されたバイトの合計量を取得するには、関数を再度呼び出して、以前に格納された値から戻り値を減算します。
これらの値を時系列で監視するために使用する方法は、実装によって大きく異なります。手始めに、System.currentTimeMillis()getTotalTxBytes を呼び出すときに保存できます。
System.currentTimeMillis()