nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

Need more information to understand an obscure BaseHorizontalScrollView error #322

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a standard combination of CardScrollView/CardScrollAdapter. I also have 
cardScrollView.activate/deactivate calls in my activity's onStart/onStop 
methods.

I get this error (it gets printed very fast in an infinite loop):

BaseHorizontalScrollView﹕ setItem(-0.51) while deactivated.

Can someone please clarify what exactly this error complains about?

Original issue reported on code.google.com by eug...@wearableintelligence.com on 24 Dec 2013 at 3:26

GoogleCodeExporter commented 8 years ago
It appears that there was a process leak of some sort. I've already uninstalled 
my package and yet the process (ie incessant repetition of this error in 
Logcat) keeps running.

Original comment by eug...@wearableintelligence.com on 24 Dec 2013 at 6:23

GoogleCodeExporter commented 8 years ago
I am using XE12

Original comment by eug...@wearableintelligence.com on 26 Dec 2013 at 6:47

GoogleCodeExporter commented 8 years ago
Hello,

Thanks for the report! Unfortunately, I haven't been able to reproduce your 
issues... Could you try to go through a factory reset and tell us if you are 
still seeing this log statement?

Best,
Alain

Original comment by ala...@google.com on 6 Jan 2014 at 6:54

GoogleCodeExporter commented 8 years ago
I don't see this statement anymore, but then I have since rebooted the device 
multiple times.

Original comment by eug...@wearableintelligence.com on 6 Jan 2014 at 7:25

GoogleCodeExporter commented 8 years ago
Sweet, marking this issue as "WontFix" as this seem the best label at that time 
:)

Original comment by ala...@google.com on 6 Jan 2014 at 7:27

GoogleCodeExporter commented 8 years ago
"Won't fix" generally refers to acknowledged issues that won't be fixed due
to the business priorities of the product. I would use "Cannot reproduce"
as the issue is there and we just weren't able to reproduce it reliably.
But, if someone else does, all this information will be helpful for them to
pick up.

Original comment by eug...@wearableintelligence.com on 6 Jan 2014 at 7:39

GoogleCodeExporter commented 8 years ago
I also came across this issue this morning; is there any more information on it?

Original comment by jstaff...@gmail.com on 12 Feb 2014 at 3:21

GoogleCodeExporter commented 8 years ago
I just encountered this issue as well.  I'm looking to try to figure out how to 
reproduce it, and will report back if I'm able to do so. But the log message 
was being posted so fast, that IntelliJ displayed a message above the logcat 
stating something along that lines that it couldn't display all the logs.  I 
did also see a log regarding a service leak.   

Original comment by jcaccava...@gmail.com on 26 Feb 2014 at 6:04

GoogleCodeExporter commented 8 years ago
So just double checked my work, I recently just refactored a lot of my main 
MenuActivity and I forgot to unbind my ServiceConnection.  Haven't seen the 
infinite loop of log messages since then yet.  If I do, I'll report back, but 
if your seeing that message, check to make sure your unbinding the 
ServiceConnection.

Original comment by jcaccava...@gmail.com on 26 Feb 2014 at 6:18

GoogleCodeExporter commented 8 years ago
I noticed this error tends to occur when an operation that ought to be carried 
out on a UI thread isn't

Original comment by eug...@wearableintelligence.com on 26 Feb 2014 at 7:03

GoogleCodeExporter commented 8 years ago
I see this as well on my glass in an infinite loop. 

03-28 13:53:12.116: W/BaseHorizontalScrollView(463): setItem(-0.51) while 
deactivated.
03-28 13:53:12.124: W/BaseHorizontalScrollView(463): setItem(-0.51) while 
deactivated.
03-28 13:53:12.124: W/BaseHorizontalScrollView(463): setItem(-0.51) while 
deactivated.
03-28 13:53:12.124: W/BaseHorizontalScrollView(463): setItem(-0.51) while 
deactivated.
03-28 13:53:12.124: W/BaseHorizontalScrollView(463): setItem(-0.51) while 
deactivated.
03-28 13:53:12.124: W/BaseHorizontalScrollView(463): setItem(-0.51) while 
deactivated.
03-28 13:53:12.124: W/BaseHorizontalScrollView(463): setItem(-0.51) while 
deactivated.
03-28 13:53:12.124: W/BaseHorizontalScrollView(463): setItem(-0.51) while 
deactivated.

Original comment by Giridhar...@gmail.com on 28 Mar 2014 at 5:57