DEBUGGING

ADB commonly used commands

Introduction ADB is a command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device. It [...]

2022-07-15T17:17:21+05:30Categories: Android|Tags: |

Configuration Options for Debugging Linux Kernel

Linux supports various configuration options for debugging Linux Kernel. Some of these options are not supported on all the platforms. Some of the available configuration options are CONFIG_DEBUG_KERNEL This option just makes other debugging options available; it should be turned on but does not, by itself, enable any features. CONFIG_DEBUG_SLABThis [...]

2023-10-31T11:45:48+05:30Categories: Linux|Tags: |
Go to Top