android友盟统计MobclickAgent.onEventValue()方法没有统计到时长
int time = (int) (System.currentTimeMillis() - eventStartTime);
HashMap<String, String> map = new HashMap<>();
map.put("curId", itemBean.curId);
map.put("stay_time", time + "");
MobclickAgent.onEventValue(getApplicationContext(), "feedback_edit_stay", map,time);
如上图,后来问了下客服,ios端支持统计时长,android端不支持统计时长
图片.png