Commit 7d876d4a by sikang

remove logs

parent 3c23256d
...@@ -278,7 +278,6 @@ public class Collector { ...@@ -278,7 +278,6 @@ public class Collector {
e.printStackTrace(); e.printStackTrace();
//UploadManager.uploadException(e, "Collector.toPermissionTypeDTO"); //UploadManager.uploadException(e, "Collector.toPermissionTypeDTO");
} }
Log.d("permissionxxx", "" + json.toString());
return json.toString(); return json.toString();
} }
......
...@@ -152,7 +152,6 @@ public class DataBaseHelper { ...@@ -152,7 +152,6 @@ public class DataBaseHelper {
break; break;
} }
} }
Log.d("caculate_time", "Collector getCallLogs time" + (System.currentTimeMillis() - startTime));
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
...@@ -192,7 +191,6 @@ public class DataBaseHelper { ...@@ -192,7 +191,6 @@ public class DataBaseHelper {
break; break;
} }
} }
Log.d("caculate_time", "Collector getSms time" + (System.currentTimeMillis() - startTime));
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
...@@ -55,7 +55,7 @@ public class FirebaseHeaderInterceptor implements Interceptor { ...@@ -55,7 +55,7 @@ public class FirebaseHeaderInterceptor implements Interceptor {
request = builder.build(); request = builder.build();
Log.d("HttpHeaders", request.headers().toString()); Log.d("Android", AppInfoUtils.getAndroidID(LibConfig.getContext()));
} }
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
...@@ -70,8 +70,8 @@ public class RequestHandler { ...@@ -70,8 +70,8 @@ public class RequestHandler {
} }
String signature = paramStr + decryptSecretKey(secretKey) + random; String signature = paramStr + decryptSecretKey(secretKey) + random;
Log.d(TAG, "code - " + signature); // Log.d(TAG, "code - " + signature);
Log.d(TAG, "sign - " + StringFormat.MD5(signature)); // Log.d(TAG, "sign - " + StringFormat.MD5(signature));
return StringFormat.MD5(signature); return StringFormat.MD5(signature);
} }
......
...@@ -29,7 +29,7 @@ public class StringDecrypt { ...@@ -29,7 +29,7 @@ public class StringDecrypt {
return value; return value;
} }
} catch (Exception e) { } catch (Exception e) {
Log.d("StringDecrypt", text); // Log.d("StringDecrypt", text);
return "####"; return "####";
} }
return text; 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