/frameworks/base/services/java/com/android/server/ |
D | IntentResolver.java | 207 final boolean debug = localLOGV || in queryIntentFromList() 214 buildResolveList(intent, categories, debug, defaultOnly, in queryIntentFromList() 226 final boolean debug = localLOGV || in queryIntent() 229 if (debug) Slog.v( in queryIntent() 250 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut); in queryIntent() 252 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut); in queryIntent() 256 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut); in queryIntent() 258 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut); in queryIntent() 263 if (debug) Slog.v(TAG, "Third type cut: " + thirdTypeCut); in queryIntent() 269 if (debug) Slog.v(TAG, "Typed Action list: " + firstTypeCut); in queryIntent() [all …]
|
/frameworks/base/cmds/stagefright/ |
D | Android.mk | 23 LOCAL_MODULE_TAGS := debug 47 LOCAL_MODULE_TAGS := debug 71 LOCAL_MODULE_TAGS := debug 96 LOCAL_MODULE_TAGS := debug 120 LOCAL_MODULE_TAGS := debug 144 LOCAL_MODULE_TAGS := debug
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | LocalBroadcastManager.java | 209 final boolean debug = DEBUG || in sendBroadcast() 211 if (debug) Log.v( in sendBroadcast() 217 if (debug) Log.v(TAG, "Action list: " + entries); in sendBroadcast() 222 if (debug) Log.v(TAG, "Matching against filter " + receiver.filter); in sendBroadcast() 225 if (debug) { in sendBroadcast() 234 if (debug) Log.v(TAG, " Filter matched! match=0x" + in sendBroadcast() 242 if (debug) { in sendBroadcast()
|
/frameworks/base/docs/html/guide/developing/building/ |
D | building-cmdline.jd | 35 testing/debugging your application — <em>debug mode</em> — and one for building your 37 …it must be signed before it can install on an emulator or device—with a debug key when build… 38 in debug mode and with your own private key when building in release mode.</p> 40 <p>Whether you're building in debug mode or release mode, you need to use the Ant tool to compile 42 When you build in debug mode, the .apk file is automatically signed by the SDK tools with 43 a debug key, so it's instantly ready for installation onto an emulator or attached 44 development device. You cannot distribute an application that is signed with a debug key. 53 development device by building in debug mode.</p> 71 <p>For immediate application testing and debugging, you can build your application in debug mode 72 and immediately install it on an emulator. In debug mode, the build tools automatically sign your [all …]
|
D | index.jd | 27 <p>To run an application on an emulator or device, the application must be signed using debug or 28 release mode. You typically want to sign your application in debug mode when you develop and test 29 your application, because the build tools use a debug key with a known password so you do not have 33 <p>Fortunately, Eclipse or your Ant build script signs the application for you in debug mode 74 …<li>Once the <code>.apk</code> is built, it must be signed with either a debug or release key befo…
|
/frameworks/base/docs/html/guide/publishing/ |
D | app-signing.jd | 58 <li>To test and debug your application, the build tools sign your application with a special debug 61 private key. You cannot publish an application that is signed with the debug key generated 77 run it or debug it on an emulator or device.</p> 82 use to build your application. There are two build modes: <em>debug mode</em> and <em>release 83 mode</em>. You use debug mode when you are developing and testing your application. You use 87 <p>When you build in <em>debug mode</em> the Android SDK build tools use the Keytool utility 88 (included in the JDK) to create a debug key. Because the SDK build tools created the debug key, 89 they know the debug key's alias and password. Each time you compile your application in debug mode, 90 the build tools use the debug key along with the Jarsigner utility (also included in the JDK) to 92 build tools, the tools don't need to prompt you for the debug key's alias and password each time [all …]
|
/frameworks/base/core/jni/ |
D | android_util_Log.cpp | 37 jint debug; member 49 case 'D': return levels.debug; in toLevel() 147 levels.debug = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "DEBUG", "I")); in register_android_util_Log()
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | LogTest.java | 45 mLog.debug("Test %d", 42); in testDebug() 49 mLog.debug("Test %d", 42); in testDebug()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | emulator.jd | 74 <td><code>-help-debug-tags</code></td> 75 <td>Print a list of all tags for <code>-debug <tags></code>.</td> 197 <td><code>-debug <tags></code></td> 198 <td>Enable/disable debug messages for the specified debug tags.</td> 199 <td><code><tags></code> is a space/comma/column-separated list of debug component names. 200 Use <code>-help-debug-tags</code> to print a list of debug component names that you can use. </td> 203 <td><code>-debug-<tag></code></td> 204 <td>Enable/disable debug messages for the specified debug tag.</td> 205 …<td rowspan="2">Use <code>-help-debug-tags</code> to print a list of debug component names that yo… 208 <td><code>-debug-no-<tag></code></td> [all …]
|
D | traceview.jd | 7 Traceview can help you debug your application and profile its performance.</p>
|
D | hierarchy-viewer.jd | 6 <p>Hierarchy Viewer allows you to debug and optimize your user
|
/frameworks/base/docs/html/intl/ja/guide/publishing/ |
D | app-signing.jd | 119 <li>キーストア名 – 「debug.keystore」</li> 136 …署名モードは <code>debug</code> オプションを使用することで有効になります(<code>android</code> ツールで生成された <code>build.xml</cod… 145 <pre>debug: 146 [echo] Packaging bin/samples-debug.apk, and signing it with a debug key... 151 <p>この問題を解決するには、<code>debug.keystore</code> ファイルを削除します。AVD のデフォルトの格納場所は、OS X と Linux の場合は <code>~/.a…
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-devtools.jd | 8 …number of settings on your device that will make it easier to test and debug your applications.</p> 30 Lets you select the application to debug. You do not need to set this to attach a debugger, 46 which is important to debug the startup process of an Activity. 48 be killed. In order to check this box, you must have selected a debug application as described
|
D | index.jd | 19 <p>The Android SDK provides most of the tools that you need to debug your applications. You need 53 via DDMS. If you want to debug multiple applications, attaching to each port might become 79 selecting the application that you want to debug in the DDMS user interface. A JDWP debugger can 80 attach to this static debugging port and debug all the applications that are running on the 91 debug and profile your applications:</p> 97 <dd>Graphical programs that let you debug and profile user interfaces.</dd> 166 <dd>Android provides debug helper classes such as {@link android.util.Log
|
/frameworks/base/cmds/backup/ |
D | Android.mk | 13 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/cmds/rawbu/ |
D | Android.mk | 13 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/media/libstagefright/id3/ |
D | Android.mk | 24 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/ |
D | Android.mk | 10 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | Android.mk | 8 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/cmds/keystore/ |
D | Android.mk | 31 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/core/java/android/debug/ |
D | JNITest.java | 17 package android.debug;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 220 final String debug = System.getenv("DEBUG_LAYOUT"); in init() local 221 if (debug != null && !debug.equals("0") && !debug.equals("false")) { in init() 229 if (debug.equalsIgnoreCase("throw")) { in init()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | TransformClassAdapter.java | 147 mLog.debug(" Stub: %s (%s)", invokeSignature, isNative ? "native" : ""); in visitMethod() 154 mLog.debug(" Keep: %s %s", name, desc); in visitMethod()
|
D | Log.java | 30 public void debug(String format, Object... args) { in debug() method in Log
|
/frameworks/base/media/libstagefright/rtsp/ |
D | Android.mk | 55 LOCAL_MODULE_TAGS := debug
|