浏览代码

取出无用log

hy 3 年之前
父节点
当前提交
3eb89e60e6

+ 8 - 8
app/src/main/java/com/electric/chargingpile/activity/ChargingStatusActivity.java

@ -251,7 +251,7 @@ public class ChargingStatusActivity extends Activity implements View.OnClickList
251 251
                rl_circle.setBackgroundResource(R.drawable.bg_charging_orange);
252 252
                tv_stop.setBackgroundResource(R.drawable.bg_f08f4b_radius_10);
253 253
                tv_stop.setTextColor(Color.parseColor("#F08F4B"));
254
                tv_help.setTextColor(Color.parseColor("#030303"));
254
                tv_help.setTextColor(Color.parseColor("#F08F4B"));
255 255
                @SuppressLint("UseCompatLoadingForDrawables") Drawable drawable = getResources().getDrawable(R.drawable.icon_zhan_name_orange, null);
256 256
                drawable.setBounds(0, 0, drawable.getMinimumWidth(), drawable.getMinimumHeight());
257 257
                tv_zhuang_num.setCompoundDrawables(drawable, null, null, null);
@ -523,7 +523,7 @@ public class ChargingStatusActivity extends Activity implements View.OnClickList
523 523
524 524
            @Override
525 525
            public void onResponse(String response) {
526
                LogUtils.e("end--" + response);
526
              //  LogUtils.e("end--" + response);
527 527
                String rtnCode = JsonUtils.getKeyResult(response, "rtnCode");
528 528
                String rtnMsg = JsonUtils.getKeyResult(response, "rtnMsg");
529 529
                if ("01".equals(rtnCode)) {
@ -552,9 +552,9 @@ public class ChargingStatusActivity extends Activity implements View.OnClickList
552 552
        if (activity != null && !activity.isFinishing()) {
553 553
            dialog.show();
554 554
        }
555
        Log.e("hyc","userId:"+MainApplication.userId);
556
        Log.e("hyc","userPassword:"+MainApplication.userPassword);
557
        Log.e("hyc","ORDERID:"+orderId);
555
//        Log.e("hyc","userId:"+MainApplication.userId);
556
//        Log.e("hyc","userPassword:"+MainApplication.userPassword);
557
//        Log.e("hyc","ORDERID:"+orderId);
558 558
        try_count++;
559 559
        OkHttpUtils.get()
560 560
                .url(UrlConstants.QUERY_NOT_CLOSE)
@ -576,9 +576,9 @@ public class ChargingStatusActivity extends Activity implements View.OnClickList
576 576
577 577
                    @Override
578 578
                    public void onResponse(String response) {
579
                        Log.e(this.getClass().getName()+"hyc ","chargingEnd2--response--"+response);
579
                        //Log.e(this.getClass().getName()+"hyc ","chargingEnd2--response--"+response);
580 580
581
                        LogUtils.e("hyc end--" + response);
581
                       // LogUtils.e("hyc end--" + response);
582 582
                        String rtnCode = JsonUtils.getKeyResult(response, "rtnCode");
583 583
                        String rtnMsg = JsonUtils.getKeyResult(response, "rtnMsg");
584 584
@ -809,7 +809,7 @@ public class ChargingStatusActivity extends Activity implements View.OnClickList
809 809
            e.printStackTrace();
810 810
        }
811 811
        String url = MainApplication.url + "/zhannew/basic/web/index.php/car/my?userid=" + MainApplication.userId + "&order=1" + "&token=" + token;
812
        Log.e("TAG -- hyc", "getCarOwnerCertificateList: " + url);
812
      //  Log.e("TAG -- hyc", "getCarOwnerCertificateList: " + url);
813 813
        OkHttpUtils.get().url(url).build().connTimeOut(6000).readTimeOut(6000).execute(new StringCallback() {
814 814
815 815
            @Override

+ 8 - 8
app/src/main/java/com/electric/chargingpile/activity/ConfirmOrderActivity.java

@ -86,9 +86,9 @@ public class ConfirmOrderActivity extends AppCompatActivity implements View.OnCl
86 86
        if (this != null && !this.isFinishing()) {
87 87
            mDialog.show();
88 88
        }
89
        Log.e("TAG", "requestDelayedSettlement: userid: "+MainApplication.userId );
90
        Log.e("TAG", "requestDelayedSettlement: pwd: "+ MainApplication.userPassword);
91
        Log.e("TAG", "requestDelayedSettlement: orderid: "+ orderId);
89
//        Log.e("TAG", "requestDelayedSettlement: userid: "+MainApplication.userId );
90
//        Log.e("TAG", "requestDelayedSettlement: pwd: "+ MainApplication.userPassword);
91
//        Log.e("TAG", "requestDelayedSettlement: orderid: "+ orderId);
92 92
        OkHttpUtils.get()
93 93
                .url(UrlConstants.QUERY_NOT_CLOSE)
94 94
                .addParams(com.electric.chargingpile.constant.ChargingConstants.USERID, MainApplication.userId)
@ -110,7 +110,7 @@ public class ConfirmOrderActivity extends AppCompatActivity implements View.OnCl
110 110
111 111
                    @Override
112 112
                    public void onResponse(String response) {
113
                        LogUtils.e("hyc requestDelayedSettlement--" + response);
113
                      //  LogUtils.e("hyc requestDelayedSettlement--" + response);
114 114
                        String rtnCode = JsonUtils.getKeyResult(response, "rtnCode");
115 115
                        String rtnMsg = JsonUtils.getKeyResult(response, "rtnMsg");
116 116
@ -228,7 +228,7 @@ public class ConfirmOrderActivity extends AppCompatActivity implements View.OnCl
228 228
        if (this != null && !this.isFinishing()) {
229 229
            mDialog.show();
230 230
        }
231
        Log.e("TAG_hcy", "requestComment: "+mRedEnvelopeId);
231
      //  Log.e("TAG_hcy", "requestComment: "+mRedEnvelopeId);
232 232
        OkHttpUtils.get()
233 233
                .url(UrlConstants.SETTLEMENT)
234 234
                .addParams(ChargingConstants.USERID, MainApplication.userId)
@ -249,7 +249,7 @@ public class ConfirmOrderActivity extends AppCompatActivity implements View.OnCl
249 249
250 250
                    @Override
251 251
                    public void onResponse(String response) {
252
                        LogUtils.e("SETTLEMENT=" + response);
252
                      //  LogUtils.e("SETTLEMENT=" + response);
253 253
                        String rtnCode = JsonUtils.getKeyResult(response, "rtnCode");
254 254
                        String rtnMsg = JsonUtils.getKeyResult(response, "rtnMsg");
255 255
                        dismissDialog();
@ -283,7 +283,7 @@ public class ConfirmOrderActivity extends AppCompatActivity implements View.OnCl
283 283
284 284
                    @Override
285 285
                    public void onResponse(String response) {
286
                        LogUtils.e("polling=" + response);
286
                      //  LogUtils.e("polling=" + response);
287 287
                        String rtnCode = JsonUtils.getKeyResult(response, "rtnCode");
288 288
                        String rtnMsg = JsonUtils.getKeyResult(response, "rtnMsg");
289 289
                        if (null != rtnCode) {
@ -385,7 +385,7 @@ public class ConfirmOrderActivity extends AppCompatActivity implements View.OnCl
385 385
386 386
                    @Override
387 387
                    public void onResponse(String response) {
388
                        Log.d("HYC", "onResponse: " + response);
388
                        //Log.d("HYC", "onResponse: " + response);
389 389
390 390
                        Gson gson = new Gson();
391 391
                        List<RedEnvelopeBean> datas = gson.fromJson(response, new TypeToken<List<RedEnvelopeBean>>() {

+ 1 - 1
zxing/src/main/java/com/google/zxing/client/android/CaptureActivity.java

@ -1114,7 +1114,7 @@ public final class CaptureActivity extends Activity implements SurfaceHolder.Cal
1114 1114
    }
1115 1115
1116 1116
    private void handlingOperations(String response, int interfaceType) {
1117
        LogUtils.e(interfaceType + "hyc---" + response);
1117
        LogUtils.d(interfaceType + "hyc---" + response);
1118 1118
        String rtnCode = JsonUtils.getKeyResult(response, "rtnCode");
1119 1119
        String rtnMsg = JsonUtils.getKeyResult(response, "rtnMsg");
1120 1120
        switch (rtnCode) {