Hi all, i am creating small app in which it will open a firefox fennec open a website & when webiste is opened then i KILL (Fennec) by calling finish, but i couldn't see telemetry file created in this case. Is there any wayout for this problem statement, so that file is created as soon as i call finish() i.e. after website is opened ?
Thanks, Ravi On Sun, Jun 22, 2014 at 5:44 PM, Ravi Inder Singh <[email protected]> wrote: > Hi kats & all, > > This makes my problem statement more difficult, i am creating a > small app in which it will open a firefox fennec open a website & when > webiste is opened then i KILL (Fennec) by calling finish, but i > couldn't see telemetry file created in this case, so i asked you above > query that how telemetry file is created. > > Is there any wayout for this problem statement, so that file is > created as soon as i call finish() i.e. after website is opened ? > > > > Thanks, > Ravi > > On Sun, Jun 22, 2014 at 9:34 AM, Kartikaya Gupta <[email protected]> wrote: >> Hi Ravi, >> >> The code that saves that file is located at >> http://mxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/TelemetryFile.jsm?rev=8d3f9720851c#87 >> The code is invoked from >> http://mxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/TelemetryPing.jsm?rev=28e4d5e18cf4#1102 >> >> Hope that helps. >> >> Cheers, >> kats >> >> ----- Original Message ----- >>> From: "Ravi Inder Singh" <[email protected]> >>> To: [email protected] >>> Sent: Sunday, June 22, 2014 12:27:14 AM >>> Subject: Fwd: Telemetry code query ... >>> >>> Hi all, >>> I have simple query on Firefox on android >>> >>> On Firefox Android code (Fennec), after each iteration i.e. opening a >>> website from Fennec after you close Fennec,it will auto generate a >>> telemetry file in your profile saved-telemetry-pings directory. >>> >>> This file generated is named as a random filename. >>> >>> So i want to know where in Fennec code how this file is generated, >>> which peice to code generates this file, from where it is invoked. >>> >>> I need to know to code path leading to this file generation. >>> >>> Any help or code pointer will be helpful. >>> Or if any documentation which can help i would appreciate that one also. >>> >>> Thanks, >>> -- Ravi >>> _______________________________________________ >>> mobile-firefox-dev mailing list >>> [email protected] >>> https://mail.mozilla.org/listinfo/mobile-firefox-dev >>> _______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

