ANR from ViewPump.init(ViewPump.builder()
See original GitHub issueMy app gets sometimes an ANR from that line
ViewPump.init(ViewPump.builder()
looking like this:
“main” prio=5 tid=1 Runnable | group=“main” sCount=0 dsCount=0 flags=0 obj=0x72b266f0 self=0x7c85cc3a00 | sysTid=25641 nice=0 cgrp=default sched=0/0 handle=0x7c8a49c9b0 | state=R schedstat=( 1753354711 262386751 2208 ) utm=30 stm=145 core=0 HZ=100 | stack=0x7ff109e000-0x7ff10a0000 stackSize=8MB | held mutexes= “mutator lock”(shared held)
Not sure it’s actually the framworks fault but maybe anyone knows what this means
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
How to use builder method in io.github.inflationx.viewpump ...
Best Java code snippets using io.github.inflationx.viewpump.ViewPump.builder (Showing top 10 results out ... onCreate(); ViewPump.init(ViewPump.builder() .
Read more >io.github.inflationx.viewpump.ViewPump#init
onCreate(); ViewPump.init(ViewPump.builder() .addInterceptor(new CalligraphyInterceptor( new CalligraphyConfig.Builder() .
Read more >Calligraphy Custom fonts in Android the easy w @codeKK ...
onCreate(); ViewPump.init(ViewPump.builder() . ... CalligraphyConfig but the library will apply no default font and use the default attribute of R.attr.
Read more >Index (viewpump 1.0.0 API) - AppDoc
A B C F G I N O P R S T V W. A. addInterceptor(Interceptor) - Method in class io.github.inflationx.viewpump.ViewPump.Builder · attrs()...
Read more >android - while upgrading target sdk to 29 am getting crash in ...
Added font files and part of the code that will replace with the ... onCreate(savedInstanceState); ViewPump.init(ViewPump.builder() .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same problem is I use version 1.0 work older devices like honor or Xiaomi, but in this case, I have a problem with all-new phones with android 10, and if I use 2.0.3 version I get crash on old devices
android.view.InflateException: Binary XML file line #17 in.com.engage./abc_screen_simple: Binary XML file line #17 in.com.engage./abc_screen_simple: Error inflating class android.support.v7.widget.FitWindowsLinearLayout
I get same bug on one of my devices