Make traceview compile with the new API from SdkStats.
This commit is contained in:
1
tools/traceview/.gitignore
vendored
Normal file
1
tools/traceview/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
bin
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user