Signatur PlugIn Entwicklung

ich fertige gerade meine Diplomarbeit mit dem Thema Sichere und
beweiskräftigte elektronische Signatur in PDF-Dokumenten, und soll dabei
ein Signatur Plug-In für Acrobat schreiben. Dazu habe ich ein paar
fragen und würde mich freuen wenn jemand diese beantworten würde.
1. Wo wird DigSigBox bb definiert ?
2. Wie kann ich eine DigSigBox auf einer beliebigen Dokumentenseite an
einenm beliebigen Ort erstellen ?
3. Wie kann ich auf ein selektiertes
Signaturfeld zugreifen ?
4. Wie kann ich einen Loop über alle
vorhandenen Signaturfelder erstellen ? 5. Wie kann ich ein selektiertes
Signaturfeld löschen ?

Ich habe Dolly seit Jahren nicht mehr verwendet. Statt dessen kopiere ich ein existierendes Projekt und passe es entsprechend an - mit etwas Übung geht das am einfachsten mit einem Klartexteditor auf der XML Datei. Ansonsten kann man sich aber auch durch die tausend VC Dialoge durchfummeln. Etwa hier:
Aus der Fehlerliste die betroffene .fr Datei suchen.
Im Projektmappen Explorer die Datei ansteuern.
Zu dieser Datei die Eigenschaftenseiten - den separaten Dialog verwenden, die normalen Eigenschaften zeigen das nicht!
Benutzerdef. Buildschritt
In der Befehlszeile wo ODFRC aufgerufen wird am Ende anhängen: @MeinProjektODF.rsp
Die Datei MeinProjektODF.rsp - muss im Projekt-ordner liegen - enthält dann bei mir alle Befehlszeilen-Optionen für die .fr Dateien. Also:
/D "MEIN_DEFINE=1"
/I "C:\Adobe\ID4SDK\source\precomp\msvc"
/I "C:\sonstige pfade ..."
Die zitierte Include-Zeile sollte der Pfad zur gesuchten Datei sein, bei Standard Installation des SDK muss eventuell der Adobe Über-Ordner noch raus.
Dirk

