History log of /frameworks/base/core/jni/android_net_TrafficStats.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
853940331ff2be48ed3e63f459845e5e43d0a131 16-Apr-2014 Mark Salyzyn <salyzyn@google.com> frameworks: 64 bit compile issues

ToDo: core/jni/com_android_internal_net_NetworkStatsFactory.cpp (merge issues)

Change-Id: I5cf0bbb868e6c18e86c97c6491b6ee983a8ee1a2
/frameworks/base/core/jni/android_net_TrafficStats.cpp
44bc18664985e845a2299f20b6392d378fad8b4d 24-Jul-2013 Colin Cross <ccross@android.com> replace cutils/logger.h with log/logger.h

and remove it from files that don't use it.

Change-Id: Ieb44a3f1f75c2d2b277f0d01ca926a92211e3fe6
/frameworks/base/core/jni/android_net_TrafficStats.cpp
62f16bfc5e90f0320ab68b66b5b5b125cada1867 02-Mar-2013 JP Abgrall <jpa@google.com> jni: net.TrafficStats: fix getIfaceStat, have it use the iface.

Missing iface8 in call to parseIfaceStats().

Bug: 8304054
Change-Id: Ibb01d86a0f7241cdd8f23401973840673f847efb
/frameworks/base/core/jni/android_net_TrafficStats.cpp
9de56d220e6fee092e6bc70b3649939f3c0bbda4 09-Feb-2013 Jeff Sharkey <jsharkey@android.com> Remove sscanf() warnings when parsing stats.

Change-Id: I15b7ba93d7ec121f9a7e19926f7436f2117b3b1a
/frameworks/base/core/jni/android_net_TrafficStats.cpp
8669a1669487d5974c77ffda833c6111f316861c 08-Feb-2013 Jeff Sharkey <jsharkey@android.com> Use safe buffer sizes when parsing network stats.

Change-Id: I1733c1ddc48f9410136aee7af7889fdc7be8cc10
/frameworks/base/core/jni/android_net_TrafficStats.cpp
92be93a94edafb5906e8bc48e6fee9dd07f5049e 16-Jan-2013 Jeff Sharkey <jsharkey@android.com> Improve TrafficStats UID APIs.

Deprecate transport layer statistics, leaving only the summarized
network layer statistics.

Improve documentation to be clear about layers where measurements
occur, and their behavior since boot. Under the hood, move to using
xt_qtaguid UID statistics.

Bug: 6818637, 7013662
Change-Id: I9f26992e5fcdebd88c671e5765bd91229e7b0016
/frameworks/base/core/jni/android_net_TrafficStats.cpp
4b17a1321db24b1a59c29b580aed7482a43febee 06-Feb-2013 Jeff Sharkey <jsharkey@android.com> Offer parsed TCP interface statistics.

Also switch to newer iface_stat_fmt numbers, which are measured at
XT level instead of dev.

Bug: 7903145, 6569689
Change-Id: Ibeb742966b8c89916ea31a49388a5dbe25a5f67f
/frameworks/base/core/jni/android_net_TrafficStats.cpp
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