History log of /frameworks/base/core/jni/android_net_TrafficStats.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
234766a36af6214644fa8205202287084ca9cf93 11-Apr-2012 Jeff Sharkey <jsharkey@android.com> Move TrafficStats iface counters to xt_qtaguid.

Use xt_qtaguid iface_stat_all counters, which are monotonic during
a single boot.

Track all ifaces associated with mobile networks since boot, and
move TrafficStats to using these ifaces. This will include usage of
networks omitted from config_data_usage_network_types, specifically
on devices that recycle network interfaces across APNs.

Split wildcard template matching, and move NetworkStatsService to
use mobile wildcard when logging stats.

Bug: 5324515
Change-Id: I2211c374c05d1b598cc647f2f873630538955ffe
/frameworks/base/core/jni/android_net_TrafficStats.cpp
3762c311729fe9f3af085c14c5c1fb471d994c03 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
/frameworks/base/core/jni/android_net_TrafficStats.cpp
57c8ac6e13cc1876f5ae64dd3db8f5ef324732d7 01-Nov-2011 Robert Greenwalt <rgreenwalt@google.com> Add cdma_rmnet4 to list of monitored interfaces

Lets the data traffic arrows work on LTE device on 1x,
but also lets telephony monitor for hung radios on 1X.

bug:5531630
Change-Id: I9fa25a5223afaa2e37373668c899ac28a95783fa
/frameworks/base/core/jni/android_net_TrafficStats.cpp
c1b9bbb21c8ad5109978a4e9e770cd18b0257434 13-Jul-2011 Mike Lockwood <lockwood@android.com> Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build

Change-Id: I13d9f251f86c05ae5405f37adbf6b8e9660935ba
Signed-off-by: Mike Lockwood <lockwood@android.com>
/frameworks/base/core/jni/android_net_TrafficStats.cpp
8ff5a9d84ebb57e2fb520e01e00c8140b28639e3 12-Jul-2011 Wink Saville <wink@google.com> resolved conflicts for merge of 99cd6671 to master

Change-Id: I81ac18b1b8291a96bdfa3386f2fe3633fd7eeb79
64ba5eaa40614877c679b3fbaaa3c2efd17d50d2 05-Jul-2011 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Concurrent multi-PDP support in TrafficStats

Quick fix to enable concurrent multiple PDP support in TrafficStats.
Just updated the list of hard-coded mobile interfaces for now.

Bug: 4553527
Change-Id: I44ce73f3000542d6457f353bb561a2275684af6b
/frameworks/base/core/jni/android_net_TrafficStats.cpp
f17b971a75577a3a0e5ab574618e0756d167f5d4 13-Apr-2011 Elliott Hughes <enh@google.com> More native code cleanup.

Use ScopedUtfChars (fixes a leak in TrafficStats, and fixes a crash in Wifi in
a case where GetStringChars could have been called with a pending exception).

Change-Id: I3465ff392b4038dfdafa6af80ec1314cc6d6a11c
/frameworks/base/core/jni/android_net_TrafficStats.cpp
227bec49157bc496f7c9e8e8f63c12728a448922 16-Feb-2011 Irfan Sheriff <isheriff@google.com> data activity reporting on wifi

Initial checkin, need icons to complete the feature

Bug: 3412258

Change-Id: I9a3ecc8159cc314d84707065dafe23d402409a84
/frameworks/base/core/jni/android_net_TrafficStats.cpp
c39c1d4dee917560d174f6ba5402e4c6644edd47 28-Jan-2011 Ashish Sharma <ashishsharma@google.com> TrafficStats: Include UDP stats and packet count to API

Change-Id: I70063e6033d3c181bcc5b9e401f9474900e25281
Signed-off-by: Ashish Sharma <ashishsharma@google.com>
/frameworks/base/core/jni/android_net_TrafficStats.cpp
4e8d8238e10d168b434dcdd2e779a9aab37f1e2c 09-Apr-2010 Dan Egnor <egnor@google.com> Fix sim build (sim doesn't have strl*() reliably...)

Just stub out the TrafficStats code for the sim.
Bug: 2578938

Change-Id: Ie555f67f581d05ee446ea29cb2223feb350c52f9
/frameworks/base/core/jni/android_net_TrafficStats.cpp
2b4abcd0c7c4361af8ab6d5d7b073fb75ac6d219 08-Apr-2010 Dan Egnor <egnor@google.com> Change TrafficStats to a new JNI implementation.

Also change phone's ConnectionStateTrackers to use it directly,
rather than through the INetStat binder interface.

Bug: 2578938
Change-Id: I8858e2609cbec3be845a0ce5178cb03f67e01b41
/frameworks/base/core/jni/android_net_TrafficStats.cpp