/frameworks/base/services/java/com/android/server/ |
D | IntentResolver.java | 207 final boolean debug = localLOGV || in queryIntentFromList() 213 buildResolveList(intent, debug, defaultOnly, in queryIntentFromList() 225 final boolean debug = localLOGV || in queryIntent() 228 if (debug) Slog.v( in queryIntent() 249 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut); in queryIntent() 251 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut); in queryIntent() 255 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut); in queryIntent() 257 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut); in queryIntent() 262 if (debug) Slog.v(TAG, "Third type cut: " + thirdTypeCut); in queryIntent() 268 if (debug) Slog.v(TAG, "Typed Action list: " + firstTypeCut); in queryIntent() [all …]
|
/frameworks/base/cmds/stagefright/ |
D | Android.mk | 20 LOCAL_MODULE_TAGS := debug 44 LOCAL_MODULE_TAGS := debug 68 LOCAL_MODULE_TAGS := debug
|
/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/publishing/ |
D | app-signing.jd | 67 key. You can not publish an application that is signed with the debug key generated 81 run or debug it on an emulator or device.</p> 84 for Eclipse and the Ant build tool offer two signing modes — <em>debug mode</em> 88 <li>While developing and testing, you can compile in debug mode. 89 In debug mode, the build tools use the Keytool utility, included in the JDK, to create 91 the debug key to sign the application .apk file. Because the password is known, the tools 198 <p>The Android build tools provide a debug signing mode that makes it easier for you 199 to develop and debug your application, while still meeting the Android system 201 When using debug mode to build your app, the SDK tools invoke Keytool to automatically create 202 a debug keystore and key. This debug key is then used to automatically sign the .apk, so [all …]
|
/frameworks/base/core/jni/ |
D | android_util_Log.cpp | 36 jint debug; member 48 case 'D': return levels.debug; in toLevel() 161 levels.debug = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "DEBUG", "I")); in register_android_util_Log()
|
/frameworks/base/core/java/android/content/ |
D | BroadcastReceiver.java | 431 public final void setDebugUnregister(boolean debug) { in setDebugUnregister() argument 432 mDebugUnregister = debug; in setDebugUnregister()
|
/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/cmds/backup/ |
D | Android.mk | 13 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/cmds/rawbu/ |
D | Android.mk | 15 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/telephony/mockril/ |
D | Android.mk | 28 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/media/libstagefright/id3/ |
D | Android.mk | 24 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/core/config/ |
D | README.txt | 1 One of the subdirectories {debug, ndebug} is included in framework.jar
|
/frameworks/base/cmds/keystore/ |
D | Android.mk | 33 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/core/java/android/debug/ |
D | JNITest.java | 17 package android.debug;
|
/frameworks/base/docs/html/guide/developing/ |
D | debug-tasks.jd | 12 <li><a href="#ide-debug-port">Configuring Your IDE to Attach to the Debugging Port</a></li> 22 <p>The Android SDK includes a set of tools to help you debug and profile 54 android.util.Log#d(String,String)} (debug), {@link android.util.Log#i(String,String)} 87 make it easier to test and debug your applications.</p> 110 <dd>Lets you select the application to debug. You do not need to set this to attach a debugger, 122 way you can set a breakpoint in onCreate(), which is important to debug 125 In order to check this box, you must have selected a debug application 169 window as described in <a href="#additionaldebugging">Setting debug and test 209 <dd>Android provides debug helper classes such as {@link android.util.Log 217 <h2 id="ide-debug-port">Configuring Your IDE to Attach to the Debugging Port</h2>
|
D | other-ide.jd | 12 <li><a href="#DebugMode">Building in debug mode</a></li> 51 includes all the tools you need to set up an Android project, build it, debug it and then 220 with a <em>debug key</em> (for immediate testing on an emulator or development device) 224 files with a debug key at build time. This means 228 own private key, rather than the debug key generated by the SDK tools. </p> 239 — <em>debug mode</em> — and one for building your final package for release — 244 <p>Whether you're building in debug mode or release mode, you 246 that is installed onto the emulator or device. When you build in debug mode, the .apk 247 file is automatically signed by the SDK tools with a debug key, so it's instantly ready for 259 debug mode.</p> [all …]
|
/frameworks/base/docs/html/guide/webapps/ |
D | debugging.jd | 8 <li>You can debug your web app using console methods in JavaScript</li> 9 <li>If debugging in a custom WebView, you need to implement a callback method to handle debug 21 <li><a href="{@docRoot}guide/developing/debug-tasks.html">Debugging Tasks</a></li> 27 <p>If you're developing a web application for Android, you can debug your JavaScript 49 <p>See <a href="{@docRoot}guide/developing/debug-tasks.html">Debugging
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 216 final String debug = System.getenv("DEBUG_LAYOUT"); in init() local 217 if (debug != null && !debug.equals("0") && !debug.equals("false")) { in init() 225 if (debug.equalsIgnoreCase("throw")) { in init()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | TransformClassAdapter.java | 141 mLog.debug(" Stub: %s (%s)", invokeSignature, isNative ? "native" : ""); in visitMethod() 148 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
|
D | ClassHasNativeVisitor.java | 86 public void visitSource(String source, String debug) { in visitSource() argument
|
/frameworks/base/media/libstagefright/rtsp/ |
D | Android.mk | 56 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 175 protected void debug(int depth) { in debug() method in StatusBarIconView 176 super.debug(depth); in debug()
|
/frameworks/base/docs/html/resources/faq/ |
D | troubleshooting.jd | 8 … a deeper view when errors occur. See <a href="{@docRoot}guide/developing/debug-tasks.html">Debugg… 27 …ndar">I can't compile my app because the build tools generated an expired debug certificate</a></l… 216 have signed the app with a debug certificate, where the existing version was already signed with 289 <h2 id="signingcalendar">I can't compile my app because the build tools generated an expired debug … 291 …d that the Android build tools won't compile your application because the debug key is expired. </… 293 …ay create validity dates that are in the past. That is, it may generate a debug key that is alread… 298 <li>First, delete the debug keystore/key already generated by the Android build tools. Specifically… 303 …. The build tools will regenerate a new keystore and debug key with valid dates. Once the new debu… 304 …tore/key on any machine using the Gregorian calendar, then copy the <code>debug.keystore</code> fi…
|
/frameworks/base/docs/html/guide/appendix/faq/ |
D | troubleshooting.jd | 8 … a deeper view when errors occur. See <a href="{@docRoot}guide/developing/debug-tasks.html">Debugg… 27 …ndar">I can't compile my app because the build tools generated an expired debug certificate</a></l… 216 have signed the app with a debug certificate, where the existing version was already signed with 289 <h2 id="signingcalendar">I can't compile my app because the build tools generated an expired debug … 291 …d that the Android build tools won't compile your application because the debug key is expired. </… 293 …ay create validity dates that are in the past. That is, it may generate a debug key that is alread… 298 <li>First, delete the debug keystore/key already generated by the Android build tools. Specifically… 303 …. The build tools will regenerate a new keystore and debug key with valid dates. Once the new debu… 304 …tore/key on any machine using the Gregorian calendar, then copy the <code>debug.keystore</code> fi…
|