Closed Bug 1135860 Opened 9 years ago Closed 9 years ago

LogShake to Bugzilla

Categories

(Firefox OS Graveyard :: Developer Tools, defect)

ARM
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
2.2 S10 (17apr)

People

(Reporter: gerard-majax, Assigned: gerard-majax)

References

Details

(Whiteboard: [systemsfe])

Attachments

(1 file)

We need to update the MozActivity used by LogShake notifications to make sure we can not only send an email with the logs in attachments, but also share them to a bugzilla client on device.
Current trigger is 

  new MozActivity({
    name: 'new',
    data: {
      type: 'mail',
      blobs: logFiles,
      filenames: logNames
    }
  });

In ladybug I only handle the share activity (not fully implemented), I didnt feel comfortable handle 'type: email, pretty much anything more generic would be fine and I can handle it in ladybug
Attachment #8568506 - Flags: review?(janx)
So, I've just removed the type and changed the activity name from new to share. That's enough to get email still working for me, and that should make you able to implement it in your ladybug app :)
Flags: needinfo?(dale)
+1, totally works for me, cheers
Flags: needinfo?(dale)
Comment on attachment 8568506 [details] [review]
[gaia] lissyx:bug1135860 > mozilla-b2g:master

Nice, didn't expect the change to be that tiny :)
Attachment #8568506 - Flags: review?(janx) → review+
https://github.com/mozilla-b2g/gaia/commit/57303f494f33ab8eb4a43c8ab4e44fc3878c03ff
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Blocks: 1151963
No longer blocks: 1151963
Whiteboard: [systemsfe]
Target Milestone: --- → 2.2 S10 (17apr)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: