summaryrefslogtreecommitdiff
path: root/core/java/android/net/metrics/DhcpErrorEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecated IP connectivity metrics system apilifr2021-01-201-0/+4
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-191-2/+0
* Add missing nullability annotations.Aurimas Liutikas2019-08-301-0/+2
* Merge "Refactor DhcpErrorEvent error codes" am: ed2e54a521 am: 150a395303Remi NGUYEN VAN2019-03-241-21/+27
|\
| * Refactor DhcpErrorEvent error codesRemi NGUYEN VAN2019-03-221-21/+27
* | Merge "Define DhcpErrorEvent constants at compile time" am: 5803191975 am: a0...Remi NGUYEN VAN2019-03-211-20/+16
|\|
| * Define DhcpErrorEvent constants at compile timeRemi NGUYEN VAN2019-03-201-20/+16
* | All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
|/
* Add NetworkStack metrics to system APIRemi NGUYEN VAN2019-01-211-20/+9
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+19
* Connectivity metrics: change how interface names are loggedHugo Benichi2017-03-211-6/+2
* IP connectivity metrics: cleanup obsolete codeHugo Benichi2017-02-221-11/+0
* Reject DHCP packets with no magic cookieHugo Benichi2016-10-061-0/+2
* Catch runtime exceptions when parsing DHCP packetsHugo Benichi2016-10-051-3/+6
* IpConn metrics: use @IntDefHugo Benichi2016-07-051-1/+4
* Refactor IP connectivity event loggingHugo Benichi2016-06-291-4/+3
* Remove unused event tags of IpConnectivityEventHugo Benichi2016-04-271-2/+2
* Better ConnectivityMetricsEvent printingHugo Benichi2016-04-271-0/+14
* Remove unused DHCP timeout event tag.Hugo Benichi2016-04-191-2/+1
* Make android.net.metrics Event classes @SystemApiHugo Benichi2016-04-181-0/+2
* Fixes fatal linter errors in android.net.metricsHugo Benichi2016-04-181-4/+6
* Fix spurious DHCP parse error logging.Hugo Benichi2016-04-181-5/+15
* Add DHCP error event class and record DHCP errors.Hugo Benichi2016-04-141-0/+93