Re: [android-developers] Re: Debugging beta apps

2013-02-18 Thread Kristopher Micinski
You can typically choose whether they are asked permission.  This
frequently happens if you require the user to manually send the error
report via an intent to an email app.  The advantage of this is that
you're being up front about collecting information, and farming out to
another app potentially absolves you from any grief you'd get from
otherwise requiring the internet permission.

Kris


On Mon, Feb 18, 2013 at 10:43 AM, bob  wrote:
> Well, I think the user might have to agree to report the error.
>
>
> I think they have to click a button that says something like "Send Error
> Report".
>
>
>
>
> On Sunday, February 17, 2013 4:54:57 PM UTC-6, Guy Smith wrote:
>>
>> I've read somewhere not all errors get reported there. Sorry, can't
>> remember where I read that.
>>
>> On Saturday, February 16, 2013 6:04:24 AM UTC+10, bob wrote:
>>>
>>> In the Google app Developer Control Panel, there's a link that says
>>> "Errors" sometimes.  Then you can see how your app crashed for different
>>> users.
>>>
>>>
>>>
>>> On Friday, February 15, 2013 12:40:01 PM UTC-6, dashman wrote:

 How do users debug their beta apps - once it's released
 to users. I'd like to get a better feedback than 'app crashed.

 Can users send back log files etc.

 I was thinking about using ASSERT.

 Is the java assert feature recommended or the Assert class.

 I noticed that the latter does not display a message on the screen.


 Help appreciated.

> --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Debugging beta apps

2013-02-18 Thread bob
 

Well, I think the user might have to agree to report the error.


I think they have to click a button that says something like "Send Error 
Report".




On Sunday, February 17, 2013 4:54:57 PM UTC-6, Guy Smith wrote:
>
> I've read somewhere not all errors get reported there. Sorry, can't 
> remember where I read that. 
>
> On Saturday, February 16, 2013 6:04:24 AM UTC+10, bob wrote:
>>
>> In the Google app Developer Control Panel, there's a link that says 
>> "Errors" sometimes.  Then you can see how your app crashed for different 
>> users.
>>
>>
>>
>> On Friday, February 15, 2013 12:40:01 PM UTC-6, dashman wrote:
>>>
>>> How do users debug their beta apps - once it's released 
>>> to users. I'd like to get a better feedback than 'app crashed.
>>>
>>> Can users send back log files etc.
>>>
>>> I was thinking about using ASSERT.
>>>
>>> Is the java assert feature recommended or the Assert class.
>>>
>>> I noticed that the latter does not display a message on the screen.
>>>
>>>
>>> Help appreciated.
>>>
>>>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Debugging beta apps

2013-02-17 Thread Guy Smith
Briefly: I used HockeyApp for reporting back capability, and was happy. I 
used ElusiveStars, a forum and TheBetaFamily to find testers, and got best 
results from ElusiveStars. 

A more detailed post is 
at https://groups.google.com/d/topic/android-developers/PrW2hFpZzpk/discussion. 

On Saturday, February 16, 2013 4:40:01 AM UTC+10, dashman wrote:
>
> How do users debug their beta apps - once it's released 
> to users. I'd like to get a better feedback than 'app crashed.
>
> Can users send back log files etc.
>
> I was thinking about using ASSERT.
>
> Is the java assert feature recommended or the Assert class.
>
> I noticed that the latter does not display a message on the screen.
>
>
> Help appreciated.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Debugging beta apps

2013-02-17 Thread Guy Smith
I've read somewhere not all errors get reported there. Sorry, can't 
remember where I read that. 

On Saturday, February 16, 2013 6:04:24 AM UTC+10, bob wrote:
>
> In the Google app Developer Control Panel, there's a link that says 
> "Errors" sometimes.  Then you can see how your app crashed for different 
> users.
>
>
>
> On Friday, February 15, 2013 12:40:01 PM UTC-6, dashman wrote:
>>
>> How do users debug their beta apps - once it's released 
>> to users. I'd like to get a better feedback than 'app crashed.
>>
>> Can users send back log files etc.
>>
>> I was thinking about using ASSERT.
>>
>> Is the java assert feature recommended or the Assert class.
>>
>> I noticed that the latter does not display a message on the screen.
>>
>>
>> Help appreciated.
>>
>>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Debugging beta apps

2013-02-16 Thread Digipom
A few recommendations from my experiences:

1) If you use Proguard, then keep a copy of your "proguard" folder for each 
release that you do. This will help you make sense of the market exceptions.

2) Use something like ACRA (https://github.com/ACRA/acra) to log all items 
of interest, including uncaught exceptions. This will give you a lot more 
detail than the market crash reports.

So for example, in your code you can do something like this:

void someMethod() {
   // Do something
   MyLogger.log(Something interesting...);
}

On Friday, February 15, 2013 1:40:01 PM UTC-5, dashman wrote:
>
> How do users debug their beta apps - once it's released 
> to users. I'd like to get a better feedback than 'app crashed.
>
> Can users send back log files etc.
>
> I was thinking about using ASSERT.
>
> Is the java assert feature recommended or the Assert class.
>
> I noticed that the latter does not display a message on the screen.
>
>
> Help appreciated.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Debugging beta apps

2013-02-15 Thread bob
 

Here's an image illustrating the "Errors" link:





On Friday, February 15, 2013 12:40:01 PM UTC-6, dashman wrote:
>
> How do users debug their beta apps - once it's released 
> to users. I'd like to get a better feedback than 'app crashed.
>
> Can users send back log files etc.
>
> I was thinking about using ASSERT.
>
> Is the java assert feature recommended or the Assert class.
>
> I noticed that the latter does not display a message on the screen.
>
>
> Help appreciated.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Debugging beta apps

2013-02-15 Thread bob
 

In the Google app Developer Control Panel, there's a link that says 
"Errors" sometimes.  Then you can see how your app crashed for different 
users.



On Friday, February 15, 2013 12:40:01 PM UTC-6, dashman wrote:
>
> How do users debug their beta apps - once it's released 
> to users. I'd like to get a better feedback than 'app crashed.
>
> Can users send back log files etc.
>
> I was thinking about using ASSERT.
>
> Is the java assert feature recommended or the Assert class.
>
> I noticed that the latter does not display a message on the screen.
>
>
> Help appreciated.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.