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

Commit

Permalink
Bug 1129831 - Send event STK_EVENT_TYPE_BROWSER_TERMINATION with term…
Browse files Browse the repository at this point in the history
…inationCause.
  • Loading branch information
weilonge authored and rvandermeulen committed Feb 17, 2015
1 parent 88cd2e7 commit 221e911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/system/js/icc_events.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ var icc_events = {
function icc_events_handleBrowserTerminationEvent(message, evt) {
DUMP(' STK Browser termination');
this.downloadEvent(message, {
eventType: icc._iccManager.STK_EVENT_TYPE_BROWSER_TERMINATION
eventType: icc._iccManager.STK_EVENT_TYPE_BROWSER_TERMINATION,
terminationCause: icc._iccManager.STK_BROWSER_TERMINATION_CAUSE_USER
});
},

Expand Down

0 comments on commit 221e911

Please sign in to comment.