Confirmed users
4,378
edits
| Line 16: | Line 16: | ||
== Design Documentation/Background Research == | == Design Documentation/Background Research == | ||
Design Documentation can be found : [http://people.mozilla.com/~lco/Crash_Reporting_B2G/R1_Crash%20Reports%20v1.pdf http://people.mozilla.com/~lco/Crash_Reporting_B2G/R1_Crash%20Reports%20v1.pdf] | Design Documentation can be found : [http://people.mozilla.com/~lco/Crash_Reporting_B2G/R1_Crash%20Reports%20v1.pdf http://people.mozilla.com/~lco/Crash_Reporting_B2G/R1_Crash%20Reports%20v1.pdf] | ||
* Plugin Crash | |||
** adb shell ps|grep plugin-container | |||
** app_0 409 109 55512 16760 ffffffff 40064330 S /system/b2g/plugin-container | |||
** adb shell kill -11 409 | |||
* b2g OS crash | |||
** adb shell ps |grep b2g | |||
** root 109 1 191120 66024 ffffffff 400fa330 S /system/b2g/b2g | |||
** adb shell kill -11 109 | |||
* browser tab crash | |||
** go to http://www.crashmybrowser.com/ | |||
* How to check crash: | |||
** checking crash: | |||
** root@android:/data/b2g/mozilla/Crash Reports/ | |||
** /data/b2g/mozilla/Crash Reports/pending folder. | |||
* Kairo's reports: | |||
** https://crash-analysis.mozilla.com/rkaiser/0000.overview.html#latest | |||
** https://crash-analysis.mozilla.com/rkaiser/2012-11-28/2012-11-28.b2g.crashes.html | |||
== System Testing == | == System Testing == | ||