/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageDexOptimizer.java | 119 … final boolean debuggable = (pkg.applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in performDexOptLI() 176 + " vmSafeMode=" + vmSafeMode + " debuggable=" + debuggable in performDexOptLI() 181 dexoptNeeded, vmSafeMode, debuggable, oatDir); in performDexOptLI()
|
D | Installer.java | 90 boolean debuggable, @Nullable String outputPath) { in dexopt() argument 97 debuggable, outputPath); in dexopt()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | InstallerConnection.java | 102 boolean debuggable, String outputPath) { in dexopt() argument 116 builder.append(debuggable ? " 1" : " 0"); in dexopt()
|
/frameworks/base/docs/html/ndk/guides/ |
D | ndk-build.jd | 74 <dd>Force a debuggable build (see <a href="#dvr">Table 1</a>).</dd> 118 <code>android:debuggable</code> (manifest) combinations.</p> 128 <td>android:debuggable="false"</td><td>Release; Symbols; Optimized 152 android:debuggable="true">
|
D | ndk-gdb.jd | 27 {@code <application>} element that sets the {@code android:debuggable} attribute to {@code 74 <li>Checks that your application is declared debuggable in its manifest.</li> 76 debuggable.</li>
|
D | application_mk.jd | 57 <p>Declaring {@code android:debuggable} in your application manifest's {@code <application>}
|
/frameworks/base/docs/html/tools/ |
D | device.jd | 76 <li>Verify that your application is "debuggable" in your manifest or <em>build.gradle</em> file. 77 <p>In the build file, make sure the <em>debuggable</em> property in the <em>debug</em> build 83 debuggable true 87 <p>In the <code>AndroidManifest.xml</code> file, add <code>android:debuggable="true"</code> to 91 should usually <em>not</em> be debuggable).</p></li>
|
D | workflow.jd | 41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you
|
/frameworks/native/cmds/installd/ |
D | commands.cpp | 749 bool vm_safe_mode, bool debuggable) in run_dex2oat() argument 882 if (!debuggable) { in run_dex2oat() 883 debuggable = in run_dex2oat() 902 + (debuggable ? 1 : 0) in run_dex2oat() 943 if (debuggable) { in run_dex2oat() 1070 bool vm_safe_mode, bool debuggable, const char* oat_dir) in dexopt() argument 1225 instruction_set, vm_safe_mode, debuggable); in dexopt()
|
D | installd.h | 246 bool debuggable, const char* oat_dir);
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | index.jd | 27 project and run a debuggable version of the app. You'll also learn some fundamentals of Android app
|
/frameworks/base/docs/html/tools/help/ |
D | monitor.jd | 52 in order for the device to be fully debuggable.</p>
|
/frameworks/opt/telephony/ |
D | README.txt | 47 On debuggable builds (userdebug, eng) you can change additional
|
/frameworks/base/docs/html-intl/intl/zh-cn/tools/publishing/ |
D | preparing.jd | 98 …<code><application></code> 代码中移除 <code>android:debuggable</code> 属性或将 <code>android:debuggab…
|
D | publishing_overview.jd | 52 …@docRoot}guide/topics/manifest/application-element.html#debug">android:debuggable</a> 属性,还应为 <code…
|
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/ |
D | preparing.jd | 85 <li><code>android:debuggable="true"</code> 属性をマニフェストの <code><application></code> 要素から削除します。</…
|
/frameworks/base/docs/html/tools/building/ |
D | 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>
|
D | building-studio.jd | 216 <li>Ensure that your application is debuggable by setting the 217 <code>android:debuggable</code> attribute of the <code><application></code>
|
D | plugin-for-gradle.jd | 167 <li>build properties such as debuggable, ProGuard enabling, debug signing, version name 199 debuggable true
|
/frameworks/base/docs/html/tools/studio/ |
D | eclipse-transition-guide.jd | 458 versions, for example a debuggable version of your release APK. This examples adds the 459 <code>debuggable true</code> property to the <code>release</code> build type in the 460 <code>build.gradle</code> file to build an identical debuggable version of the release package. </… 467 debuggable true
|
/frameworks/base/docs/html/tools/workflow/ |
D | index.jd | 44 <p>During this phase you build your project into a debuggable <code>.apk</code> package(s)
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | application-element.jd | 11 android:<a href="#debug">debuggable</a>=["true" | "false"] 59 {@code debuggable}, {@code enabled}, {@code description}, and 131 <dt><a name="debug"></a>{@code android:debuggable}</dt>
|
/frameworks/base/docs/html/tools/publishing/ |
D | preparing.jd | 185 <code>android:debuggable</code> attribute from the <code><application></code> tag in your 186 manifest file, or by setting the <code>android:debuggable</code> attribute to
|
D | publishing_overview.jd | 63 <a href="{@docRoot}guide/topics/manifest/application-element.html#debug">android:debuggable</a>
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 1156 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local 1163 if (debuggable != 0) { in doDump()
|