Merge changes I9bbff5be,I270b751d,Ibf1bd267

* changes:
  Remove unused import and reorder the import
  Add debug logs for error cases
  Add KeepaliveTracker.Dependencies class for testing purpose
This commit is contained in:
Chiachang Wang
2023-06-19 01:17:59 +00:00
committed by Gerrit Code Review
3 changed files with 39 additions and 9 deletions

View File

@@ -265,7 +265,7 @@ public class AutomaticOnOffKeepaliveTrackerTest {
TestKeepaliveTracker(@NonNull final Context context, @NonNull final Handler handler,
@NonNull final TcpKeepaliveController tcpController) {
super(context, handler, tcpController);
super(context, handler, tcpController, new Dependencies());
}
public void setReturnedKeepaliveInfo(@NonNull final KeepaliveInfo ki) {