~headbangerkenny/ubuntuone-android-music/branch

« back to all changes in this revision

Viewing changes to src/net/sourceforge/subsonic/androidapp/service/DownloadFile.java

  • Committer: Chad Miller
  • Date: 2011-08-08 19:47:21 UTC
  • Revision ID: chad.miller@canonical.com-20110808194721-n2l08dweb83faeqt
Don't make non-ui events into Page Views in analytics.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
        this.tracker = GoogleAnalyticsTracker.getInstance();
75
75
        this.tracker.start(Analytics.ACCOUNT, context);
76
 
        this.tracker.trackPageView(TAG);
77
76
 
78
77
        saveFile = FileUtil.getSongFile(song);
79
78
        bitrate = Util.getMaxBitrate(context);