/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
D | MemoryUsageTest.java | 226 for (ProcessErrorStateInfo crash : crashes) { in reportError() 227 if (!crash.processName.equals(processName)) in reportError() 230 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError() 231 results.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 290 for (ProcessErrorStateInfo crash : crashes) { in reportError() 291 if (!crash.processName.equals(processName)) in reportError() 294 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError() 295 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 44 void crash(String message); in crash() method
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 54 public void crash(String arg0) throws RemoteException { in crash() method in BridgePowerManager
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | index.jd | 31 consume your available memory budget leading to an application crash due to the dreaded
|
D | manage-memory.jd | 58 to briefly exceed its memory limits and crash.
|
D | cache-bitmap.jd | 64 memory limits and crash.</p>
|
/frameworks/base/services/java/com/android/server/am/ |
D | EventLogTags.logtags | 62 # Discard an undelivered serialized broadcast (timeout/ANR/crash)
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | console.jd | 161 <h3>User reviews and crash reports</h3> 168 <p>The Developer Console also lets you see crash reports, with stack trace and
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | new-implementation.jd | 46 <p>You can directly use newer APIs in these concrete classes—and not crash on earlier devices…
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | starting.jd | 78 <li>Does not crash if the user receives a phone call or switches to another app 84 <li>Does not crash or lose the user's progress when the screen rotates between
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2-highlights.jd | 235 <p>New bug reporting feature for Google Play apps enables developers to receive crash and freeze
|
D | android-1.1.jd | 74 devices. In the latter case, the application will crash at runtime when
|
/frameworks/base/docs/html/design/videos/ |
D | index.jd | 87 … learn. In this talk two elite designers from Google give you an advanced crash course in interact…
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 509 application will crash at runtime (for example, if all layout resources are tagged with the {@code 931 in directories that have a language and region qualifier, then your application will crash when run 945 Android runs your application, it will crash if you do not provide default resources, because it 950 Level 8), then an API level 4 device cannot access your drawable resources and will crash. In this 1079 <strong>not</strong> use them and your application will crash if no other resources match the device
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-sdk-element.jd | 82 will crash during runtime when attempting to access the unavailable APIs. For 408 then it would crash at run-time when it tried to access APIs that don't exist. 507 case, the application will crash at runtime when it tries to use APIs that don't
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 149 available on the device that can handle the intent, your app will crash.</p>
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex3.jd | 31 causes a crash, and anything else that happens during editing will cause the
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 175 would be deemed compatible, your app would download, and the user would see some thrilling crash
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio.jd | 493 <li>Various fixes for crash reports. Thank you, and keep filing crash reports!</li>
|
/frameworks/base/docs/html/tools/sdk/ |
D | tools-notes.jd | 88 <li>Fixed crash when using the lint command line tool because of mis-matched library 246 <li>Fixed crash issue with Lint ArraySizeDetector check. 937 <li>Fixed emulator crash on Linux due to improper webcam detection
|
D | eclipse-adt.jd | 264 <li>Fixed crash issue with Lint ArraySizeDetector check. 488 to crash. 1872 <li>Resolves a possible crash when launching applications.</li>
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 532 <li>Fixed GCC 4.7 64-bit Windows assembler crash. (Error: {@code out of memory allocating 543 <li>Fixed GDB crash when library list is empty.</li> 544 <li>Fixed GDB crash when using a {@code stepi} command past a {@code bx pc} or 671 application to crash.</li> 678 may crash due to {@code ldc1} and {@code sdc1} operations on unaligned memory. In this 1203 {@code cp/mangle.c::write_unscoped_name}, where GCC may crash when the context is 1704 <li>Fixed GNU STL armeabi-v7a binaries to not crash on non-NEON
|
/frameworks/base/services/java/com/android/server/power/ |
D | PowerManagerService.java | 1967 public void crash(String message) { in crash() method in PowerManagerService
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 915 properly close the {@code LicenseChecker}'s IPC connection, your application will crash 917 while a license check is in progress, your application will crash when the
|