lizhanwei
2020-02-11 e0e6f7cf7ebf2a6fbfea13eb0743f5e95b1dc60c
lib/src/main/java/com/anyun/exam/lib/SvrManager.java
@@ -6,6 +6,7 @@
import android.content.ServiceConnection;
import android.os.IBinder;
import android.os.RemoteException;
import android.text.TextUtils;
import android.util.Log;
import java.util.LinkedList;
@@ -73,6 +74,12 @@
        if (!checkRemoteIsNull()){
            try {
                remoteInterface.SendCmd(cmd,s);
                if(cmd == 0x8100){
                    MyLog.i(TAG,"CMD="+ String.format("0x%x",cmd) +" contentLength:"+(!TextUtils.isEmpty(s)?s.length():0));
                }else{
                    MyLog.i(TAG,"CMD="+ String.format("0x%x",cmd) +" content:"+(!TextUtils.isEmpty(s)?s:"null"));
                }
            } catch (RemoteException e) {
                e.printStackTrace();
            }