Home
last modified time | relevance | path

Searched refs:debuggable (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java119 … 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()
DInstaller.java90 boolean debuggable, @Nullable String outputPath) { in dexopt() argument
97 debuggable, outputPath); in dexopt()
/frameworks/base/core/java/com/android/internal/os/
DInstallerConnection.java102 boolean debuggable, String outputPath) { in dexopt() argument
116 builder.append(debuggable ? " 1" : " 0"); in dexopt()
/frameworks/base/docs/html/ndk/guides/
Dndk-build.jd74 <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"&gt;
Dndk-gdb.jd27 {@code &lt;application&gt;} 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>
Dapplication_mk.jd57 <p>Declaring {@code android:debuggable} in your application manifest's {@code &lt;application&gt;}
/frameworks/base/docs/html/tools/
Ddevice.jd76 <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>
Dworkflow.jd41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you
/frameworks/native/cmds/installd/
Dcommands.cpp749 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()
Dinstalld.h246 bool debuggable, const char* oat_dir);
/frameworks/base/docs/html/training/basics/firstapp/
Dindex.jd27 project and run a debuggable version of the app. You'll also learn some fundamentals of Android app
/frameworks/base/docs/html/tools/help/
Dmonitor.jd52 in order for the device to be fully debuggable.</p>
/frameworks/opt/telephony/
DREADME.txt47 On debuggable builds (userdebug, eng) you can change additional
/frameworks/base/docs/html-intl/intl/zh-cn/tools/publishing/
Dpreparing.jd98 …<code>&lt;application&gt;</code> 代码中移除 <code>android:debuggable</code> 属性或将 <code>android:debuggab…
Dpublishing_overview.jd52 …@docRoot}guide/topics/manifest/application-element.html#debug">android:debuggable</a> 属性,还应为 <code…
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/
Dpreparing.jd85 <li><code>android:debuggable="true"</code> 属性をマニフェストの <code>&lt;application&gt;</code> 要素から削除します。</…
/frameworks/base/docs/html/tools/building/
Dbuilding-eclipse.jd83 <li>Ensure that your application is debuggable by setting the
84 <code>android:debuggable</code> attribute of the <code>&lt;application&gt;</code>
Dbuilding-studio.jd216 <li>Ensure that your application is debuggable by setting the
217 <code>android:debuggable</code> attribute of the <code>&lt;application&gt;</code>
Dplugin-for-gradle.jd167 <li>build properties such as debuggable, ProGuard enabling, debug signing, version name
199 debuggable true
/frameworks/base/docs/html/tools/studio/
Declipse-transition-guide.jd458 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/
Dindex.jd44 <p>During this phase you build your project into a debuggable <code>.apk</code> package(s)
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd11 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/
Dpreparing.jd185 <code>android:debuggable</code> attribute from the <code>&lt;application&gt;</code> tag in your
186 manifest file, or by setting the <code>android:debuggable</code> attribute to
Dpublishing_overview.jd63 <a href="{@docRoot}guide/topics/manifest/application-element.html#debug">android:debuggable</a>
/frameworks/base/tools/aapt/
DCommand.cpp1156 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
1163 if (debuggable != 0) { in doDump()

12