Re: [android-developers] Question about bug reports

2011-02-02 Thread TreKing
On Wed, Feb 2, 2011 at 5:19 PM, H wrote: > "Just to clarify, there is no "automatic report getting sent" - the user > has to send a report." > > Not quite so with the acra implementation. With one line of code you can > send a silent report of any exception - uncaught, caught or simply any piece

Re: [android-developers] Question about bug reports

2011-02-02 Thread H
"Just to clarify, there is no "automatic report getting sent" - the user has to send a report." Not quite so with the acra implementation. With one line of code you can send a silent report of any exception - uncaught, caught or simply any piece of text. As long as you mention it nicely in your

Re: [android-developers] Question about bug reports

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 10:41 PM, fourhend...@gmail.com < fourhend...@gmail.com> wrote: > How would you send the logs to a server? The same way you send any data to a server. > You mean an app that sends runtime logs to a server? I mean either A) you code it yourself to read the logs and send

Re: [android-developers] Question about bug reports

2011-02-01 Thread fourhend...@gmail.com
How would you send the logs to a server? You mean an app that sends runtime logs to a server? This sounds almost like a security issue if its a gps app or so. Or what do you mean? How would you get the logs for a crashing app for instance? On Feb 1, 2011 7:45 PM, "TreKing" wrote: > On Tue, Feb 1,

Re: [android-developers] Question about bug reports

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 9:44 PM, TreKing wrote: > Someone just posted in another thread that Log.d() is stripped in release. > I've never used it. And that other thread would be this one, first response. I need some sleep.

Re: [android-developers] Question about bug reports

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 9:36 PM, fourhend...@gmail.com wrote: > A permission to remote read the logs? No, a permission to read the logs, when you can then send to server (or Google spreadsheet using ACRA). > By the way, does the debug logger log.d work for a release app in case you > tell some

Re: [android-developers] Question about bug reports

2011-02-01 Thread fourhend...@gmail.com
A permission to remote read the logs? By the way, does the debug logger log.d work for a release app in case you tell somebody to use adb to obtain a log for you? On Feb 1, 2011 7:12 PM, "TreKing" wrote: > On Tue, Feb 1, 2011 at 8:35 PM, fourhend...@gmail.com < fourhend...@gmail.com >> wrote: > >>

Re: [android-developers] Question about bug reports

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 8:35 PM, fourhend...@gmail.com wrote: > How can these people see the logs of their apps running at customer side? There's a permission to read the logs your app can use or you can the user use a log collecting app and email it to you.

Re: [android-developers] Question about bug reports

2011-02-01 Thread fourhend...@gmail.com
Some folks here sometimes are writing stuff like, "saw that my app crashes sometimes [..] for certain users [..] looked in the logs [..] How can these people see the logs of their apps running at customer side? On Feb 1, 2011 3:34 PM, "TreKing" wrote: > On Tue, Feb 1, 2011 at 5:09 PM, Marcin Orlo

Re: [android-developers] Question about bug reports

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 5:09 PM, Marcin Orlowski wrote: > > automatic report getting sent if the app let's say - crashes? > > On Froyo and up. Check this: http://code.google.com/p/acra/ Just to clarify, there is no "automatic report getting sent" - the user has to send a report. As Marcin noted,

Re: [android-developers] Question about bug reports

2011-02-01 Thread Marcin Orlowski
> Hi I haven't released an app to the store yet. Before doing so, I wanted to > know, how is this working with users submitting bug reports? In general there's *statistically* noone doing so. You will get 1 star in market + some useless comment like "crashes", "lame", "force closes, please fix".