
Android CPP
文章平均质量分 86
elfylin
这个作者很懒,什么都没留下…
展开
-
Android C/CPP log
Android use UNIX Domain Socket for get debug log. usually name "tombstone_0X" and so on in /data/log/logcat/ 1. Server First , it has a socket server. it's a executable program. The code was原创 2012-03-15 23:34:58 · 3379 阅读 · 0 评论 -
get processid and threadid
We want to get the linux process id and the thread id from java. Actually there will be no directly way, because we don't know the mechanism that dalvik, at least now. but i'v got a method to get i原创 2011-12-18 22:33:26 · 2904 阅读 · 1 评论 -
Android Font
FontSet 1.FontCache.cpp FontPlatformData* FontCache::getCachedFontPlatformData( const FontDescription& fontDescription, const AtomicString& familyName, bool checkingAlternateName) {原创 2012-01-08 14:00:56 · 5752 阅读 · 1 评论 -
Webkit statistics of Android
Introduction 1.Statistics Macro "ANDROID_INSTRUMENT" 2.Classes for statistics a.TimeCounter b.TimeCounterAuto 3. method for statistics a. counting the time used for a single function. b. coun原创 2012-05-19 00:21:34 · 1257 阅读 · 0 评论 -
notes
好久没有写,不过想想就当个笔记吧! find c definition from java. 1. first in os.java implemented in Posix.java Os 2. native file: method:libcore_io_Posix.cpp NATIVE_METHOD(Posix, connect, "(Ljava/io/FileDescript原创 2014-02-07 11:18:27 · 2337 阅读 · 0 评论