のねのBlog

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

2013-12-12から1日間の記事一覧

static_cast

Regular cast vs. static_cast vs. dynamic_cast

break WebCore::Font::update

b WebCore::Font::update b android_webview::AwContents::AwContents b android_webview::AwContents::~AwContents b WebCore::SimpleFontData::~SimpleFontData

Locale update completed

3142 private void upgradeLocaleData(SQLiteDatabase db, boolean rebuildSqliteStats) { 3143 final Locale locale = Locale.getDefault(); 3144 Log.i(TAG, "Upgrading locale data for " + locale 3145 + " (ICU v" + ICU.getIcuVersion() + ")"); 3146 …

ConfigurationChange

384 static void onConfigurationChanged(ANativeActivity* activity) { 385 struct android_app* android_app = (struct android_app*)activity->instance; 386 LOGV("ConfigurationChanged: %p\n", activity); 387 android_app_write_cmd(android_app, APP…