/packages/services/Telephony/src/com/android/phone/ |
CdmaDisplayInfo.java | 30 private static final boolean DBG = (SystemProperties.getInt("ro.debuggable", 0) == 1);
|
CallStateMonitor.java | 44 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
|
InCallScreenShowActivation.java | 49 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1); 97 && (SystemProperties.getInt("ro.debuggable", 0) == 1)) {
|
/sdk/ |
changes.txt | 66 * Find hardcoded android:debuggable attributes on <application> 158 - Support for true debug build. No need to change the value of debuggable in 160 "ant debug" will automatically insert debuggable==true, while "ant release" 162 If debuggable=true is set, then "ant release" will actually do a debug build.
|
/sdk/eclipse/ |
dictionary.txt | 69 debuggable
|
/build/tools/ |
post_process_props.py | 36 # If ro.debuggable is 1, then enable adb on USB by default 38 if prop.get("ro.debuggable") == "1":
|
/development/apps/Development/res/layout/ |
package_summary.xml | 60 <TextView android:id="@+id/debuggable" 62 android:text="@string/debuggable" />
|
/bootable/recovery/ |
adb_install.cpp | 65 int len = property_get("ro.debuggable", value, NULL);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
debug.rb | 106 A module that wraps token stream methods with debugging event code. A debuggable
|
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/ |
preparing.jd | 85 <li><code>android:debuggable="true"</code> ?????????? <code><application></code> ??????????</li>
|
/system/core/init/ |
property_service.c | 516 char debuggable[PROP_VALUE_MAX]; local 519 ret = property_get("ro.debuggable", debuggable); 520 if (ret && (strcmp(debuggable, "1") == 0)) {
|
/dalvik/docs/ |
debugger.html | 45 for all applications when the system property <code>ro.debuggable</code> 46 is set to </code>1</code> (use <code>adb shell getprop ro.debuggable</code> 48 manifest, which must include <code>android:debuggable="true"</code> in the
|
heap-profiling.html | 187 phone. It's only necessary for the application to be debuggable (by setting 188 <code>android:debuggable="true"</code> in the <code><application></code>
|
/frameworks/base/docs/html/tools/ |
device.jd | 76 <li>Declare your application as "debuggable" in your Android Manifest. 79 <p>In the <code>AndroidManifest.xml</code> file, add <code>android:debuggable="true"</code> to 83 should usually <em>not</em> be debuggable).</p></li>
|
/ndk/docs/text/ |
OVERVIEW.text | 334 long as your application is debuggable. 339 1. Ensure your application is debuggable (e.g. set android:debuggable
|
APPLICATION-MK.text | 84 > Note that if your application is debuggable (i.e. if your manifest 85 > sets the `android:debuggable` attribute to "`true`" in its `<application>`
|
/art/runtime/jdwp/ |
jdwp_adb.cc | 220 * debuggable *and* adbd isn't running. Still, for the sake 223 * the debuggable flag set.
|
/development/apps/Development/res/values/ |
strings.xml | 83 <string name="debuggable"><i>debuggable</i></string>
|
/frameworks/base/docs/html/tools/building/ |
building-eclipse.jd | 83 <li>Ensure that your application is debuggable by setting the 84 <code>android:debuggable</code> attribute of the <code><application></code>
|
/packages/apps/Settings/src/com/android/settings/ |
AppPicker.java | 96 // are marked as debuggable. Otherwise (for platform development)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 293 * @param debuggable the debuggable value of the app's manifest, or null if not set. 300 String packageName, String debugPackageName, Boolean debuggable, 310 debugPackageName, launchAction, apk, debuggable, requiredApiVersionNumber, launch, [all...] |
/docs/source.android.com/src/devices/ |
audio_debugging.jd | 68 <li><code>adb shell getprop | grep ro.debuggable</code> 69 <br />Confirm that the output is: <code>[ro.debuggable]: [1]</code>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 109 // check if the manifest declares debuggable as true. While this is a release build, 110 // debuggable in the manifest will override this and generate a debug build
|
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 75 mDebuggable = findViewById(R.id.debuggable);
|
/device/samsung/manta/ |
init.manta.rc | 197 on property:ro.debuggable=1
|