| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
is off.
Bug: 3083496
Change-Id: I9b456cf002a8a9d953d631c163054f8ccc9572fa
|
|
|
|
| |
This reverts commit 1fc95cae8ec2ccfe134ff279ed9082311ad0d877.
|
|
|
|
|
|
|
|
|
|
|
| |
Moved Android.mk and keymap files except AVRCP.kl from sdk/emulator/keymaps
to build/target/board/generic. This causes the keymap files to copied into
the system image of generic and sdk products, but not into the system image
of HW products. Originally the qwerty.kl was copied to target no matter
if the target had a qwerty keyboard or not, which is the case for e.g.
the Nexus One.
Change-Id: I6f76bcd4e23b8478f36f213090d22d7d3ea1255b
|
|
|
|
| |
Change-Id: I16f8c8b370f42c6229b3deabd66d2aaabd0b7937
|
|
|
|
|
| |
BACK == ESC
MENU == F10
|
|\
| |
| |
| | |
Change-Id: If11d893ba56c1189620e00f86b7f51bf4d698e49
|
| |
| |
| |
| | |
Change-Id: I1e3159ac3d322ca70c2d9d7faf3a0ecac4313468
|
|/
|
|
|
|
|
| |
This will replace equivalent code in libhardware_legacy
Change-Id: I611e34a187ed8460490f793538446c11c7c83cab
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
|
|
|
| |
This gets rid of a bug where the control fd would be closed when the
data channel is opened, making the later activation of sensors impossible.
Also add more debugging messages.
|
|
|
|
|
| |
The emulator sensor code could enter a busy loop on certain
failure cases in poll.
|
|
|
|
| |
Change-Id: Icb3327e2371800029844a869df6abd68a8516aff
|
|
|
|
| |
Change-Id: Ic43873545dd7a9482e4214ed3750a8e2108cafc6
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '62410fc5a983bd1057622bc51801ad36cd316811' into eclair
* commit '62410fc5a983bd1057622bc51801ad36cd316811':
Fixed QVGA skin and added WQVGA432 skin.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e058cf98bc44cf0492c0eb3da25a61c9419cbdc7' into eclair
* commit 'e058cf98bc44cf0492c0eb3da25a61c9419cbdc7':
Revamped QVGA skin and new WVGA 800/854 skins
|
| |\
| | |
| | |
| | |
| | | |
* changes:
Revamped QVGA skin and new WVGA 800/854 skins
|
| | |
| | |
| | |
| | | |
BUG: 1944280
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '45519a23b06c7f01ce2337816128c9d285f47a73' into eclair
* commit '45519a23b06c7f01ce2337816128c9d285f47a73':
New HVGA skin.
|
| |/
| |
| |
| | |
BUG: 1944280
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '6675fec474d86d77947cf68d47dd36e9744b9f14'
* commit '6675fec474d86d77947cf68d47dd36e9744b9f14':
First pass at a WVGA skin.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e0f85e6c7379c053cd3ece5bdd934337ff66cd45'
* commit 'e0f85e6c7379c053cd3ece5bdd934337ff66cd45':
Delete non rotating skins and create a QVGA rotating skin.
|
| |
| |
| |
| |
| | |
HVGA-P and HVGA-L were redundant with HVGA which supports both orientations.
QVGA-P and QVGA-L has been replaced with QVGA which supports both orientations.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '8aa42da0f27be2437e02f43c203dc55ca085ee77'
* commit '8aa42da0f27be2437e02f43c203dc55ca085ee77':
Skins can now provide their own hardware support (via AVDs)
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '8b057ed6f6ec4e9eb829b230d6f2d35eaef8658e'
* commit '8b057ed6f6ec4e9eb829b230d6f2d35eaef8658e':
Fix bad qemud crash on emulator startup.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
emulated system.
Merge commit 'af45b39d887ad4ec4a806d352009cdc28238f21f'
* commit 'af45b39d887ad4ec4a806d352009cdc28238f21f':
This adds a new helper program (qemu-props) to support the emulated system.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Its purpose is to contact the 'boot-properties' service during the
boot process and to set the list of system properties read from the
emulator program through it.
It must be launched from /system/etc/init.goldfish.rc as root.
It depends on the 'boot-properties' service being implemented by the
emulator (in a later patch). If not available, it will simply timeout.
This also fixes a potential crash in qemud which can happen in the following case:
- client sends a command to a service
- the service responds with one or more message
- the service immediately closes the connection before the client can read the data
what happened is that the FDHandler object was buffering out-going packets to the
client, but the Multiplexer acted on the disconnection immediately. This resulted
in:
- client_free() being called
- fdhandler_shutdown() being called
- the FDHandler being placed on the 'closing' list to be able to send
buffered packets later. And 'receiver_close' being called
- client_fd_close() being called, which would call client_free()
recursively
- the second client_free() call would free the object
- the first client_free() call would try to free the object again
- ==> dlmalloc() detects a double-free and immediately aborts.
the fixes simply avoids the calle to receiver_close() in fdhandler_shutdown()
since this function is called from an explicit shutdown request from the multiplexer,
it doesn't correspond to the case where the client has closed the connection itself.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'ceada119d3676a936988cb4b35f75ebf2c28b8ee'
* commit 'ceada119d3676a936988cb4b35f75ebf2c28b8ee':
Sensors: Use a native_handle for the data channel instead of a single file descriptor.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
descriptor.
This eliminates the requirement that all sensors share a single file descriptor.
This, along with concurrent changes in other projects, fixes bugs b/1614524 and b/1614481
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'd7dc91d749b920734c9e9f0a21c7c7e9672ef8b6'
* commit 'd7dc91d749b920734c9e9f0a21c7c7e9672ef8b6':
Add new trace tool for displaying all the memory regions in a process.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'b260872ea4ab52286e1abfa4e79d12feb3d46253'
* commit 'b260872ea4ab52286e1abfa4e79d12feb3d46253':
Add support for native (JNI) calls to the trace tools.
|
| |
| |
| |
| |
| | |
Also fix a bug in profile_pid.cpp and add better output to
stack_dump.cpp.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'b08d3a396914b1aaba1270a9021289bdbe3cac5f'
* commit 'b08d3a396914b1aaba1270a9021289bdbe3cac5f':
Handle munmap() and add support for tracing JNI (native) calls.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The munmap() kernel calls are traced but the tracing code wasn't doing
anything with them. This caused the number of mapped regions in a process
to grow large in some cases and also caused symbol lookup errors in some
rare cases. This change also adds support for new trace record types
for supporting JNI (native) calls from Java into native code. This helps
with constructing a more accurate call stack.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'bba5ffb847d10a65ce323f3c607f9f842c21e0c1'
* commit 'bba5ffb847d10a65ce323f3c607f9f842c21e0c1':
Add a new program for checking the correctness of the computed stack from a trace.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
trace.
The check_stack program checks that the generated stack that includes both
native functions and Java methods (generated from the emulator instruction
trace plus the method trace) is consistent with the stack of Java methods
that is computed from the method trace alone. (The method trace is
generated by the Dalvik interpreter).
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e14d320465bc14fd413c3e735643fccb7020db2b'
* commit 'e14d320465bc14fd413c3e735643fccb7020db2b':
Better output for viewing the method trace.
|
| |
| |
| |
| |
| |
| | |
This now keeps track of the names of the methods on the stack instead
of just the addresses. This makes it easier to debug when something goes
wrong.
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
Merge commit '6b56383a3a9f086700436269e10602bb234cc25d'
* commit '6b56383a3a9f086700436269e10602bb234cc25d':
Fix the tracing code that keeps track of the Java method stack.
Add a "-d time" option to stack_dump to dump the stack at the given time.
|
| |
| |
| |
| |
| |
| |
| | |
This fixes a bug that was causing a "stack overflow" because it sometimes
wasn't popping off a Java method when it should have. I also changed the
showStack() method so that instead of always printing to stderr, you can
pass in a FILE* object to print to.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '2822ae37115ebf13412bbef91339ee0d9454525e'
* commit '2822ae37115ebf13412bbef91339ee0d9454525e':
Fix compiler warnings by changing "char*" to "const char*".
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '5ea0a9436cda662264cc0dcf92d3559d532383bb'
* commit '5ea0a9436cda662264cc0dcf92d3559d532383bb':
Fix a memory deallocation error that was crashing q2dm.
|