のねのBlog

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

2012-11-28から1日間の記事一覧

freetype

190 FT_CALLBACK_DEF( FT_Error ) 191 ftc_basic_family_load_glyph( FTC_Family ftcfamily, 192 FT_UInt gindex, 193 FTC_Cache cache, 194 FT_Glyph *aglyph ) 195 { 196 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; 197 FT_Error error; 198 F…

Log: Couldn't rename file, to backup file

544 private void writeToFile(MemoryCommitResult mcr) { 545 // Rename the current file so it may be used as a backup during the next read 546 if (mFile.exists()) { 547 if (!mcr.changesMade) { 548 // If the file already exists, but no change…

am_kill too many background

14745 if (!app.killedBackground) { 14746 if (app.curAdj >= ProcessList.HIDDEN_APP_MIN_ADJ) { 14747 numHidden++; 14748 if (numHidden > mProcessLimit) { 14749 Slog.i(TAG, "No longer want " + app.processName 14750 + " (pid " + app.pid + "): h…