Searched refs:debugging (Results 1 – 21 of 21) sorted by relevance
12 7) [Debugging in the Shell](debugging.md)
8 debugging problems that arise (especially in dogfood). The Shell uses the same efficient Protolog
63 // enough for debugging purposes.
16 # debugging stack traces.
26 // permission for the purpose of debugging photos.
100 // A workstation that connects to the phone for debugging is identified by
66 // message for debugging if there is an error.
42 …ard logs that will print to logcat. Should only be used temporarily for debugging. See [KeyguardCo…
220 // but is not authorized to be used outside of debugging.
1003 void setDebugging(boolean debugging) { in setDebugging() argument1004 mDebugging = debugging; in setDebugging()1005 mWindowProcessController.setDebugging(debugging); in setDebugging()
1693 final boolean debugging = (r.curApp != null && r.curApp.isDebugging()); in broadcastTimeoutLocked()1700 if (!debugging) { in broadcastTimeoutLocked()1741 if (!debugging && app != null) { in broadcastTimeoutLocked()
24 2. Enable the Window Orientation Listener debugging data log.
1 # Preserve line number information for debugging stack traces.
193 for debugging purposes.
4 # Preserve line number information for debugging stack traces.
125 to confusion. When debugging using **adb remount** it is
142 for debugging purposes.
548 public void setDebugging(boolean debugging) { in setDebugging() argument549 mDebugging = debugging; in setDebugging()
378 > Send SIGSTOP to the service immediately before exec is called. This is intended for debugging.379 See the below section on debugging for how this can be used.1002 Below is an example of dynamically debugging logd via the above:
278 … this logging information in the backtraces it generates. This can make debugging far easier. If y…
5029 // OPEN: Settings > Developer options > USB debugging > Info dialog5034 // OPEN: Settings > Developer options > Revoke USB debugging authorizations > Info dialog