Skip to content

Commit

Permalink
Add log when network status is changed. (#4746)
Browse files Browse the repository at this point in the history
b/390202852

Change-Id: I2f6ac90426f6d27f8a6ea036a0274e0992e5e709
  • Loading branch information
zhongqiliang authored Jan 23, 2025
2 parents 03d67e8 + 358c43b commit fbc31e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void sendStatusChange(final boolean online) {
new Runnable() {
@Override
public void run() {
Log.i(TAG, "NetworkStatus is changed, online=" + online);
sendStatusChangeInternal(online);
}
});
Expand Down

0 comments on commit fbc31e0

Please sign in to comment.