Darin726 commented on a change in pull request #2826: [Android] record ipc
exception history and weexCoreThread stackTrace …
URL: https://github.com/apache/incubator-weex/pull/2826#discussion_r313765655
##########
File path:
android/sdk/src/main/java/com/taobao/weex/bridge/WXBridgeManager.java
##########
@@ -876,6 +876,10 @@ public int callReportCrashReloadPage(String instanceId,
String crashFile) {
url = instance.getBundleUrl();
instance.setHasException(true);
}
+ Map<String,String> extInfo = new HashMap<>(1);
Review comment:
map 的 size 为啥不直接设置成 2
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services