- processName - 类 中的变量com.github.moduth.blockcanary.internal.BlockInfo
-
- ProcessUtils - com.github.moduth.blockcanary.internal中的类
-
- provideBlockThreshold() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Config block threshold (in millis), dispatch over this duration is regarded as a BLOCK.
- provideContext() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Provide application context.
- provideDumpInterval() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Thread stack dump interval, use when block happens, BlockCanary will dump on main thread
stack according to current sample cycle.
- provideMonitorDuration() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Config monitor duration, after this time BlockCanary will stop, use
with BlockCanary's isMonitorDurationEnd
- provideNetworkType() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Network type
- providePath() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Path to save log, like "/blockcanary/", will save to sdcard if can.
- provideQualifier() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Implement in your project.
- provideUid() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Implement in your project.
- provideWhiteList() - 类 中的方法com.github.moduth.blockcanary.BlockCanaryContext
-
Provide white list, entry in white list will not be shown in ui list.