修复已知bug,debug状态关闭数据上报,release增加tinker开发设备(channel:GH_TEST)

This commit is contained in:
kehaoyuan
2018-01-30 19:45:56 +08:00
parent 9abe0eb158
commit 6176c47e2f
6 changed files with 15 additions and 8 deletions

View File

@ -35,7 +35,7 @@ public class DataUtils {
public static void init(final Application context, String channel) {
// 神烦这些SDK上报debug就不开了
if (!DEBUG) return;
if (DEBUG) return;
//TalkingData
try {