This is an automated email from the ASF dual-hosted git repository.
kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git
The following commit(s) were added to refs/heads/master by this push:
new a9689bd T: delete unused code (#3117)
a9689bd is described below
commit a9689bd93a6d9f39ab26ae40467ab40dae7e0190
Author: tn <[email protected]>
AuthorDate: Thu Jan 16 14:20:14 2020 +0800
T: delete unused code (#3117)
---
android/sdk/src/main/java/org/apache/weex/performance/WXInstanceApm.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/android/sdk/src/main/java/org/apache/weex/performance/WXInstanceApm.java
b/android/sdk/src/main/java/org/apache/weex/performance/WXInstanceApm.java
index 39d9019..42de1ea 100644
--- a/android/sdk/src/main/java/org/apache/weex/performance/WXInstanceApm.java
+++ b/android/sdk/src/main/java/org/apache/weex/performance/WXInstanceApm.java
@@ -335,7 +335,6 @@ public class WXInstanceApm {
addProperty(KEY_PROPERTIES_ERROR_CODE, VALUE_ERROR_CODE_DEFAULT);
addProperty(KEY_PAGE_PROPERTIES_JSLIB_VERSION,
WXEnvironment.JS_LIB_SDK_VERSION);
addProperty(KEY_PAGE_PROPERTIES_WEEX_VERSION,
WXEnvironment.WXSDK_VERSION);
- addProperty(KEY_PAGE_PROPERTIES_WEEX_VERSION,
WXEnvironment.WXSDK_VERSION);
addStats("wxReInitCount", WXBridgeManager.reInitCount);
if (null != instance){
addProperty(KEY_PAGE_PROPERTIES_UIKIT_TYPE,
instance.getRenderType());