Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

traffic statistics not working yet #6

Closed
GoogleCodeExporter opened this issue Aug 9, 2015 · 3 comments
Closed

traffic statistics not working yet #6

GoogleCodeExporter opened this issue Aug 9, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Traffic stats are not working yet.

Notifications are always appearing in the title-bar

Original issue reported on code.google.com by christophevandeplas@gmail.com on 8 Mar 2010 at 6:57

@GoogleCodeExporter
Copy link
Author

In Notifications.java:
Notification notification = new Notification(
    R.drawable.vpn_connected,
    configFile.getName() +": " + msg,
    System.currentTimeMillis()
);

The second parameter is always different, this causes the new notifications in 
the
title-bar.

Original comment by christophevandeplas@gmail.com on 8 Mar 2010 at 7:01

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I also extended the TrafficStats class to handle the stats and parse the Bytes 
per
second.

Full code implemented and committed. 

Original comment by christophevandeplas@gmail.com on 8 Mar 2010 at 7:03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant