Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
frameworks_base
Commits
e5773274
Commit
e5773274
authored
12 years ago
by
Irfan Sheriff
Committed by
android code review
12 years ago
Browse files
Options
Download
Plain Diff
Merge "WifiWatchdog: handle exception from ArpPeer"
parents
2140d1de
d5857291
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
wifi/java/android/net/wifi/WifiWatchdogStateMachine.java
wifi/java/android/net/wifi/WifiWatchdogStateMachine.java
+3
-0
No files found.
wifi/java/android/net/wifi/WifiWatchdogStateMachine.java
View file @
e5773274
...
...
@@ -881,6 +881,9 @@ public class WifiWatchdogStateMachine extends StateMachine {
//test to avoid any wifi connectivity issues
loge
(
"ARP test initiation failure: "
+
se
);
success
=
true
;
}
catch
(
IllegalArgumentException
ae
)
{
log
(
"ARP test initiation failure: "
+
ae
);
success
=
true
;
}
return
success
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment