OSDN Git Service

DO NOT MERGE Fix other String.format issues in NetworkNotificationManager.java
authorPaul Stewart <pstew@google.com>
Mon, 19 Dec 2016 16:45:32 +0000 (08:45 -0800)
committerHugo Benichi <hugobenichi@google.com>
Tue, 20 Dec 2016 03:31:49 +0000 (12:31 +0900)
commit8e21030679a104fdb1ba3d02db6d3cb2920b55c1
tree6be888b5572a9de5b1cd3766edc6ed9b0e912de7
parent02ca23d9a29d65bd224ff82e4363c93a9495effc
DO NOT MERGE Fix other String.format issues in NetworkNotificationManager.java

Commit fb2609d3eee1c7a4dda889c000f32183a044978a added a string
format which caused an exception.  On top of the fixes to this
from e1406167186c2cabe683b3c1511ad6733e9106c9, we can also fix
a few more issues here with some missing arguments to other
String.format invocations in the aforementioned CL, and other
formatting problems.

Bug: 33737715
Test: Build and run SUW

(cherry picked from commit 835cb49639fc7cb75819564fa15f2f5a0bd5dee2)

Change-Id: I40064d3e1a0f0300c43bdbc51839b579a5394a36
services/core/java/com/android/server/connectivity/NetworkNotificationManager.java