Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does it mean with bug report captured in android tablet?

I was playing around with my tablet and testing my program, when there was a notification that said bug report captured and whether I would like to share it. I had not seen this message before so I clicked Yes, and then I clicked OK on the warning dialog box that asked me to share it only with people I trust. After that the gmail app opened up which had a screenshot of my tablet, as well as a file attached to it called bugreport<some numbers, date and time I think>.txt. I did not send the bug report as I was not sure what it was and where it would go. However my question is,

what exactly is this bug report?

Is it generated by the code that I was testing? Or is it generated by the android system itself?

Did I trigger something unknowingly when I pressed the hardware buttons (the tablet only has 3 hardware buttons, volume up/down and power)?

I have been trying but I cannot make that message appear again, and when I search for bug*.txt using my file viewer app, I cannot find the file. Where is that .txt fil that got attached to the bug report get saved on my tablet?

like image 318
user13267 Avatar asked Sep 06 '13 01:09

user13267


People also ask

Why is my phone showing a bug report?

Save this answer. Show activity on this post. It's because you have turned on USB debugging in Developer Options. You can create a bug report by holding the power + both volume up and down.

How do I fix all the bugs on my Android?

Open up the main Android Settings app, tap Apps, choose your problematic app from the list on screen, then tap Storage and Clear Cache. For an even more severe 'reset', choose Clear Data (which returns the app back to the way it was when you first installed it). Load up the app again to see if the issue is fixed.

What is Google bug report?

Google - Security Bug Report. Report a security vulnerability. If you have found a security or an abuse risk related bug in a Google product and want to report it to us, you've come to the right place.


1 Answers

It's because you have turned on USB debugging in Developer Options. You can create a bug report by holding the power + both volume up and down.

Edit: This is what the forums say:

By pressing Volume up + Volume down + power button, you will feel a vibration after a second or so, that's when the bug reporting initiated.

To disable:

/system/bin/bugmailer.sh must be deleted/renamed.

There should be a folder on your SD card called "bug reports".

Have a look at this thread: http://forum.xda-developers.com/showthread.php?t=2252948

And this one: http://forum.xda-developers.com/showthread.php?t=1405639

like image 174
nedaRM Avatar answered Sep 24 '22 21:09

nedaRM