Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app crash below message #215

Closed
x2hokim opened this issue Oct 24, 2014 · 3 comments
Closed

app crash below message #215

x2hokim opened this issue Oct 24, 2014 · 3 comments

Comments

@x2hokim
Copy link

x2hokim commented Oct 24, 2014

10-24 21:03:22.563: W/dalvikvm(25861): VFY: unable to resolve virtual method 8373: Lcom/bumptech/glide/load/resource/drawable/GlideDrawable;.getAlpha ()I
10-24 21:03:23.624: W/dalvikvm(25861): threadid=13: spin on suspend #1 threadid=27 (pcf=0)
10-24 21:03:24.374: W/dalvikvm(25861): threadid=13: spin on suspend #2 threadid=27 (pcf=3)
10-24 21:03:24.374: I/dalvikvm(25861): "Thread-1496" prio=5 tid=13 RUNNABLE
10-24 21:03:24.374: I/dalvikvm(25861):   | group="main" sCount=0 dsCount=0 obj=0x414c19f8 self=0xc3d1d0
10-24 21:03:24.374: I/dalvikvm(25861):   | sysTid=25885 nice=0 sched=0/0 cgrp=default handle=12776584
10-24 21:03:24.374: I/dalvikvm(25861):   | schedstat=( 0 0 0 ) utm=41 stm=2 core=0
10-24 21:03:24.374: I/dalvikvm(25861):   at java.lang.Runtime.gc(Native Method)
10-24 21:03:24.374: I/dalvikvm(25861):   at java.lang.System.gc(System.java:190)
10-24 21:03:24.374: I/dalvikvm(25861):   at com.eztogether.punch.PunchClient.run(PunchClient.java:1839)
10-24 21:03:24.374: I/dalvikvm(25861):   at java.lang.Thread.run(Thread.java:856)
10-24 21:03:24.374: I/dalvikvm(25861): "fifo-pool-thread-1" prio=5 tid=27 RUNNABLE
10-24 21:03:24.374: I/dalvikvm(25861):   | group="main" sCount=1 dsCount=0 obj=0x416c6600 self=0xef1f60
10-24 21:03:24.374: I/dalvikvm(25861):   | sysTid=25939 nice=0 sched=0/0 cgrp=default handle=15591256
10-24 21:03:24.374: I/dalvikvm(25861):   | schedstat=( 0 0 0 ) utm=6 stm=0 core=0
10-24 21:03:24.374: I/dalvikvm(25861):   at com.bumptech.glide.load.data.LocalUriFetcher.cleanup(LocalUriFetcher.java:~57)
10-24 21:03:24.374: I/dalvikvm(25861):   at com.bumptech.glide.load.model.ImageVideoModelLoader$ImageVideoFetcher.cleanup(ImageVideoModelLoader.java:102)
10-24 21:03:24.374: I/dalvikvm(25861):   at com.bumptech.glide.load.engine.SourceResourceRunner.decodeFromSource(SourceResourceRunner.java:187)
10-24 21:03:24.374: I/dalvikvm(25861):   at com.bumptech.glide.load.engine.SourceResourceRunner.runWrapped(SourceResourceRunner.java:144)
10-24 21:03:24.374: I/dalvikvm(25861):   at com.bumptech.glide.load.engine.SourceResourceRunner.run(SourceResourceRunner.java:123)
10-24 21:03:24.374: I/dalvikvm(25861):   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
10-24 21:03:24.374: I/dalvikvm(25861):   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
10-24 21:03:24.374: I/dalvikvm(25861):   at java.util.concurrent.FutureTask.run(FutureTask.java:137)
10-24 21:03:24.374: I/dalvikvm(25861):   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
10-24 21:03:24.374: I/dalvikvm(25861):   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
10-24 21:03:24.374: I/dalvikvm(25861):   at java.lang.Thread.run(Thread.java:856)
10-24 21:03:24.374: I/dalvikvm(25861):   at com.bumptech.glide.load.engine.executor.FifoPriorityThreadPoolExecutor$DefaultThreadFactory$1.run(FifoPriorityThreadPoolExecutor.java:52)
10-24 21:03:25.125: W/dalvikvm(25861): threadid=13: spin on suspend #3 threadid=27 (pcf=3)
@TWiStErRob
Copy link
Collaborator

Can you please provide more information?

@sjudd
Copy link
Collaborator

sjudd commented Oct 24, 2014

I don't think this is actually a stack trace of a crash, it's just listing the current state of each thread?

10-24 21:03:22.563: W/dalvikvm(25861): VFY: unable to resolve virtual method 8373: Lcom/bumptech/glide/load/resource/drawable/GlideDrawable;.getAlpha ()I

Isn't an exception either, that's just what happens when install an apk that targets a newer sdk on an older version of Android.

@sjudd
Copy link
Collaborator

sjudd commented Nov 4, 2014

Since we haven't heard from you in a while I'm going to close this for now. If you can still reproduce the crash, please re-open and attach a stack trace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants