のねのBlog

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

2012-10-19から1日間の記事一覧

VM exiting with result code

885 void AndroidRuntime::exit(int code) 886 { 887 if (mExitWithoutCleanup) { 888 ALOGI("VM exiting with result code %d, cleanup skipped.", code); 889 ::_exit(code); 890 } else { 891 ALOGI("VM exiting with result code %d.", code); 892 onExi…

System.err Removed xxxxxxxx

218 public static boolean updateHeaderToSpecificActivityFromMetaDataOrRemove(Context context, 219 List<Header> target, Header header) { 220 221 Intent intent = header.intent; 222 if (intent != null) { 223 // Find the activity that is in the system</header>…

Found no subtypes in a system IME

W/InputMethodManagerService( ): Found no subtypes in a system IME: com.android.inputmethod.pinyin 690 private boolean isValidSystemDefaultIme(InputMethodInfo imi, Context context) { 691 if (!mSystemReady) { 692 return false; 693 } 694 if (…

ResourceType: Failure getting entry for

W/ResourceType(): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75) resID 0x7f060000 T = 5 E = 0 ip = 0 offset = -75 言語:日本語 IME:谷歌拼音输入法(Google PinIn)にチェックが入っているとでるようだ。 言語:日本語 IME…