のねのBlog

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

2014-06-26から1日間の記事一覧

LatinIME:LogUtils Dictionary info: dictionary = main:en_us ; version = xx ; date = xx

136 void Dictionary::logDictionaryInfo(JNIEnv *const env) const { 137 int dictionaryIdCodePointBuffer[HEADER_ATTRIBUTE_BUFFER_SIZE]; 138 int versionStringCodePointBuffer[HEADER_ATTRIBUTE_BUFFER_SIZE]; 139 int dateStringCodePointBuffer[HEAD…

Ignoring Content-Length since Transfer-Encoding is also defined

657 /** 658 * Prepare target file based on given network response. Derives filename and 659 * target size as needed. 660 */ 661 private void processResponseHeaders(State state, HttpURLConnection conn) 662 throws StopRequestException { 663 …