Questions tagged [debug]

Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected. Use this tag only in cases where your question is NOT development related.

Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected. Debugging tends to be harder when various subsystems are tightly coupled, as changes in one may cause bugs to emerge in another. Many books have been written about debugging (see below: Further reading), as it involves numerous aspects, including interactive debugging, control flow, integration testing, log files, monitoring (application, system), memory dumps, profiling, Statistical Process Control, and special design tactics to improve detection while simplifying changes.

Read more on Wikipedia.

68 questions
16
votes
5 answers

Bugreport location

If I have bug reports enabled in dev options and I take a bugreport from the power button menu, where are these reports saved? I see there is an option to share it, but I want to pull it directly through adb for analysis.
arcyqwerty
  • 750
  • 2
  • 10
  • 28
1
vote
1 answer

How Access to Debug mode to edit kernel in Android Phoenix OS on VMware Workstation

I search hours on internet but didn't find solution. I install Android x86 and Android Phoenix OS on VMware Workstation. Both Freezing in x86_64:/ # and Android doesn't come up But I Found Solution and it's Work. editt kernel and add this "nomodeset…
0
votes
0 answers

How to log requests to Google play services

Sometimes my battery usage gives me a very high percentage (e.g. 45%) for Google Play Services. Is there a way to log the name of the app that may be causing this problem. Please note that I am not looking for a way to clear the play services…
ubnewb
  • 51
  • 1
0
votes
1 answer

switching off finger debugging infos in android

My Android phone (sony z3, running 4.4.4) keeps showing finger tracks as well as the finger tracking debugging infos. How can I turn that off? The feature got accidentally turned on (for me unaware) while the phone was in my pocket. a screen image…
arthur
  • 103
  • 3
-2
votes
1 answer

Does testing in android device will reduce it's life?

I am an android developer. Using my moto g first gen for testing my applications. I connect the device to laptop for 12 hrs per day. Now i am planning to buy s4. Will it reduce my device's life?