Browse Source

去掉部分无用log

Pq 2 năm trước cách đây
mục cha
commit
a08e4329c8

+ 0 - 1
student/src/main/java/com/cooleshow/student/ui/web/AccompanyActivity.java

@@ -324,7 +324,6 @@ public class AccompanyActivity extends BaseMVPActivity<ActivityAccompanyBinding,
         Observable.create(new ObservableOnSubscribe<Object>() {
             @Override
             public void subscribe(@NonNull ObservableEmitter<Object> emitter) throws Throwable {
-                Log.i("pq", "saveVideoToGallery:" + Thread.currentThread().getName());
                 FileUtils.saveVideoToGallery(AccompanyActivity.this.getApplicationContext(), filePath);
             }
         }).subscribeOn(Schedulers.newThread())

+ 0 - 1
student/src/main/java/com/cooleshow/student/widgets/helper/JsInterfaceAccomPanyUtils.java

@@ -320,7 +320,6 @@ public class JsInterfaceAccomPanyUtils extends Object {
 
                 if (TextUtils.equals("cloudAccompanyMessage", api)) {
                     JSONObject content = jsonObject.getJSONObject("content");
-                    LogUtils.i("pq", "cloudAccompanyMessage:" + content.toString());
                     if (onListener != null) {
                         String accompanyUrl = content.optString("accompanyUrl");
                         onListener.saveAccompanimentMp3(accompanyUrl);

+ 0 - 1
teacher/src/main/java/com/cooleshow/teacher/ui/web/AccompanyActivity.java

@@ -330,7 +330,6 @@ public class AccompanyActivity extends BaseMVPActivity<ActivityAccompanyBinding,
         Observable.create(new ObservableOnSubscribe<Object>() {
             @Override
             public void subscribe(@NonNull ObservableEmitter<Object> emitter) throws Throwable {
-                Log.i("pq", "saveVideoToGallery:" + Thread.currentThread().getName());
                 FileUtils.saveVideoToGallery(AccompanyActivity.this.getApplicationContext(), filePath);
             }
         }).subscribeOn(Schedulers.newThread())

+ 1 - 1
teacher/src/main/java/com/cooleshow/teacher/ui/web/AccompanyFragment.java

@@ -327,7 +327,7 @@ public class AccompanyFragment extends BaseMVPFragment<FragmentAccompanyBinding,
 
     @Override
     public void onSendMessage(String message) {
-        Log.i("acc", "message:" + message);
+//        LogUtils.i("acc", "message:" + message);
         if (isDetached()) {
             return;
         }

+ 0 - 1
teacher/src/main/java/com/cooleshow/teacher/widgets/helper/JsInterfaceAccomPanyUtils.java

@@ -316,7 +316,6 @@ public class JsInterfaceAccomPanyUtils extends Object {
 
                 if (TextUtils.equals("cloudAccompanyMessage", api)) {
                     JSONObject content = jsonObject.getJSONObject("content");
-                    LogUtils.i("pq", "cloudAccompanyMessage:" + content.toString());
                     if (onListener != null) {
                         String accompanyUrl = content.optString("accompanyUrl");
                         onListener.saveAccompanimentMp3(accompanyUrl);