Skip to content

Commit

Permalink
Add SDK Version to init log
Browse files Browse the repository at this point in the history
  • Loading branch information
patedit committed Jul 2, 2016
1 parent 76be18b commit 31556f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mixpanel/android/mpmetrics/MPConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public synchronized void setOfflineMode(OfflineMode offlineMode) {

if (DEBUG) {
Log.v(LOGTAG,
"Mixpanel configured with:\n" +
"Mixpanel (" + VERSION + ") configured with:\n" +
" AutoShowMixpanelUpdates " + getAutoShowMixpanelUpdates() + "\n" +
" BulkUploadLimit " + getBulkUploadLimit() + "\n" +
" FlushInterval " + getFlushInterval() + "\n" +
Expand Down

0 comments on commit 31556f8

Please sign in to comment.