track problem passes
This commit is contained in:
parent
07e7839039
commit
4d2f382d6d
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ package org.ligi.ticketviewer;
|
|||
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.BitmapFactory;
|
||||
import com.google.analytics.tracking.android.EasyTracker;
|
||||
import com.google.android.gms.maps.model.LatLng;
|
||||
import org.json.JSONArray;
|
||||
import org.json.JSONException;
|
||||
|
@ -115,6 +116,7 @@ public class PassbookParser {
|
|||
|
||||
if (type == null) {
|
||||
try {
|
||||
EasyTracker.getTracker().trackEvent("problem_event", "pass", "without_type", null);
|
||||
Log.i("pass without type " + pass_json.toString(2));
|
||||
} catch (JSONException e) {
|
||||
e.printStackTrace();
|
||||
|
|
Loading…
Reference in a new issue