Closed ipfans closed 9 years ago
Hi, sometimes the lldb trunk is broken. I haven't tried compiling it in a while though so things may have changed. Maybe you should ask in the lldb-dev mailing list.
Hi, Apologies for the slightly different question. As someone who has experience in this area, I thoughts I can check with you to get some advice.
My goal is to build a separate app just to monitor FPS and other metrics on the iPhone. Specifically com.apple.xray.instrument-type.coreanimation.
Do you think this can be read from the device on a periodic bases? I am a complete beginner to iOS and any thoughts you may have will be much appreciated.
I looked at your source for connecting to an iOS Device, and you have AMDeviceStartService for various domains. I am presuming I can use this. Is this correct?
Thanks a ton, Karthik
Hi,
I tried to find informations about that at the time and couldn't find anything at all. The trouble is that I now work at Apple, on unrelated projets, but still, it would be quite awkward and dangerous for me to try to find this kind of info and talk about it ;-).
Cheers,
S.
Hi, Totally understand. I will keep plodding. Thanks for your help,Karthik
On Tuesday, 9 December 2014 5:17 PM, Sébastien Métrot <notifications@github.com> wrote:
Hi,I tried to find informations about that at the time and couldn't find anything at all. The trouble is that I now work at Apple, on unrelated projets, but still, it would be quite awkward and dangerous for me to try to find this kind of info and talk about it ;-).Cheers,S.— Reply to this email directly or view it on GitHub.
I checkout lldb svn and when compile the source code I found that ''lldb/lldb.h" is missing. and I can not find this file in lldb dir.
So is there something I missed?