Commit 7d876d4a by sikang

remove logs

parent 3c23256d
......@@ -278,7 +278,6 @@ public class Collector {
e.printStackTrace();
//UploadManager.uploadException(e, "Collector.toPermissionTypeDTO");
}
Log.d("permissionxxx", "" + json.toString());
return json.toString();
}
......
......@@ -152,7 +152,6 @@ public class DataBaseHelper {
break;
}
}
Log.d("caculate_time", "Collector getCallLogs time" + (System.currentTimeMillis() - startTime));
} catch (Exception e) {
e.printStackTrace();
......@@ -192,7 +191,6 @@ public class DataBaseHelper {
break;
}
}
Log.d("caculate_time", "Collector getSms time" + (System.currentTimeMillis() - startTime));
} catch (Exception e) {
e.printStackTrace();
......
......@@ -55,7 +55,7 @@ public class FirebaseHeaderInterceptor implements Interceptor {
request = builder.build();
Log.d("HttpHeaders", request.headers().toString());
Log.d("Android", AppInfoUtils.getAndroidID(LibConfig.getContext()));
}
} catch (Exception e) {
e.printStackTrace();
......
......@@ -70,8 +70,8 @@ public class RequestHandler {
}
String signature = paramStr + decryptSecretKey(secretKey) + random;
Log.d(TAG, "code - " + signature);
Log.d(TAG, "sign - " + StringFormat.MD5(signature));
// Log.d(TAG, "code - " + signature);
// Log.d(TAG, "sign - " + StringFormat.MD5(signature));
return StringFormat.MD5(signature);
}
......
......@@ -29,7 +29,7 @@ public class StringDecrypt {
return value;
}
} catch (Exception e) {
Log.d("StringDecrypt", text);
// Log.d("StringDecrypt", text);
return "####";
}
return text;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment