OSDN Git Service

Log blocking Binder calls to the EventLog.
authorBrad Fitzpatrick <bradfitz@android.com>
Wed, 24 Mar 2010 23:14:09 +0000 (16:14 -0700)
committerBrad Fitzpatrick <bradfitz@android.com>
Thu, 25 Mar 2010 06:57:34 +0000 (23:57 -0700)
commit2c5da313dd72c284fbc2c11839f8a452ab5ce574
tree3ab1cc50bd2ed74d7fd26861c13ad4a59cd60544
parent450e9d00ea3e8211ef2bf5c0c3eba4f5f4622193
Log blocking Binder calls to the EventLog.

This mimics what we do already for SQLiteDatabase's db_operation and
ContentProvider's content_query_operation and
content_update_operation:  over a threshold things are always logged,
and under which they're sub-sampled.

Change-Id: Ia0280b9b07b336ee88b17be2a31a7af0fd7c5770
core/java/android/content/EventLogTags.logtags
core/jni/android_util_Binder.cpp