Skip to content

Instantly share code, notes, and snippets.

@adamcarr
Created December 9, 2013 16:55
Show Gist options
  • Save adamcarr/7875740 to your computer and use it in GitHub Desktop.
Save adamcarr/7875740 to your computer and use it in GitHub Desktop.
Activity Logging Output
Beginning activity, Data: [{"name":"PAGE_START","parent":null,"isComplete":false,"id":"55c5dfdc-1c6f-3ebb-c1ce-895322e4e83d"}], ActivityId: [null], ParentActivityId: [null] testApp.js:88
Beginning activity, Data: [{"name":"testController.INITIALIZE","parent":{"name":"PAGE_START","parent":null,"isComplete":false,"id":"55c5dfdc-1c6f-3ebb-c1ce-895322e4e83d"},"isComplete":false,"id":"a516d955-0105-3e36-b69d-bf1316bfd2d3"}], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
Setting $scope.currentDateTime to the current time: [Mon Dec 09 2013 08:52:18 GMT-0800 (PST)], Data: [undefined], ActivityId: [a516d955], ParentActivityId: [55c5dfdc] testApp.js:88
Completing activity, Data: [{"activityName":"testController.INITIALIZE"}], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
logging something while in a timeout which should be outside initialize scope, Data: [undefined], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
Appending to activity, Data: [{"name":"testController.INITIALIZE","parent":{"name":"PAGE_START","parent":null,"isComplete":false,"id":"55c5dfdc-1c6f-3ebb-c1ce-895322e4e83d"},"isComplete":true,"id":"a516d955-0105-3e36-b69d-bf1316bfd2d3"}], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
Beginning activity, Data: [{"name":"testController.TIMEOUT","parent":{"name":"testController.INITIALIZE","parent":{"name":"PAGE_START","parent":null,"isComplete":false,"id":"55c5dfdc-1c6f-3ebb-c1ce-895322e4e83d"},"isComplete":true,"id":"a516d955-0105-3e36-b69d-bf1316bfd2d3"},"isComplete":false,"id":"65ecefb3-ec43-0e78-1d5e-cb979af7f78a"}], ActivityId: [a516d955], ParentActivityId: [55c5dfdc] testApp.js:88
appending to the initialize activity, Data: [undefined], ActivityId: [65ecefb3], ParentActivityId: [a516d955] testApp.js:88
Completing activity, Data: [{"activityName":"testController.TIMEOUT"}], ActivityId: [a516d955], ParentActivityId: [55c5dfdc] testApp.js:88
Completing activity, Data: [{"activityName":"testController.INITIALIZE"}], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
logging something while in a timeout which should be outside initialize scope, Data: [undefined], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
Beginning activity, Data: [{"name":"testController.GET_TASKS_WRAPPER","parent":{"name":"PAGE_START","parent":null,"isComplete":false,"id":"55c5dfdc-1c6f-3ebb-c1ce-895322e4e83d"},"isComplete":false,"id":"70d4f0c1-25c3-4dcb-2663-63c30bfe7875"}], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
Beginning activity, Data: [{"name":"testController.GET_TASKS","parent":{"name":"testController.GET_TASKS_WRAPPER","parent":{"name":"PAGE_START","parent":null,"isComplete":false,"id":"55c5dfdc-1c6f-3ebb-c1ce-895322e4e83d"},"isComplete":false,"id":"70d4f0c1-25c3-4dcb-2663-63c30bfe7875"},"isComplete":false,"id":"934b3e01-b8eb-761c-1ef1-c318b909e6bc"}], ActivityId: [70d4f0c1], ParentActivityId: [55c5dfdc] testApp.js:88
Getting tasks, Data: [undefined], ActivityId: [934b3e01], ParentActivityId: [70d4f0c1] testApp.js:88
Completing activity, Data: [{"activityName":"testController.GET_TASKS"}], ActivityId: [70d4f0c1], ParentActivityId: [55c5dfdc] testApp.js:88
Completing activity, Data: [{"activityName":"testController.GET_TASKS_WRAPPER"}], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
XHR finished loading: "http://localhost:3000/tasks". angular.js:7073
Appending to activity, Data: [{"name":"testController.GET_TASKS","parent":{"name":"PAGE_START","parent":null,"isComplete":false,"id":"55c5dfdc-1c6f-3ebb-c1ce-895322e4e83d"},"isComplete":true,"id":"934b3e01-b8eb-761c-1ef1-c318b909e6bc"}], ActivityId: [55c5dfdc], ParentActivityId: [null] testApp.js:88
Beginning activity, Data: [{"name":"testController.GET_TASKS_COMPLETE","parent":{"name":"testController.GET_TASKS","parent":{"name":"PAGE_START","parent":null,"isComplete":false,"id":"55c5dfdc-1c6f-3ebb-c1ce-895322e4e83d"},"isComplete":true,"id":"934b3e01-b8eb-761c-1ef1-c318b909e6bc"},"isComplete":false,"id":"16ac3249-2f4c-a2c3-543f-2e9264adb800"}], ActivityId: [934b3e01], ParentActivityId: [55c5dfdc] testApp.js:88
tasks returned successfully, Data: [[{"id":1,"name":"task 1"},{"id":2,"name":"task 2"},{"id":3,"name":"task 3"}]], ActivityId: [16ac3249], ParentActivityId: [934b3e01] testApp.js:88
Completing activity, Data: [{"activityName":"testController.GET_TASKS_COMPLETE"}], ActivityId: [934b3e01], ParentActivityId: [55c5dfdc] testApp.js:88
Completing activity, Data: [{"activityName":"testController.GET_TASKS"}], ActivityId: [55c5dfdc], ParentActivityId: [null]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment