のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2012-09-20から1日間の記事一覧

コマンドラインのgdbclientの方法を応用し、eclipseでC言語のデバッグ

android gdb debug - のねの日記 コマンドラインのgdbclientの方法を応用し、eclipseでデバッグ - のねの日記 linuxでのgdbclientの使い方 - のねの日記 端末側 >adb shell $su #gdbserver :5039 --attach 1984 ※PID=1984とするeclipse側 C++のプロジェクト…

Skia Gpu GrFontCache

73 class GrFontCache { 74 public: 75 GrFontCache(GrGpu*); 76 ~GrFontCache(); 77 78 inline GrTextStrike* getStrike(GrFontScaler*); 79 80 void freeAll(); 81 82 void purgeExceptFor(GrTextStrike*); 83 84 // testing 85 int countStrikes() const …

gfxinfoのダンプ

d:\>adb shell dumpsys gfxinfo > gfxinfo.log Applications Graphics Acceleration Info: Uptime: 15216308 Realtime: 15274018 ** Graphics info for pid 1993 [com.android.inputmethod.latin] ** ** Graphics info for pid 2109 [com.android.smspush] *…

dalvik.vm.stack-trace-file

[http://pentan.info/android/app/data_anr_traces_txt.html:title=/data/anr/traces.txtファイルとは - [Androidアプリ/Android] ぺんたん info]

Window Layout

71 // Window types from WindowManager.LayoutParams 72 enum { 73 FIRST_APPLICATION_WINDOW = 1, 74 TYPE_BASE_APPLICATION = 1, 75 TYPE_APPLICATION = 2, 76 TYPE_APPLICATION_STARTING = 3, 77 LAST_APPLICATION_WINDOW = 99, 78 FIRST_SUB_WINDOW = 1…

thread24 WindowManager

#0 epoll_wait () at bionic/libc/arch-arm/syscalls/epoll_wait.S:10 #1 0x4013d794 in android::Looper::pollInner (this=0x59c9ff50, timeoutMillis=-1) at frameworks/native/libs/utils/Looper.cpp:218 #2 0x4013d9fc in android::Looper::pollOnce (th…