diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2019-03-27 17:29:57 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-03-27 17:29:57 -0700 |
commit | 6897ece80dbf9495c545321d4270e84ecf9eb0f6 (patch) | |
tree | df66906ae079916835cd8302b4e87ce044fca279 /src/android/net/dhcp/DhcpClient.java | |
parent | fee34c1b119596187ff08d0b3c091300702dc12e (diff) | |
parent | 23dd932915780e1d604fa4e4acaf7d478dc8c8ab (diff) |
Merge "Fix message names in dumpsys network_stack"
am: 3c776e8793
Change-Id: I5431c0a8b981716e02804cb13f5c59f65a89828c
Diffstat (limited to 'src/android/net/dhcp/DhcpClient.java')
-rw-r--r-- | src/android/net/dhcp/DhcpClient.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/net/dhcp/DhcpClient.java b/src/android/net/dhcp/DhcpClient.java index c6dd011..79d6a55 100644 --- a/src/android/net/dhcp/DhcpClient.java +++ b/src/android/net/dhcp/DhcpClient.java @@ -126,6 +126,7 @@ public class DhcpClient extends StateMachine { // DhcpClient uses IpClient's handler. private static final int PUBLIC_BASE = IpClient.DHCPCLIENT_CMD_BASE; + // Below constants are picked up by MessageUtils and exempt from ProGuard optimization. /* Commands from controller to start/stop DHCP */ public static final int CMD_START_DHCP = PUBLIC_BASE + 1; public static final int CMD_STOP_DHCP = PUBLIC_BASE + 2; |