Sitata / titanium-google-analytics

Google analytics for Appcelerator Titanium
MIT License
92 stars 47 forks source link

performing startup and shutdown methods regardless of current thread #30

Closed ryanluce closed 9 years ago

ryanluce commented 9 years ago

This was causing a hard to find, hard to replicate, almost race condition of sorts. The methods weren't getting called upon startup, and the app was crashing as a result. I added the same check to shutdown for solidarity.