OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DBG_LEVEL
(Results
1 - 2
of
2
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/
AKFS_Common.h
35
#define
DBG_LEVEL
DBG_LEVEL4
64
#ifndef
DBG_LEVEL
65
#define
DBG_LEVEL
DBG_LEVEL0
106
(((level) <=
DBG_LEVEL
) \
/packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java
92
* (PhoneApp.
DBG_LEVEL
>= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1)
94
* (PhoneApp.
DBG_LEVEL
>= 2)
97
* ***** DO NOT SUBMIT WITH
DBG_LEVEL
> 0 *************
99
/* package */ static final int
DBG_LEVEL
= 0;
102
(PhoneGlobals.
DBG_LEVEL
>= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
103
private static final boolean VDBG = (PhoneGlobals.
DBG_LEVEL
>= 2);
[
all
...]
Completed in 107 milliseconds