Confirmed users
632
edits
Line 162: | Line 162: | ||
When the user indicates an issue, the Loop client will create a ZIP file containing information that potentially pertains to the failure. For the initial set of reports, it will include the following files: | When the user indicates an issue, the Loop client will create a ZIP file containing information that potentially pertains to the failure. For the initial set of reports, it will include the following files: | ||
# ''index.txt'': Simple text file containing a JSON object. This JSON object contains indexable meta-information relating to the failure report. The format is described in [[#Index_Format]], below. | # '''index.txt''': Simple text file containing a JSON object. This JSON object contains indexable meta-information relating to the failure report. The format is described in [[#Index_Format]], below. | ||
# ''sdk_log.txt'': All entries in the Browser Console emitted by chrome://browser/content/loop/* | # '''sdk_log.txt''': All entries in the Browser Console emitted by chrome://browser/content/loop/* | ||
# ''stats.txt'': JSON object containing JSON serialization of stats object | # '''stats.txt''': JSON object containing JSON serialization of stats object | ||
# ''local_sdp.txt'': SDP body for local end of connection | # '''local_sdp.txt''': SDP body for local end of connection | ||
# ''remote_sdp.txt'': SDP body for remote end of connection | # '''remote_sdp.txt''': SDP body for remote end of connection | ||
# ''ice_log.txt'': Contents of ICE log ring-buffer | # '''ice_log.txt''': Contents of ICE log ring-buffer | ||
# ''WebRTC.log'': Contents of WebRTC log; only applicable for reports submitted mid-call. This will require activation of the WebRTC debugging mode, collection of data for several seconds, and then termination of WebRTC debugging mode. See the "Start/Stop Debug Mode" buttons on the about:webrtc panel. | # '''WebRTC.log''': Contents of WebRTC log; only applicable for reports submitted mid-call. This will require activation of the WebRTC debugging mode, collection of data for several seconds, and then termination of WebRTC debugging mode. See the "Start/Stop Debug Mode" buttons on the about:webrtc panel. | ||
# ''push_log.txt'': Logging from the Loop Simple Push module (note: this isn't currently implemented, but should be added as part of this data collection). | # '''push_log.txt''': Logging from the Loop Simple Push module (note: this isn't currently implemented, but should be added as part of this data collection). | ||
=== Index Format === | === Index Format === |