Hello.
I was trying to implement the EventLogTags in my application (building for API level 4) but couldn't get it to work. Actually i am trying to listen to the "ActivityManager" Log Tag like this
EventLogTags event = new EventLogTags();
EventLogTags.Description desc = event.get("ActivityManager");
Log.i(tag,desc.mTag);
Logging is done just to ensure i am getting the desc object properly.
But it is causing FC in the APP