-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Android] record ipc exception history and weexCoreThread stackTrace … #2826
[Android] record ipc exception history and weexCoreThread stackTrace … #2826
Conversation
|
@@ -876,6 +876,10 @@ public int callReportCrashReloadPage(String instanceId, String crashFile) { | |||
url = instance.getBundleUrl(); | |||
instance.setHasException(true); | |||
} | |||
Map<String,String> extInfo = new HashMap<>(1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
map 的 size 为啥不直接设置成 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix done
@@ -112,6 +112,7 @@ void IPCFutexPageQueue::lock(size_t id, bool checkFinish) | |||
break; | |||
} | |||
struct timespec waitTime = { m_timeoutSec, 0 }; | |||
LOGE("IPCException IPCFutexPageQueue:: start futex wait"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IPC_LOGE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix done
d0ca1e2
to
69d16a2
Compare
…when white screen or js process died/reload
69d16a2
to
47650b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[Android] record ipc exception history and weexCoreThread stackTrace when white screen or js process died/reload