Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

检查崩溃计数,提升应用稳定性。 #5

Open
jarvisji opened this issue Oct 19, 2013 · 0 comments
Open

检查崩溃计数,提升应用稳定性。 #5

jarvisji opened this issue Oct 19, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@jarvisji
Copy link
Owner

上线一个月来,酷盘WP8在应用商店的下载次数已经接近400次。崩溃计数也达到130次。因此检查崩溃情况,提高应用稳定性非常重要。

根据堆栈跟踪数据,主要的异常发生在:
1、System.Net.Browser.ClientHttpWebRequest.InternalEndGetResponse, 发生system.reflection.targetinvocationexception共108次,占总崩溃次数的83%。
2、kanboxwp.MainViewModel.IsExpired,发生system.formatexception共14次,占比11%。
3、Newtonsoft.Json.JsonTextReader.ParseComment,发生newtonsoft.json.jsonreaderexception共4次,占比3%。
4、kanboxwp.Utils.FileUtil+_CreateFileInAppDataFolder_d__1b.MoveNext,发生system.unauthorizedaccessexception共4次,占比3%。

@ghost ghost assigned jarvisji Oct 19, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant