For the most part, you'll need to modify the specific app or part of the system that you want to monitor. The activity manager does keep some usage stats that you may be able to use for time spent in activities.
On Thu, Sep 17, 2009 at 1:07 AM, sushil <[email protected]> wrote: > > Hello, > I want to log follwing events in Android. > 1) URL typed in browser and also URL for redirected page, response > code of request. > 2) Download initiated by browser, in that what is MIME type of > content, content size(Bytes) > 3)Track a particular activity, for exmple how much time User was > playing Games. > 4) Receive call back when Music , Video started , paused or stopped. > 5) Log position of activity Icon in Launcher activity. > 6) Some Network related parameters Like Received Signal Strength, > Carrier-to-Interference ratio (EVDO),Signal-to-Noise ratio (GSM),Cell > tower ID,RF channel number etc. > > Please Help me in this regards, > > Thanks in Advance > > Regards, > Sushil > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them.
