のねのBlog

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

2016-11-10から1日間の記事一覧

couldn't log to binary event log: overflow

W/SurfaceFlinger: couldn't log to binary event log: overflow.Cross Reference: /frameworks/native/services/surfaceflinger/EventLog/EventLog.cpp 58 void EventLog::TagBuffer::log() { 59 if (mOverflow) { 60 ALOGW("couldn't log to binary event …

notifyActivityDrawn

Cross Reference: /frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java 3078 @Override 3079 public void notifyActivityDrawn(IBinder token) { 3080 if (DEBUG_VISIBILITY) Slog.d(TAG_VISIBILITY, "notifyActivityDr…

BatteryStatsService

system_process E/BatteryStatsService: no controller energy info suppliedCross Reference: /frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java 1390 /** 1391 * Helper method to extract the Parcelable controller …

java.lang.SecurityException: Permission Denial

GooglePlusContactsSync java.lang.SecurityException: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{f9109a2 27790: com.google.android.apps.plus/u0a81} (pid=27790, uid=10081) requires …

bugreport logcat

------ SYSTEM LOG (logcat -v threadtime -v printable -d *:v) ------adb logcat -v threadtime -v printable -d *:v>adb logcat -h Unrecognized Option h Usage: logcat [options] [filterspecs] options include: -s Set default filter to silent. Lik…