summaryrefslogtreecommitdiffstats
path: root/core/jni/android_net_TrafficStats.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow a target to specify its own mobile iface nameRicardo Cerqueira2011-11-181-0/+3
| | | | | | | Fixes lack of traffic indicators when the interface isn't named "rmnet0" Change-Id: I68247cd2765cb4fe1bfeb0ec77e0a7a71ed3df44a
* Add cdma_rmnet4 to list of monitored interfacesRobert Greenwalt2011-11-011-0/+1
| | | | | | | | 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
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-8/+0
| | | | | Change-Id: I13d9f251f86c05ae5405f37adbf6b8e9660935ba Signed-off-by: Mike Lockwood <lockwood@android.com>
* resolved conflicts for merge of 99cd6671 to masterWink Saville2011-07-121-16/+33
|\ | | | | | | Change-Id: I81ac18b1b8291a96bdfa3386f2fe3633fd7eeb79
| * Concurrent multi-PDP support in TrafficStatsKazuhiro Ondo2011-07-101-17/+34
| | | | | | | | | | | | | | | | 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
* | More native code cleanup.Elliott Hughes2011-04-131-6/+8
|/ | | | | | | 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
* data activity reporting on wifiIrfan Sheriff2011-02-171-0/+31
| | | | | | | | Initial checkin, need icons to complete the feature Bug: 3412258 Change-Id: I9a3ecc8159cc314d84707065dafe23d402409a84
* TrafficStats: Include UDP stats and packet count to APIAshish Sharma2011-01-271-6/+151
| | | | | Change-Id: I70063e6033d3c181bcc5b9e401f9474900e25281 Signed-off-by: Ashish Sharma <ashishsharma@google.com>
* Fix sim build (sim doesn't have strl*() reliably...)Dan Egnor2010-04-081-0/+8
| | | | | | | Just stub out the TrafficStats code for the sim. Bug: 2578938 Change-Id: Ie555f67f581d05ee446ea29cb2223feb350c52f9
* Change TrafficStats to a new JNI implementation.Dan Egnor2010-04-071-0/+165
Also change phone's ConnectionStateTrackers to use it directly, rather than through the INetStat binder interface. Bug: 2578938 Change-Id: I8858e2609cbec3be845a0ce5178cb03f67e01b41