Make traceview compile with the new API from SdkStats.

This commit is contained in:
Xavier Ducrohet
2009-04-27 17:38:40 -07:00
parent dc7622dca5
commit b1be9fb509
2 changed files with 2 additions and 1 deletions

1
tools/traceview/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
bin

View File

@@ -133,7 +133,7 @@ public class MainWindow extends ApplicationWindow {
boolean regression = false;
// ping the usage server
SdkStatsService.ping(PING_NAME, PING_VERSION);
SdkStatsService.ping(PING_NAME, PING_VERSION, null);
// Process command line arguments
int argc = 0;