Files
frameworks_base/core/java/android/net
Lorenzo Colitti 751ce74a7d Shorten the output of NetworkAgentInfo#toString().
Currently, printing a NetworkAgentInfo results in a very long
string. Make it a bit shorter by:

- Not printing a number of fields in NetworkInfo that are no
  longer used.
- Instead of printing flags regardless of whether they are true
  false, only print ones that are true. For example, this changes
    everCaptivePortalDetected{true} lastCaptivePortalDetected{false} captivePortalValidationPending{false}
  to:
    everCaptivePortalDetected
- Only printing clat information if clatd is started.

Also, put the long and variable-length fields lp and nc at the
end of the output.

Test: manual
Change-Id: I3312286be307ef1762890cbc6b717f12ce5b2b92
2020-03-17 22:29:37 +09:00
..
2019-08-30 00:16:24 +00:00
2020-02-13 18:37:06 +00:00
2019-03-16 03:51:09 +09:00
2020-03-12 09:54:44 +00:00
2020-01-02 17:09:10 +00:00
2020-01-22 22:27:44 +09:00