Re: [android-developers] Re: Android Market Developer Console Bugs feature

2010-05-24 Thread darkjokerz
Froyo is beta released Sent from my Verizon Wireless BlackBerry -Original Message- From: ko5tik kpriblo...@yahoo.com Date: Thu, 20 May 2010 23:35:32 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Android Market Developer Console Bugs

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread ko5tik
On 21 Mai, 07:36, yuku yuk...@gmail.com wrote: I got 8 bugs in total for my app, dated May 5, May 13, and May 21. How could those bug reports be there, when Froyo is not even released? apparently your app is used by someone who gets access to fresh android images ( well, I got onyl 2 bugs

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread westmeadboy
Does anyone know whether it works for apps not installed via the Market (but which do exists on the Market)? Hmmm, I doubt it since if it did, then all the bugs during testing would appear there... On May 21, 8:35 am, ko5tik kpriblo...@yahoo.com wrote: On 21 Mai, 07:36, yuku yuk...@gmail.com

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Kevin Gaudin
Hello, The reporting feature has been enabled on some 2.1 devices. First, a number of Droids, and now some Nexus Ones (mine for example, and I know another one in France where I live, since the 19th of May). I don't know how this activation is done, I didn't do anything special to activate it,

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread westmeadboy
I think you mistyped the first link: http://acra.googlecode.com Is there a programmatic way to check whether the new auto-reporting is enabled? Then, if its not, it would be easy to enable a tool like yours, or Flurry or whatever. On May 21, 12:08 pm, Kevin Gaudin kevin.gau...@gmail.com wrote:

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Kevin Gaudin
Thanks for correcting my typo ! I'm looking for such a way to detect the availability of the market reporting feature. I have a few ideas, based on what appears in the logcat when the reporting dialogs are invoked, but I have not been able to test them for the moment. Kevin On May 21, 12:18 pm,

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread String
On May 21, 8:51 am, westmeadboy westmead...@yahoo.co.uk wrote: Does anyone know whether it works for apps not installed via the Market (but which do exists on the Market)? It's not looking like it does. I just installed an app (which crashes) on both my Nexus One and a 2.2 emulator, and

Re: [android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Kevin Gaudin
On the preview offered by the reporting feature, there is an installed by field (or something similar) containing a package name which is com.google.android.feedback. There might be a system test on this value to send reports only for applications installed via the market. Kevin On Fri, May 21,

Re: [android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Sean Hodges
Yeah, you can't trick it like that String. It uses the Prediction API to only log bugs that it believes you don't know about. On Fri, May 21, 2010 at 11:37 AM, String sterling.ud...@googlemail.com wrote: On May 21, 8:51 am, westmeadboy westmead...@yahoo.co.uk wrote: Does anyone know whether it

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Kevin Gaudin
The ability for bug reporting has been added to AOSP 1 year ago : https://android.git.kernel.org/?p=platform/frameworks/base.git;a=commit;h=f5b9c72022f574417862e064cc0fdd8ea2d846dc Now I have some serious things to test to detect the availability of error reporting. :-) Kevin On May 21, 12:45 

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Martrinex
The new bugs feature is brilliant, it has already highlighted 3 issues with my main application. :-) should help with improving the quality of all Android apps. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Moto
I had sadly around 23 bug reports... :( My earliest bug is from Apr 4, 2010 3:17:41 PM The collection has been going on for some time I guess...? @Mr Pants The Ads issue is with quattro wireless: java.lang.NullPointerException: at

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread Zanshin
You're correct, but that's only for crashes. ANRs don't show version in the report. Again, date and version # are critical for developers to have with reports. On May 20, 12:32 pm, TreKing treking...@gmail.com wrote: On Thu, May 20, 2010 at 2:27 PM, Zanshin zanshin...@gmail.com wrote:

Re: [android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread TreKing
On Thu, May 20, 2010 at 3:17 PM, Zanshin zanshin...@gmail.com wrote: ANRs don't show version in the report. I see: This report was sent in by a pre-Froyo client, which did not include an ANR stack trace. So it looks like it requires the device to be running the new platform to support it for

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread Mr Pants
Ironically, I just get Server error. Try again when I click on the bugs link :( Teething problems perhaps? On May 20, 9:27 pm, TreKing treking...@gmail.com wrote: On Thu, May 20, 2010 at 3:17 PM, Zanshin zanshin...@gmail.com wrote:  ANRs don't show version in the report. I see: This report

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread Moto
This new feature is sick! I just found out my ads engine is a major bug cause! :) Thanks google! On May 20, 4:51 pm, Mr Pants pantssoftw...@googlemail.com wrote: Ironically, I just get Server error. Try again when I click on the bugs link :( Teething problems perhaps? On May 20, 9:27 pm,

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread Mr Pants
Woohoo working now. Moto - was you problem an OutOfMemoryException from Admob by any chance? Post here to try to push for a fix http://groups.google.com/group/admob-publisher-discuss/browse_thread/thread/8097ca33c5f1727f# I wonder how many more developer will now discover they're suffering from

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread Gabriel Simões
Before anything else, what is ANR? I couldn´t find any info related to the bug reported searching the web and the documentation :( On 20 maio, 18:23, Mr Pants pantssoftw...@googlemail.com wrote: Woohoo working now. Moto - was you problem an OutOfMemoryException from Admob by any chance?

Re: [android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread Wayne Wenthin
I am assuming Activity Not Responding. 2010/5/20 Gabriel Simões gsim...@gmail.com Before anything else, what is ANR? I couldn´t find any info related to the bug reported searching the web and the documentation :( On 20 maio, 18:23, Mr Pants pantssoftw...@googlemail.com wrote: Woohoo

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread yuku
I got 8 bugs in total for my app, dated May 5, May 13, and May 21. How could those bug reports be there, when Froyo is not even released? On May 21, 8:06 am, Wayne Wenthin wa...@fuligin.com wrote: I am assuming Activity Not Responding. 2010/5/20 Gabriel Simões gsim...@gmail.com