Fran Aguilera

Results 4 issues of Fran Aguilera

Add new flipper plugin that reports duration of each RIB actions

Android

We have different configuration objects that are intended to be setup only once (e.g. at early app scope). The plan is to consolidate all these into a single source, so...

Android

### Description [ANR] [Leakcanary-Release] ScreenOffTrigger BroadcastReceiver ### Steps to Reproduce Running leakcanary-release and have ScreenTrigger enabled ``` description: bg anr: Broadcast of Intent { act=android.intent.action.SCREEN_ON flg=0x50200010 cmp=x/leakcanary.ScreenOffTrigger$screenReceiver$1 (has extras) }...

type: bug

Resolves https://github.com/square/leakcanary/issues/2661 **Issue** BroadcastReceiver#onReceive runs by default on the main thread. If onReceive doesn't complete in a timely manner, the system will report an Application Not Responding We've seen instances...