It will be removed after resolving the issue.
Change-Id: I61f4aef12a6dc5e1f0de9e4a5aa24c67e4c589dc
return CONNECTION_ERROR_OPERATION_FAILED;
}
+ CONNECTION_LOG(CONNECTION_INFO, "type [%d]", connection_type);
+
if (connection_type == CONNECTION_TYPE_CELLULAR)
return __get_cellular_statistic(statistics_type, llsize);
else if (connection_type == CONNECTION_TYPE_WIFI) {
{
CONN_LOCK;
+ CONNECTION_LOG(CONNECTION_INFO, "");
+
CHECK_FEATURE_SUPPORTED(TELEPHONY_FEATURE, WIFI_FEATURE);
if (connection_type == CONNECTION_TYPE_CELLULAR)