|
|
|
|
|
by mncolinlee
4488 days ago
|
|
I would argue that debugging is also infinitely easier in the Android world, since plugging a phone into USB and authorizing ADB gives you full control to see everything on the phone. You can get full logs and debug control over the hardware. You can push and pull stack traces and files to and from the device with a single, three operand command line and obtaining hardware screenshots requires only a click in IDE. Android also has a plethora of debug options hidden in a special device settings menu that can be hugely helpful for troubleshooting performance issues. |
|