Looking at all the "diff" links inside this page:

https://android.googlesource.com/platform/frameworks/base/+/0e3328fbdd3845b0e2bec364e951498eaee6b079

you can guess all the files responsible for the meminfo display function.

For eg:

This could be the target of meminfo's source of data:

https://android.googlesource.com/platform/frameworks/base/+/0e3328fbdd3845b0e2bec364e951498eaee6b079%5E%21/#F0

And this is the actual "meminfo" data collection and printing function
(android_os_Debug.cpp):

https://android.googlesource.com/platform/frameworks/base/+/0e3328fbdd3845b0e2bec364e951498eaee6b079%5E%21/#F4




On Sun, Jan 5, 2014 at 3:25 PM, Peeyush <[email protected]> wrote:

> Hello Royston,
>
> Do you know where we find the code for "dumpsys meminfo"..
> actually i wanted to know .. how "Other Dev" section gets calculated in
> this command.
>
> Thanks..
>
> On Wednesday, August 26, 2009 8:54:29 AM UTC+5:30, Royston wrote:
>>
>> Hi All,
>>
>> The use case that I have to emulate is to inject random keypresses. I
>> have observed it that it is possible using adb shell command "input".
>> Can someone point me to the source code in the android build tree, so
>> that I can accordingly implement the same in our test app.
>>
>> Regards,
>> Royston
>> QCOM
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Regards,
Peter Teoh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to