Similar Messages

  • Digitales Signatur PlugIn PDDoc zu char* (string)

    Ich muss als Diplomarbeit (Abgabe ende der Woche) ein Signatur PlugIn für Acrobat schreiben, und muss für die Erstellung der Signatur das Secude SDK verwenden. Die Funktionen des Secude SDK'S, in einer DLL zur Verfügung gestellt, benutzen zur Berechnung der Signature einen Octet-String. ISt es Möglich ein ASFile, AVDoc, CosDoc oder PDDoc in einen String umzuwandeln, so dass es mit der Secude DLL funktioniert.
    Vielen Dank
    Sebastian Weinel
    P.S.: Ich habe das komplette Adobe SDK 5.0 und die Dokumentation des SDk 6.0

    Thanks Bernd. I have attached the screenshot file for your review

  • Adobe upgrade -signature plugins.

    Hello dear fellow members,
    we are currently using CIC sign it software Plugin in our Adobe documents (8.1.3) for signature.
    Currently we are upgrading the reader to Adobe X.
    and there comes the problem. CIC sign IT plugin in not compatiable to this version of reader.(adobe X)
    My question is, Are there any other Signature tools/plugin, that will capture the signature from (tablet PC) and load as image in the signature field.
    All possible answers and appreciated and alternate solutions are welcome.
    Note: i tried TOPAZ SigPlus - but i think i have to change my interactive form code. (am reaserching.....still
    i have to remove the signature SB keys of CIC and sue something else for Topaz.( still investigating)
    I assume, we have to code in livecycle desginer for the interactive form.
    Please ..please advise me.
    need some light.
    thanks in advance.

    A bit late, but SigPDF by Signature Perfect is supporting Acrobat X and Adobe Reader X, also the Protected Mode of ARX, supporting classic PDF documents and forms, but also Interactive Forms by Adobe (LiveCycle Forms). Selective Signing possible, recommended for Enterprises
    Signature validation of SIGPDF signatures compatible down to A 8.1.2 and AR 8.1.2 for XFA (LiveCycle Forms) and down to A6 / AR6 for classic PDF docs / forms.
    Supporting TOPAZ 1x5 LCD pads, Signotec SIGMA / OMEGA pads, "Penabled" Tablet PCs with WACOM technology (Win XP, VISTA, Win 7).
    Actually already testing for A 11 / AR 11, because we are member of the Adobe Acrobat PreRelease program
    infos at www.signature-perfect.com
    BR, Rolf Schmoldt

  • Adobe Reader Digital Signature Plugin

    Hello All,
    We had developed a adobe plugin for digital signature through smart card. The plugin works fine for Adobe Professional. I would like to know the procedure how to make it work for Adobe Reader. I found a URL http://www.adobe.com/devnet/reader/ikla.html which says to buy a license. I'm confused over DRM and non-DRM agreement.
    To make it clear, our company shall be distributing the smart card and the plugin in the enterprise market for digital signatures that need to work with both Adobe Professional and Adobe Reader. Our customers shall be probably using Adobe reader.
    Can any one let me know the procedure to make reader plugin?
    Regards,
    Madhukar

    Hi Gatis,
    Check out the Security and Digital Signature Admin Guide athttp://learn.adobe.com/wiki/download/attachments/52658564/acrobat_reader_security_9x.pdf?v ersion=1
    http://learn.adobe.com/wiki/download/attachments/52658564/acrobat_reader_security_9x.pdf?v ersion=1
    Once you get the file open look at section 5.3.4.4
    The folder path has to exist, but Acrobat will create the file if it's missing. For example, if you want to save the file to C:\LogFile\digSigLog.txt the folder LogFile would have to exist on the C drive, but the log file itself will get created if it's not there already.
    When you type in the file path and name in the Edit Binary Value dialog in regedit, make sure you null terminate the string by typing a zero at the end of the hex data on the left side of the dialog. It will look like a dot on the right side, but it's not really a dot (a dot is 2E in hex).
    Steve

  • Digital Signature plugin issue.

    Hi All, I have written a Plugins for digital signature , I got two  problems i) My plugin callback functions is not getting called when i  tried to sign the document ,  i have used PubsecHandler and register it.  It means default plugin is being called by acrobat. ii) Since I am  using Acrobat xi , plugin doesn't support  SHA1 hash algorithm, which  my  smartcard support. So Any body help me to find  out i)why my  implemented callback routines are not being called  ii) Is there any way  so that  I acrobat xi supports SHA1 hash algorithm.

    I think you misunderstand my problem, I simply wants, my plugins call back function should be called from acrobat while signing the document rather than default digsig function.
                                                      The default digsig call back function calls the microsoft cryptographic APIs to get the certificate, signing the doc or verification of signature rather than my cryptographic APIs (which is card specific). e
    I'm able to see Register/UnRegister() call when a PDF document is opened/closed and confirm that my plugin is loaded. However when I click on sign button there are no calls in my plugin. All my PubSec API's are successfully exported.
    Am I missing any basic requirement in my plugin that shall enable for signing. Any help in this regard is much useful.
    Regards,
    Raut

  • Suchen Entwickler für PlugIn-Entwicklung für InDesign CS3 innerhalb einer Woodwing SCE-Umgebung ...

    Hallo allerseits,
    hier ein aktuelles Projekt, das wir ausgeschrieben haben:
    »Unser Auftraggeber aus der Verlagsbranche benötigt ein PlugIn bzw. JavaScript für Adobe InDesin CS3 innerhalb einer Woodwing Smart Connection Enterprise-Umgebung, welches automatisch bestimmte Metadaten aus platzierten Bildern ausliest und diese Informationen in einem Textrahmen auf den jeweiligen (Doppel-) Seiten darstellt.«
    Mehr Infos unter: http://www.osxpert.net/projekte/projektdetail.php?ProjUniqueKey=70c8b16e
    Freue mich sehr auf Feedback!
    Grüße
    - Ilias

  • Save not working on 'Clear signature' in Acrobat 9!

    We have a custom Digital Signature plugin in which 'DSDoSave' and 'DSDoSaveAs' callbacks are implemented.
    In Acrobat 9 (Standard), we are able to craete the custom signature that gets saved/committed in the PDF.
    Next time when we open that PDF and select 'Clear Signature' option from the right-click context menu, the sign gets cleared off.
    When we click on 'Save', the 'DSDoSave' callback is executed which has this line:-
         ASBool bRetVal = CALL_REPLACED_PROC(gAcroViewHFT, AVDocDoSaveSEL, DSDoSave) (avDoc);
    So, it appears that the PDF is saved with the cleared signature, which infact isn't. When we open that PDF next time, it still contains the digital signature.
    However, if click on 'Save As' and save it as a new PDF, that one gets saved with the signature cleared which is as expected.
    Any ideas/suggestions on how to get the PDF saved with the cleared signature on 'Save click'?

    Thanks Irosenth for ur reply, but I still have a question.
    When i open any PDF from local disk, clear the sign and save it, it works!!
    However, the same operation is not working in our system scenario...(i.e when we open a PDF from our server).
    Could you let me know how to save the cleared sig state in the AVDoc or PDDoc object? Because as I last updated, AVDoc object
    is passed to DSDoSave on Save click.
    I appreciate any inputs on this.

  • Acrobat X plugin running in Browser cannot save pdf files locally

    Hi,
    I have a Digital Signature plugin written for Acrobat X and it handles both signature creation and verification. When a PDF with digital signatures is opened in a browser (specifically IE8, IE9) acrobat X runs in browser mode and it calls our digital signature plugin. Our plugin then saves the online PDF to local disk using the following Acrobat X SDK method:
    PDDocSave()
    This normally works fine without any problems under windows 7. However, there are some cases where the PDF does not get saved at all. In that case, if we try running Internet Explorer using "Run as admin", saving starts to work again. From this we have concluded that the saving functionality of our plugin requires Internet Explorer to be run as admin.
    Problem is that, for users without admin rights this behavior is not ideal.
    We have also noted that, if we try to save the PDF opened in a browser using the default save feature of acrobat X, then the save goes through successfully.
    Question is, how can we make our plugin to save the pdf the same way acrobat X does when run under browsers?  What options do we have?
    My system specs: Windows 7 64bit,   Acrobat X v.10.1.4 (occurs in 10.1.1 through 10.1.4),    IE9. 
    Thanks in advance.

    My question is then how is acrobat itslef able to save the same pdf locally at the same destination without any problems. I am assuming it is using the same save api itself.
    If acrobat itself can do it, why cant a plugin running inside acrobat X.
    And if the plugin cannot achieve the same behavior as acrobat then can we conclude that for a digital signature plugin running inside acrobat X which is running in browser mode to open a PDF:
    - Acrobat X itself and the plugins which run inside it behave differently when saving an online pdf locally. And there is no way for the plugin to achieve the same behavior as acrobat itself in this regard.
    - There is no way (either programmatically or otherwise) for the digital signature plugins, to save online PDFs locally, without either running the browser 'as admin' or adding the website, hosting the online PDF, to Trusted websites list of acrobat X.
    - User of acrobat X plugin has to either run the browser 'as admin' or add the pdf hosting website to Trusted websites list to save the opened PDF locally.
    Please confirm if my conclusions are right. And in cases they aren't please explain why. Thanks for you prompt replys.

  • AcrobatX Plugin crash in Browsers

    Hi,
    We have a digital signature plugin for signing and verifiction of digital signatures. It works fine in acrobat x, however, when a pdf is opened in a browser especially IE 9 -- (IE 8 seldom crashes) and FF also occasionally crashes, but IE 9 crashes all the time -- and we close IE brower or close the tab with pdf, then the browser crashes.
    There are other occasions, like, opening of pdf's in the same tab or IE 9 session one after the other, and suddenly IE would crash.
    In our plugin we have put checks at verification and signature creation callbacks to see if we are running in a browser and if yes, then we simply cancel the verification/signature process and show the user a message dialog (using AVAlertNote()). thats all we are doing related to browsers.
    I have tried many approaches, like:
    - trying to get the last method that crashed, but no success.
    - removing callbacks one by one to check which one might be causing the issue.
    - looking at acrobat sdk function specification to see if there is any issue in my using of those functions.
    but still no luck.
    I need your help to resolve this issue as soon as possible.
    Thanks

    Open up a formal support request for this type of issue…

  • Safari crashes, iphoto dosent work ??

    The last month my Mac book has changed, safari crashes all the time, iphoto dosent work to open = can not see my photos anymore. Everytime
    I open Iphoto is stands "The library is not compatible with iPhoto." Even sometimes Itunies crashes, but mostely it works.
    The biggest problem is safari, especially with Facebook and youtube. I tryied to change to Firefox and it works a little bit better, but also sometimes
    crashes. Except for that, sometime's a sine comes up in the screan, where you can read " Turn off your computer immediately", in that case, turning of the
    computer is the only option. Have my computer got virus?

    Okey good, the same I was talking about!
    2012-08-17 00:23:42,965 UserEventAgent: Machine active for 1537 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 1537
    com.apple.message.summarize: YES
    2012-08-17 10:23:32,198 airportd: [most time: (0.754467) _scan] trace: (
        "(0.754467) _scan",
        "(0.017932) _keychain",
        "(0.700286) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.535524
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 0B06D1A6-1EED-4865-A77E-A1ADC3690F93
    2012-08-17 10:23:32,230 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017131
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 6606F0B7-35E6-4C06-B56D-E265B5EB5EF8
    2012-08-17 10:23:43,282 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-17 10:23:43,295 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-17 11:05:20,831 UserEventAgent: Machine active for 2525 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 2525
    com.apple.message.summarize: YES
    2012-08-17 11:16:34,971 airportd: [most time: (1.076274) _association] trace: (
        "(0.753089) _scan",
        "(0.014779) _keychain",
        "(1.076274) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.913468
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 85E0D8AA-9C58-4A22-8F65-2CC7C0785C8C
    2012-08-17 11:16:35,006 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.016998
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 3D05FB6B-9C51-4B1F-8A85-CAF97AFB77EF
    2012-08-17 11:21:43,734 UserEventAgent: Machine active for 322 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 322
    com.apple.message.summarize: YES
    2012-08-17 11:30:25,328 airportd: [most time: (1.378580) _association] trace: (
        "(0.773884) _scan",
        "(0.014994) _keychain",
        "(1.378580) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 2.250184
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 41E0BE8B-33A2-4664-ADC3-AB803AEB9804
    2012-08-17 11:30:25,361 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017001
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: FC766BDD-D645-4F8D-B5E8-DFDBADF0F8E2
    2012-08-17 12:33:54,110 UserEventAgent: Machine active for 3822 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 3822
    com.apple.message.summarize: YES
    2012-08-17 12:47:18,043 airportd: [most time: (1.144916) _association] trace: (
        "(0.762024) _scan",
        "(0.014080) _keychain",
        "(1.144916) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.991190
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: EE950F14-904F-4CBA-92F9-342FC06D9591
    2012-08-17 12:47:18,077 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.015552
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: A03E5024-5D85-449B-99E8-7C84AC68F069
    2012-08-17 13:00:11,668 UserEventAgent: Machine active for 788 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 788
    com.apple.message.summarize: YES
    2012-08-17 13:32:13,431 airportd: [most time: (1.084501) _association] trace: (
        "(0.896471) _scan",
        "(0.047030) _keychain",
        "(1.084501) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 2.257628
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 82E92A0D-DDDC-44AA-8C81-C53DD540632B
    2012-08-17 13:32:13,540 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.062551
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 5D45F181-9B51-4613-A148-09F3D1743861
    2012-08-17 13:37:46,635 UserEventAgent: Machine active for 354 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 354
    com.apple.message.summarize: YES
    2012-08-17 13:55:49,751 hidd: MT gesture parser: logged scroll/zoom/rotate count
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 5
    com.apple.message.value2: 3
    com.apple.message.value3: 6
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: scroll-zoom-rotate_ctr
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: 887A98FE-91D5-4C15-AEC5-E38F9F4BA2D0
    2012-08-17 13:55:59,936 hidd: MT gesture parser: beginning logging for new device
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 1000
    com.apple.message.value2: 39
    com.apple.message.value3: 0
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: gesture_parser_checkin
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: B3F2BB47-137A-4C66-A742-C25AA7B258D0
    2012-08-17 13:56:02,436 airportd: [most time: (2.687404) _association] trace: (
        "(0.875422) _scan",
        "(0.798637) _keychain",
        "(2.687404) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 4.985756
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: CA16DD53-21C8-43C7-8C86-4576C0E34C4A
    2012-08-17 13:56:02,481 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.025695
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: FD0E0647-C6A8-48F3-8759-C3109FD9315F
    2012-08-17 14:37:00,521 UserEventAgent: Machine active for 2482 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 2482
    com.apple.message.summarize: YES
    2012-08-17 14:47:51,970 airportd: [most time: (0.990826) _association] trace: (
        "(0.770253) _scan",
        "(0.013566) _keychain",
        "(0.990826) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.843720
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 80D5A66B-EDEB-4FB1-9F6D-F47D4656DA79
    2012-08-17 14:47:52,004 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.016116
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 96F3AA6D-1CCC-4C3D-95B5-38D412BBA9F9
    2012-08-17 14:47:52,311 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.024388
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 1C647924-A494-4B64-8297-2AF750292324
    2012-08-17 15:20:09,915 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 35530BB4CCB6172C0200009631B64C34
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-17 15:20:12,854 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 89243CF595122F4F47E644A1F2A2EEC8
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-17 15:20:55,577 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: DashboardClient
    com.apple.message.signature2: com.apple.dashboard.client ||| 1.8 (1.8)
    com.apple.message.signature3: 67528946782023127E8BE5732201850E
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    2012-08-17 15:22:46,615 UserEventAgent: Machine active for 2105 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 2105
    com.apple.message.summarize: YES
    2012-08-17 16:09:04,328 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: WebProcess
    com.apple.message.signature2: com.apple.WebProcess ||| 7536 (7536.25)
    com.apple.message.signature3: 9B69B8958162EA2D0D713D9422BDD0ED
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    2012-08-17 17:16:33,927 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: firefox
    com.apple.message.signature2: org.mozilla.firefox ||| 11.0 (11.0)
    com.apple.message.signature3: 6CD70F4CDA4493325B112456666ED187
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    2012-08-17 17:16:51,760 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-17 17:16:51,863 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-17 17:17:04,099 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 20D697B75AEE694DFF2D30713DBCEC68
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-17 17:17:06,772 UserEventAgent: Machine active for 6856 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 6856
    com.apple.message.summarize: YES
    2012-08-17 17:18:16,376 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-17 17:18:16,381 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-17 17:23:18,703 UserEventAgent: Machine active for 371 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 371
    com.apple.message.summarize: YES
    2012-08-17 17:23:31,161 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-17 17:23:31,166 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-17 17:27:34,042 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: firefox
    com.apple.message.signature2: org.mozilla.firefox ||| 11.0 (11.0)
    com.apple.message.signature3: 7C52E40F2A9ECF038B7A75C6F9A52545
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    2012-08-17 17:27:38,335 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-17 17:27:38,341 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-17 17:27:51,024 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: B8C31689EFE87A890746DFF52C2A23E4
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-17 17:31:35,865 UserEventAgent: Machine active for 495 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 495
    com.apple.message.summarize: YES
    2012-08-17 17:31:40,108 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-17 17:31:40,114 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-17 17:44:57,198 UserEventAgent: Machine active for 801 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 801
    com.apple.message.summarize: YES
    2012-08-17 17:45:33,796 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-17 17:45:33,801 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-17 19:18:00,253 UserEventAgent: Machine active for 5584 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 5584
    com.apple.message.summarize: YES
    2012-08-17 19:43:48,588 airportd: [most time: (1.629726) _association] trace: (
        "(0.791417) _scan",
        "(0.014802) _keychain",
        "(1.629726) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 2.500079
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 41C17514-ED16-4F18-8CA4-3B6481EC7174
    2012-08-17 19:43:48,615 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.014793
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 86CDFCF6-6E0E-4C1D-87D5-D73F8CE4D03A
    2012-08-17 19:44:26,401 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: PluginProcess
    com.apple.message.signature2: com.apple.WebKit.PluginProcess ||| 7536 (7536.25)
    com.apple.message.signature3: 644E3064288FE54CC180327A4F55188F
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-17 20:35:06,912 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 8538BA0CA3859D3DA19B850EBFEE505F
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-17 20:49:30,577 UserEventAgent: Machine active for 3956 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 3956
    com.apple.message.summarize: YES
    2012-08-17 21:01:53,035 airportd: [most time: (1.129042) _association] trace: (
        "(0.762801) _scan",
        "(0.015020) _keychain",
        "(1.129042) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.982033
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: E6652057-09B4-4DF2-8F47-0684477E1EF3
    2012-08-17 21:01:53,071 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017178
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 87DEAE7D-426B-410B-A1BF-74DB66730928
    2012-08-17 21:21:10,862 UserEventAgent: Machine active for 1173 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 1173
    com.apple.message.summarize: YES
    2012-08-17 22:33:26,469 airportd: [most time: (0.901740) _association] trace: (
        "(0.766002) _scan",
        "(0.661065) _keychain",
        "(0.901740) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 2.394329
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: CA328DF2-E5AD-4CC6-BE79-2944BED7F509
    2012-08-17 22:33:26,504 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.019471
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 57D131A9-D3F3-44D1-8F47-7F276A5C03D9
    2012-08-17 22:44:28,810 UserEventAgent: Machine active for 678 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 678
    com.apple.message.summarize: YES
    2012-08-17 22:54:24,961 airportd: [most time: (1.058880) _association] trace: (
        "(0.761836) _scan",
        "(0.014901) _keychain",
        "(1.058880) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.907707
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 89952627-AFB0-4EA9-84B6-7A3D9617379B
    2012-08-17 22:54:25,000 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017725
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 9B547A45-3AE5-4573-B2F8-05B22E4051D0
    2012-08-17 22:54:25,041 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017052
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 4E187F98-C3DE-4BE8-8D35-337933707EF7
    2012-08-17 22:57:03,584 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: WebProcess
    com.apple.message.signature2: com.apple.WebProcess ||| 7536 (7536.25)
    com.apple.message.signature3: 094FF4631D70D969D82BAFA22E1F7F93
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    2012-08-17 22:57:18,714 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: WebProcess
    com.apple.message.signature2: com.apple.WebProcess ||| 7536 (7536.25)
    com.apple.message.signature3: AC41B0D8638FA3821F72946408EEBF3E
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    2012-08-17 22:57:38,819 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 1075643A5E89C573AE673699A7226B55
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-17 22:57:43,221 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 7370A14B40F96F73B422C96117131622
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-17 23:03:39,388 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: PluginProcess
    com.apple.message.signature2: com.apple.WebKit.PluginProcess ||| 7536 (7536.25)
    com.apple.message.signature3: 5EFC000D241CAA8A6817F31D673C8402
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-18 00:03:29,469 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: F099EA4A8D992DB4E9FE5143992292A3
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-18 00:03:40,089 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: FB844D78A1543420B762BFE4A464E2D4
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-18 00:07:46,297 UserEventAgent: Machine active for 4413 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 4413
    com.apple.message.summarize: YES
    2012-08-18 00:29:27,126 UserEventAgent: Machine active for 1300 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 1300
    com.apple.message.summarize: YES
    2012-08-18 10:56:53,664 airportd: [most time: (0.753861) _scan] trace: (
        "(0.753861) _scan",
        "(0.033503) _keychain",
        "(0.641703) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.663925
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 07B5B006-DEF9-4019-9A6C-D8838E267935
    2012-08-18 10:56:53,698 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017118
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 845FBEE0-CF29-4E21-9094-1843BE17000D
    2012-08-18 11:17:54,285 UserEventAgent: Machine active for 1278 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 1278
    com.apple.message.summarize: YES
    2012-08-18 11:25:04,839 airportd: [most time: (0.868305) _association] trace: (
        "(0.857819) _scan",
        "(0.046457) _keychain",
        "(0.868305) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 2.042956
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 8477785A-F958-4421-A29B-6FC1BDD42FE9
    2012-08-18 11:25:04,960 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.064541
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: C646FD8E-6876-4D20-AC28-E684F00F3F61
    2012-08-18 12:20:35,304 UserEventAgent: Machine active for 3357 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 3357
    com.apple.message.summarize: YES
    2012-08-18 13:06:49,087 airportd: [most time: (0.762540) _scan] trace: (
        "(0.762540) _scan",
        "(0.014418) _keychain",
        "(0.580599) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.420359
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 765F77C9-211E-4D6F-9BE1-88974D44465B
    2012-08-18 13:06:49,116 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.014714
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 5ACCFE84-84FB-45FA-B052-983FE58B0E8D
    2012-08-18 13:20:55,285 UserEventAgent: Machine active for 863 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 863
    com.apple.message.summarize: YES
    2012-08-18 13:23:16,393 airportd: [most time: (3.382859) _association] trace: (
        "(0.778981) _scan",
        "(0.014907) _keychain",
        "(3.382859) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 4.250000
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 24684F66-8F85-4719-909B-F496B20E65E2
    2012-08-18 13:23:16,429 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017544
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: FE176768-9DF0-4C3D-9A2C-3A49D4B77D20
    2012-08-18 13:23:16,467 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.016413
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 55A89FE7-4F1F-49A7-A717-546A53A2381C
    2012-08-18 13:25:53,737 UserEventAgent: Machine active for 175 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 175
    com.apple.message.summarize: YES
    2012-08-18 13:30:55,807 airportd: [most time: (0.802282) _association] trace: (
        "(0.780244) _scan",
        "(0.014033) _keychain",
        "(0.802282) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.666444
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 4F84F510-936C-4B30-940D-35C7843FF2F5
    2012-08-18 13:30:55,839 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017845
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: F7F3E119-2B7D-47F3-85CF-D974A0CA2EF3
    2012-08-18 13:30:56,327 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.041705
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: CC67DCDA-3AEA-4A3C-AA00-08E723CCDDE8
    2012-08-18 13:43:10,956 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: E1CEDB22544842F48FB96BB46B510CFB
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-18 13:49:40,144 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: F916E93B8826CE969712F8FEB0BC78CD
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-18 13:58:00,543 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 47C05972DF5591952DF7A0DE3613265D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-18 15:04:08,594 UserEventAgent: Machine active for 5605 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 5605
    com.apple.message.summarize: YES
    2012-08-18 19:02:53,140 airportd: [most time: (0.757770) _scan] trace: (
        "(0.757770) _scan",
        "(0.017488) _keychain",
        "(0.596669) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.464484
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: A650FBE1-0DF5-47C8-8318-124F827B2958
    2012-08-18 19:02:53,171 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.016965
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 9F548052-8BF2-45BB-ADE8-6AD132FA46C7
    2012-08-18 19:31:06,348 hidd: MT gesture parser: logged secondary mech click count
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 1
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: mech_click_ctr
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: B3F2BB47-137A-4C66-A742-C25AA7B258D0
    2012-08-18 19:31:06,348 hidd: MT gesture parser: logged scroll/zoom/rotate count
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 33
    com.apple.message.value2: 7
    com.apple.message.value3: 9
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: scroll-zoom-rotate_ctr
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: B3F2BB47-137A-4C66-A742-C25AA7B258D0
    2012-08-18 20:30:24,837 UserEventAgent: Machine active for 5272 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 5272
    com.apple.message.summarize: YES
    2012-08-18 22:48:07,172 airportd: [most time: (0.761766) _scan] trace: (
        "(0.761766) _scan",
        "(0.015332) _keychain",
        "(0.623995) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.493165
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 426D9428-8B13-4248-BC5C-EBD9EB5617F7
    2012-08-18 22:48:07,205 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.016492
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: ED3EB940-18B8-41AD-998C-C404FD46C65E
    2012-08-18 22:54:06,653 SoftwareUpdateCheck: SWU: scan found 0 products:
    com.apple.message.uuid: 88D5FDD1-3036-46BE-AD3F-60A6DBB91B74
    com.apple.message.domain: com.apple.SoftwareUpdate.time.scan
    com.apple.message.signature: SUCCESS: http://swscan.apple.com/
    com.apple.message.result: success
    com.apple.message.value: 33.56044
    com.apple.message.value2: 610241.092
    com.apple.message.signature2: SoftwareUpdateCheck
    com.apple.message.signature3: SUScanResultCode, 2
    2012-08-18 23:54:10,755 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 6A70B892DFA981ABCE898BE1BFFE6824
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-18 23:57:04,198 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: mds
    com.apple.message.signature2: UNBUNDLED ||| ??? (???)
    com.apple.message.signature3: 276DCFFE31B0B3BEBDF9C81377212D2D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-19 00:10:34,024 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 247CD2CD8548202A45E4374A58E41247
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-19 00:11:52,332 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: F64AFA31CD77B0569D9D50222AC77619
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-19 00:27:01,084 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: C27F25752368C1389818195216A52CFA
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-19 00:27:25,098 UserEventAgent: Machine active for 5975 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 5975
    com.apple.message.summarize: YES
    2012-08-19 00:27:34,771 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-19 00:27:34,796 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-19 01:46:05,298 UserEventAgent: Machine active for 4718 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 4718
    com.apple.message.summarize: YES
    2012-08-19 01:47:03,618 hidd: MT gesture parser: logged scroll/zoom/rotate count
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 12
    com.apple.message.value2: 1
    com.apple.message.value3: 1
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: scroll-zoom-rotate_ctr
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: B3F2BB47-137A-4C66-A742-C25AA7B258D0
    2012-08-19 01:47:15,728 hidd: MT gesture parser: beginning logging for new device
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 1000
    com.apple.message.value2: 39
    com.apple.message.value3: 0
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: gesture_parser_checkin
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: FC71026B-296B-405B-BEB8-B9683590FC75
    2012-08-19 01:47:19,209 airportd: [most time: (3.334402) _association] trace: (
        "(0.849265) _scan",
        "(1.708260) _keychain",
        "(3.334402) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 7.465879
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: AA14F9E6-5B23-4DD6-B77F-A714863BFD1B
    2012-08-19 01:47:19,395 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.109034
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: D026F537-A1D7-444E-8095-61117ED71F93
    2012-08-19 01:47:19,551 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.071564
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 2306D302-A7E0-4237-8E45-E7D056C73326
    2012-08-19 01:59:42,396 UserEventAgent: Machine active for 771 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 771
    com.apple.message.summarize: YES
    2012-08-19 10:23:27,404 airportd: [most time: (0.753972) _scan] trace: (
        "(0.753972) _scan",
        "(0.036084) _keychain",
        "(0.651379) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.507353
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 4B06215D-4285-4196-A97D-E2617DDD9847
    2012-08-19 10:23:27,444 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.015412
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 1F830E13-2BCF-4E04-A8D9-4A1B8354FE33
    2012-08-19 10:25:36,596 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| ??? (1.0)
    com.apple.message.signature3: 75D0095225CD0B66E61E56237E882386
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    2012-08-19 10:30:03,814 UserEventAgent: Machine active for 412 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 412
    com.apple.message.summarize: YES
    2012-08-19 10:38:31,079 airportd: [most time: (1.140971) _association] trace: (
        "(0.766662) _scan",
        "(0.014978) _keychain",
        "(1.140971) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.991400
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: C598FC73-2105-4EBD-A973-F71A0933F209
    2012-08-19 10:38:31,111 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017211
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: F2DA1603-D8B6-4842-96F1-9335BE8658A5
    2012-08-19 10:50:00,234 ReportCrash: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: firefox
    com.apple.message.signature2: org.mozilla.firefox ||| 11.0 (11.0)
    com.apple.message.signature3: 27A720101D82F04ED94138A3C3B17AEA
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    2012-08-19 10:50:09,836 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-19 10:50:09,960 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-19 10:50:42,853 UserEventAgent: Machine active for 747 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 747
    com.apple.message.summarize: YES
    2012-08-19 10:53:41,976 airportd: [most time: (1.036375) _association] trace: (
        "(0.774221) _scan",
        "(0.015721) _keychain",
        "(1.036375) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.892587
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 4F954C7F-B085-4E3E-90EE-06CAEA2FF8F3
    2012-08-19 10:53:42,007 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.017138
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: C77A4231-8653-471D-97C3-F9A200E089B1
    2012-08-19 11:06:27,129 UserEventAgent: Machine active for 778 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 778
    com.apple.message.summarize: YES
    2012-08-19 11:22:41,217 airportd: [most time: (1.311569) _association] trace: (
        "(0.751891) _scan",
        "(0.013591) _keychain",
        "(1.311569) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 2.146217
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 21495023-7CCF-489E-A4DF-0E1761E171E1
    2012-08-19 11:22:41,252 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.016777
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 535C2C73-9F5C-48BD-B835-F429AAAC621D
    2012-08-19 12:15:46,778 UserEventAgent: Machine active for 3199 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 3199
    com.apple.message.summarize: YES
    2012-08-19 12:26:44,070 airportd: [most time: (0.766085) _scan] trace: (
        "(0.766085) _scan",
        "(0.013606) _keychain",
        "(0.628995) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.483814
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: E965AF0E-D0B8-48F4-AA33-55A5652DE8B5
    2012-08-19 12:26:44,100 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.016593
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: F395293D-0E89-4002-8695-C70A0EB79CB3
    2012-08-19 12:26:44,129 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.014972
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 4872D395-CD26-43D4-A7EB-440F39AD7D8C
    2012-08-19 12:35:19,875 UserEventAgent: Machine active for 531 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 531
    com.apple.message.summarize: YES
    2012-08-19 17:58:09,998 airportd: [most time: (1.074720) _association] trace: (
        "(0.749276) _scan",
        "(0.013747) _keychain",
        "(1.074720) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.910577
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 6A16BE9B-9A01-4382-8751-1DC2F9B009E5
    2012-08-19 17:58:10,024 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.015023
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: D33632A0-D3F3-4617-A801-77FEA0CD43ED
    2012-08-19 17:58:10,378 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 0.042437
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: 3F10BD81-70F1-471A-BE90-F149B29BDC2F
    2012-08-19 17:59:16,912 UserEventAgent: Machine active for 84 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 84
    com.apple.message.summarize: YES
    2012-08-19 18:00:33,900 CoreServicesUIAgent: com.apple.message.domain: com.apple.usage.gatekeeper.open-unsafe-executable-type
    com.apple.message.signature: com.apple.application-bundle
    2012-08-19 18:00:33,905 syspolicyd: assessment denied for app but overridden
    com.apple.message.domain: com.apple.security.assessment.outcome
    com.apple.message.signature2: bundle:org.mozilla.firefox
    com.apple.message.signature: override:no usable signature
    com.apple.message.signature3: app
    2012-08-19 18:02:03,257 hidd: MT gesture parser: beginning logging for new device
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 1000
    com.apple.message.value2: 39
    com.apple.message.value3: 0
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: gesture_parser_checkin
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: CD02FAB0-1844-4C35-9E46-A79E10AA43A0
    2012-08-19 18:02:17,523 WindowServer: displayonline
    com.apple.message.domain: com.apple.iokit.graphics.displaytype
    com.apple.message.signature: 0x610,0x9cc7(1280x800)
    com.apple.message.signature2: Color LCD
    com.apple.message.signature3: MacBookPro8,1
    com.apple.message.result: noop
    2012-08-19 18:02:17,573 airportd: [most time: (4.463694) _association] trace: (
        "(0.773209) _scan",
        "(0.014467) _keychain",
        "(4.463694) _association"
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 5.303183
    com.apple.message.value2: 5.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 4A57E624-4815-4C8E-AA05-0A431F240BB1
    2012-08-19 18:02:18,790 DumpPanic: com.apple.message.domain: com.apple.crashreporter.writereport.panic
    com.apple.message.signature: Kernel
    com.apple.message.signature2: UNBUNDLED |||
    com.apple.message.signature3: UNKNOWN
    com.apple.message.result: noop
    com.apple.message.summarize: YES
    2012-08-19 18:02:18,947 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AlreadyAssociated
    com.apple.message.result: noop
    com.apple.message.value: 1.116897
    com.apple.message.value2: 0.000000
    com.apple.message.uuid: CAAF91B5-A1DC-47D4-B628-9963E2840680
    2012-08-19 18:02:21,466 airportd: [most time: (null)] trace: (
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: Alrea

  • 2009 17" losing wifi, freezing/locking up, tried everything

    I have a 17" 2009 Macbook Pro with 2.93 GHz core 2 duo, 8 gb of DDR3 ram and a 120 gb and 500 gb SSD.
    The memory is from Crucial and the hard drives are Samsung Evo 840 pros.
    It came with Leopard, it now has Mavericks.
    In December the computer started freezing at random times and at first it could be fixed with the SMC or PRAM resets and Safe Mode. However, eventually the resets would not work right away and would need to be done 5 times in a row to get it started. The freezing was absolute in the sense that even the pinwheel quit moving and the mouse cursor was visible but locked in place. Other times, the computer wouldn't freeze or lock up but the wifi would get lost. It would still show connection bars and the wifi was turned on but no networks were available. This problem was temporarily fixed by turning off Bluetooth and removing the Bluetooth preferences. The problem came back.
    I replaced the RAM and the HD with an SSD and the problem persisted.
    I bought the brand new Airport/Time Capsule, the problem persisted.
    Upgraded to Mavericks, persisted.
    Clean install/restore back to Leopard. Upgraded to Snow Leopard 10.6 then Mountain Lion then Mavericks. Problem persisted.
    I read that the bug popped up in 10.8.5 and I needed to reset to a version before that and go straight to Mavericks. So I went back to original Leopard using factory disk, then to 10.6, then to Mavericks. Problem persists.
    I can beat the bug by disabling wifi and only connecting through ethernet. This makes this machine worthless at school. My wife's 2011 15" Pro and 2013 Air have ZERO issues with our internet or the upgrades. I have done clean installs of everything, even replacing the memory and hard drives. I am at a loss.
    How do I interpret the console readouts? I have done my research but am at a loss at how to fix this issue. Is it possible that it could be the wifi antenna in my computer? I don't understand why it works sometimes then will just lock up. I have posted the console readouts below if someone would care to interpret them for me.
    6/24/14 3:42:57.450 PM loginwindow[79]: com.apple.message.domain: com.apple.loginwindow.autologin
    com.apple.message.servers_mounted: NO
    com.apple.message.mcxmount: NO
    com.apple.message.usermount: NO
    com.apple.message.machinemount: NO
    Sender_Mach_UUID: D3C4B84F-A67B-3A42-B8A7-A69B445DD421
    6/24/14 3:43:09.291 PM SystemUIServer[155]: com.apple.message.domain: com.apple.batterymenuextra.signature
    com.apple.message.signature: None
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 466A79BA-F188-33D1-83F7-FBDA5F279B95
    6/24/14 3:43:09.291 PM SystemUIServer[155]: com.apple.message.domain: com.apple.batterymenuextra.appcount
    com.apple.message.signature: 0
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 466A79BA-F188-33D1-83F7-FBDA5F279B95
    6/24/14 4:16:21.738 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 2004
    com.apple.message.value2: 1662
    com.apple.message.value4: 1
    com.apple.message.value5: 2
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.738 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: CoreServicesUIAgent
    com.apple.message.signature2: com.apple.coreservices.uiagent ||| 101.3 (101.3)
    com.apple.message.value: 61
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.738 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: QuickLookUIHelper
    com.apple.message.signature2: com.apple.quicklook.ui.helper ||| 5.0 (622.7)
    com.apple.message.value: 12
    com.apple.message.value2: 0
    com.apple.message.value3: 2
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.739 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.WebKit.Networking
    com.apple.message.signature2: com.apple.WebKit.Networking ||| 9537 (9537.75.14)
    com.apple.message.value: 1983
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.739 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: loginwindow
    com.apple.message.signature2: com.apple.loginwindow ||| 9.0 (9.0)
    com.apple.message.value: 2004
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.739 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: plugin-container
    com.apple.message.signature2: org.mozilla.plugincontainer ||| 1.0
    com.apple.message.value: 721
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.739 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.ShareKitHelper
    com.apple.message.signature2: com.apple.ShareKitHelper ||| 1.0 (185.1)
    com.apple.message.value: 2000
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.739 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: DiskImages UI Agent
    com.apple.message.signature2: com.apple.frameworks.diskimages.diuiagent ||| 10.9 (371.1)
    com.apple.message.value: 10
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.740 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: talagent
    com.apple.message.signature2: com.apple.talagent ||| ???
    com.apple.message.value: 16
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.740 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: UserEventAgent
    com.apple.message.signature2: UNBUNDLED ||| ???
    com.apple.message.value: 1972
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.740 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.prefs.backup.remoteservice
    com.apple.message.signature2: com.apple.prefs.backup.remoteservice ||| 10.9 (2)
    com.apple.message.value: 5
    com.apple.message.value2: 0
    com.apple.message.value3: 2
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.740 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Finder
    com.apple.message.signature2: com.apple.finder ||| 10.9.3 (10.9.3)
    com.apple.message.value: 2003
    com.apple.message.value2: 51
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 3
    com.apple.message.value6: 2
    com.apple.message.value7: 723
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.741 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.dock.extra
    com.apple.message.signature2: com.apple.dock.extra ||| 1.0 (1)
    com.apple.message.value: 2000
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.741 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.WebKit.WebContent
    com.apple.message.signature2: com.apple.WebKit.WebContent ||| 9537 (9537.75.14)
    com.apple.message.value: 1822
    com.apple.message.value2: 0
    com.apple.message.value3: 8
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.741 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Console
    com.apple.message.signature2: com.apple.Console ||| 10.9 (536.100.1)
    com.apple.message.value: 72
    com.apple.message.value2: 56
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 2
    com.apple.message.value6: 1
    com.apple.message.value7: 72
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.741 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Safari
    com.apple.message.signature2: com.apple.Safari ||| 7.0.3 (9537.75.14)
    com.apple.message.value: 1984
    com.apple.message.value2: 1101
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 5
    com.apple.message.value6: 2
    com.apple.message.value7: 1619
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.741 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: System Preferences
    com.apple.message.signature2: com.apple.systempreferences ||| 13.0 (13.0)
    com.apple.message.value: 6
    com.apple.message.value2: 5
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 1
    com.apple.message.value6: 1
    com.apple.message.value7: 6
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.742 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: PluginProcess
    com.apple.message.signature2: com.apple.WebKit.PluginProcess ||| 9537 (9537.75.14)
    com.apple.message.value: 191
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.742 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: CoreLocationAgent
    com.apple.message.signature2: com.apple.CoreLocationAgent ||| 1486.12 (1486.12)
    com.apple.message.value: 0
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.742 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: NoSleep
    com.apple.message.signature2: com.protech.NoSleep ||| 1.3.3 (1.3.3)
    com.apple.message.value: 2002
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.742 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: DiskImageMounter
    com.apple.message.signature2: com.apple.DiskImageMounter ||| 10.9 (371.1)
    com.apple.message.value: 11
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.742 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: firefox
    com.apple.message.signature2: org.mozilla.firefox ||| 30.0 (3014.6.5)
    com.apple.message.value: 1213
    com.apple.message.value2: 125
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 2
    com.apple.message.value6: 1
    com.apple.message.value7: 429
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.743 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: AirPlayUIAgent
    com.apple.message.signature2: com.apple.AirPlayUIAgent ||| 2.0 (200.34.4)
    com.apple.message.value: 1991
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.743 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: NotificationCenter
    com.apple.message.signature2: com.apple.notificationcenterui ||| 1.0 (222.6)
    com.apple.message.value: 2002
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.743 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: universalaccessd
    com.apple.message.signature2: UNBUNDLED ||| ???
    com.apple.message.value: 160
    com.apple.message.value2: 0
    com.apple.message.value3: 3
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.744 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Dock
    com.apple.message.signature2: com.apple.dock ||| 1.8 (1314.11)
    com.apple.message.value: 2003
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.744 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.qtkitserver
    com.apple.message.signature2: com.apple.qtkitserver ||| 1.0 (1)
    com.apple.message.value: 831
    com.apple.message.value2: 0
    com.apple.message.value3: 2
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.745 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: SystemUIServer
    com.apple.message.signature2: com.apple.systemuiserver ||| 1.7 (395)
    com.apple.message.value: 2003
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:21.745 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: uTorrent
    com.apple.message.signature2: com.bittorrent.uTorrent ||| 1.8.4 (29971)
    com.apple.message.value: 2001
    com.apple.message.value2: 323
    com.apple.message.value3: 1
    com.apple.message.value4: 1
    com.apple.message.value5: 2
    com.apple.message.value6: 2
    com.apple.message.value7: 530
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.470 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 2
    com.apple.message.value2: 2
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.471 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.WebKit.Networking
    com.apple.message.signature2: com.apple.WebKit.Networking ||| 9537 (9537.75.14)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.471 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: loginwindow
    com.apple.message.signature2: com.apple.loginwindow ||| 9.0 (9.0)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.471 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.ShareKitHelper
    com.apple.message.signature2: com.apple.ShareKitHelper ||| 1.0 (185.1)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.471 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: UserEventAgent
    com.apple.message.signature2: UNBUNDLED ||| ???
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.472 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Finder
    com.apple.message.signature2: com.apple.finder ||| 10.9.3 (10.9.3)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 2
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.472 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.dock.extra
    com.apple.message.signature2: com.apple.dock.extra ||| 1.0 (1)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.472 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Console
    com.apple.message.signature2: com.apple.Console ||| 10.9 (536.100.1)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 2
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.473 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Safari
    com.apple.message.signature2: com.apple.Safari ||| 7.0.3 (9537.75.14)
    com.apple.message.value: 2
    com.apple.message.value2: 2
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 2
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.473 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: NoSleep
    com.apple.message.signature2: com.protech.NoSleep ||| 1.3.3 (1.3.3)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.473 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Install in Progress
    com.apple.message.signature2: com.apple.PackageKit.Install-in-Progress ||| 3.0 (332)
    com.apple.message.value: 0
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.473 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: firefox
    com.apple.message.signature2: org.mozilla.firefox ||| 30.0 (3014.6.5)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.474 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: AirPlayUIAgent
    com.apple.message.signature2: com.apple.AirPlayUIAgent ||| 2.0 (200.34.4)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.474 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: NotificationCenter
    com.apple.message.signature2: com.apple.notificationcenterui ||| 1.0 (222.6)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.475 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: universalaccessd
    com.apple.message.signature2: UNBUNDLED ||| ???
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.475 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Dock
    com.apple.message.signature2: com.apple.dock ||| 1.8 (1314.11)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.475 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: SystemUIServer
    com.apple.message.signature2: com.apple.systemuiserver ||| 1.7 (395)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:16:23.476 PM UserEventAgent[147]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: uTorrent
    com.apple.message.signature2: com.bittorrent.uTorrent ||| 1.8.4 (29971)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 2
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.170 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 329
    com.apple.message.value2: 329
    com.apple.message.value4: 0
    com.apple.message.value5: 1
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.171 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.WebKit.Networking
    com.apple.message.signature2: com.apple.WebKit.Networking ||| 9537 (9537.75.14)
    com.apple.message.value: 306
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.171 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.preference.network.remoteservice
    com.apple.message.signature2: com.apple.preference.network.remoteservice ||| 1.0 (1.0)
    com.apple.message.value: 9
    com.apple.message.value2: 0
    com.apple.message.value3: 2
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.171 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: loginwindow
    com.apple.message.signature2: com.apple.loginwindow ||| 9.0 (9.0)
    com.apple.message.value: 329
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.172 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.ShareKitHelper
    com.apple.message.signature2: com.apple.ShareKitHelper ||| 1.0 (185.1)
    com.apple.message.value: 317
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.172 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: talagent
    com.apple.message.signature2: com.apple.talagent ||| ???
    com.apple.message.value: 30
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.172 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: UserEventAgent
    com.apple.message.signature2: UNBUNDLED ||| ???
    com.apple.message.value: 296
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.173 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Disk Utility
    com.apple.message.signature2: com.apple.DiskUtility ||| 13 (517)
    com.apple.message.value: 13
    com.apple.message.value2: 13
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 1
    com.apple.message.value6: 1
    com.apple.message.value7: 13
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.173 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Finder
    com.apple.message.signature2: com.apple.finder ||| 10.9.3 (10.9.3)
    com.apple.message.value: 325
    com.apple.message.value2: 68
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 4
    com.apple.message.value6: 1
    com.apple.message.value7: 323
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.175 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.dock.extra
    com.apple.message.signature2: com.apple.dock.extra ||| 1.0 (1)
    com.apple.message.value: 317
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.176 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.WebKit.WebContent
    com.apple.message.signature2: com.apple.WebKit.WebContent ||| 9537 (9537.75.14)
    com.apple.message.value: 33
    com.apple.message.value2: 0
    com.apple.message.value3: 5
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.176 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Console
    com.apple.message.signature2: com.apple.Console ||| 10.9 (536.100.1)
    com.apple.message.value: 267
    com.apple.message.value2: 87
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 1
    com.apple.message.value6: 1
    com.apple.message.value7: 267
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.177 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Safari
    com.apple.message.signature2: com.apple.Safari ||| 7.0.3 (9537.75.14)
    com.apple.message.value: 309
    com.apple.message.value2: 122
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 4
    com.apple.message.value6: 1
    com.apple.message.value7: 307
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.177 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: System Preferences
    com.apple.message.signature2: com.apple.systempreferences ||| 13.0 (13.0)
    com.apple.message.value: 33
    com.apple.message.value2: 33
    com.apple.message.value3: 2
    com.apple.message.value4: 0
    com.apple.message.value5: 2
    com.apple.message.value6: 1
    com.apple.message.value7: 33
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.177 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: PluginProcess
    com.apple.message.signature2: com.apple.WebKit.PluginProcess ||| 9537 (9537.75.14)
    com.apple.message.value: 181
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.179 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: CoreLocationAgent
    com.apple.message.signature2: com.apple.CoreLocationAgent ||| 1486.12 (1486.12)
    com.apple.message.value: 4
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.181 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: AirPlayUIAgent
    com.apple.message.signature2: com.apple.AirPlayUIAgent ||| 2.0 (200.34.4)
    com.apple.message.value: 314
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.183 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: NotificationCenter
    com.apple.message.signature2: com.apple.notificationcenterui ||| 1.0 (222.6)
    com.apple.message.value: 328
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.183 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: universalaccessd
    com.apple.message.signature2: UNBUNDLED ||| ???
    com.apple.message.value: 217
    com.apple.message.value2: 0
    com.apple.message.value3: 3
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.183 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Dock
    com.apple.message.signature2: com.apple.dock ||| 1.8 (1314.11)
    com.apple.message.value: 329
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.184 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.qtkitserver
    com.apple.message.signature2: com.apple.qtkitserver ||| 1.0 (1)
    com.apple.message.value: 291
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:46.184 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: SystemUIServer
    com.apple.message.signature2: com.apple.systemuiserver ||| 1.7 (395)
    com.apple.message.value: 328
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.898 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 2
    com.apple.message.value2: 2
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.899 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.WebKit.Networking
    com.apple.message.signature2: com.apple.WebKit.Networking ||| 9537 (9537.75.14)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.899 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: loginwindow
    com.apple.message.signature2: com.apple.loginwindow ||| 9.0 (9.0)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.899 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.ShareKitHelper
    com.apple.message.signature2: com.apple.ShareKitHelper ||| 1.0 (185.1)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.900 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: UserEventAgent
    com.apple.message.signature2: UNBUNDLED ||| ???
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.900 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Finder
    com.apple.message.signature2: com.apple.finder ||| 10.9.3 (10.9.3)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 2
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.900 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.dock.extra
    com.apple.message.signature2: com.apple.dock.extra ||| 1.0 (1)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.903 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Console
    com.apple.message.signature2: com.apple.Console ||| 10.9 (536.100.1)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 2
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.903 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Safari
    com.apple.message.signature2: com.apple.Safari ||| 7.0.3 (9537.75.14)
    com.apple.message.value: 2
    com.apple.message.value2: 2
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 1
    com.apple.message.value6: 0
    com.apple.message.value7: 2
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.904 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Install in Progress
    com.apple.message.signature2: com.apple.PackageKit.Install-in-Progress ||| 3.0 (332)
    com.apple.message.value: 0
    com.apple.message.value2: 0
    com.apple.message.value3: 1
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.904 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: AirPlayUIAgent
    com.apple.message.signature2: com.apple.AirPlayUIAgent ||| 2.0 (200.34.4)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.905 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: NotificationCenter
    com.apple.message.signature2: com.apple.notificationcenterui ||| 1.0 (222.6)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.907 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: universalaccessd
    com.apple.message.signature2: UNBUNDLED ||| ???
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.912 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Dock
    com.apple.message.signature2: com.apple.dock ||| 1.8 (1314.11)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    6/24/14 4:38:47.912 PM UserEventAgent[178]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: com.apple.qtkitserver
    com.apple.message.signature2: com.apple.qtkitserver ||| 1.0 (1)
    com.apple.message.value: 2
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple

    Maybe ur Computer isn't compatible with iTunes's software, try updating your Windows Vista software. Or call Apple Support or visit Apple Store & tell them what's going on. They probably will be able to help you.
    Please don't try to fix the problem by own, as it will only get worst, there having been reporting problems on Windows Vista's compatibly with various softwares... iGuess your case is of them.
    Gud Luck:)

  • Can i using Adobe Reader plugin to generate signature in Reader X?

    I noticed that user can add annotation in Reader X, so i want to know if i can add signature or custom annotation in Reader X by my plug in?
    Thanks in advance.

    If the PDF is Reader Extended, yes.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 3 Nov 2011 05:48:36 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Can i using Adobe Reader plugin to generate signature in Reader X?
    Can i using Adobe Reader plugin to generate signature in Reader X?
    created by ChromeUser<http://forums.adobe.com/people/ChromeUser> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4005332#4005332

  • Verify custom plugin signature with Adobe Default Security

    Hi,
    I have a few questions using Adobe Default Security when verifying a signature.
    I've created my own signing plugin which works well. When I verify my signature it states that it is a valid signature, that the document has not been altered and that the certificate is valid. When I remove my plugin and verify the signature with the Adobe Default Security it states that the signature is invalid and that the document has been altered or corrupted. When I use the DocSign sample plugin to verify my signature it states the the signature is unknown and that the integrety has not yet been verified.
    My question are:
    Why Adobe Default Security telling me the signature is invalid instead of unknown, like the DocSign example?
    What can I do so that signature becomes unknown and not invalid when verified with Adobe Default Security?
    Why is Adobe Default Security telling me the document has been altered or corrupted, when it has not been changed?
    Regards,
    Magda

    As this can't be debugged without a copy of your plugin, files, etc. - you will need to open up a formal support ticket for this with our Developer Support.

  • Acrobat plugin on MAC for a signature device

    We are currently using a signature device from Topaz Systems Inc., on windows successfully. Topaz has a plugin for Adobe on windows, however there is none for MAC.
    Is anyone aware of any signature device on the MAC, that works with Adobe ?
    Regards
    Mahesh

    Hey davem94308135,
    Could you please let me know what version of Acrobat are you using.
    Have you tried repairing Acrobat and checked if the issue persists.
    Let me know.
    Regards,
    Anubha

  • Invalid signature in Firefox plugin

    Why "Invalid Signature" appears in a signed PDF opened in "Adobe Acrobat" plugin for Firefox? 

    Thanks for the quick reply and the workaround. I will try it out.
    --Tim                                                                                                                                                                                       

Maybe you are looking for