You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/12/06 03:15:04 UTC

[GitHub] YorkShen closed pull request #1550: Performance info is not an error, change it to debug info

YorkShen closed pull request #1550: Performance info is not an error, change it to debug info
URL: https://github.com/apache/incubator-weex/pull/1550
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/android/sdk/src/main/java/com/taobao/weex/WXSDKInstance.java b/android/sdk/src/main/java/com/taobao/weex/WXSDKInstance.java
index 77c2027aab..77794e3f2d 100644
--- a/android/sdk/src/main/java/com/taobao/weex/WXSDKInstance.java
+++ b/android/sdk/src/main/java/com/taobao/weex/WXSDKInstance.java
@@ -1270,7 +1270,7 @@ public void onRenderSuccess(final int width, final int height) {
       WXLogUtils.d(WXLogUtils.WEEX_PERF_TAG, mWXPerformance.toString());
     }
     if(!WXEnvironment.isApkDebugable()){
-      WXLogUtils.e("weex_perf",mWXPerformance.getPerfData());
+      WXLogUtils.d("weex_perf",mWXPerformance.getPerfData());
     }
   }
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services