Commit Graph

12088 Commits

Author SHA1 Message Date
Android (Google) Code Review
e667fca809 Merge change 1392 into donut
* changes:
  Fixed bugs in the media player api demo application - release the MediaPlayer object when onPause - use onVideoSizeChanged listener to make sure that correct video size is known before starting playback
2009-05-11 18:35:42 -07:00
Android (Google) Code Review
4aa2dd7dfc am bba5ffb: Merge change 1347 into donut
Merge commit 'bba5ffb847d10a65ce323f3c607f9f842c21e0c1'

* commit 'bba5ffb847d10a65ce323f3c607f9f842c21e0c1':
  Add a new program for checking the correctness of the computed stack from a trace.
2009-05-11 18:24:36 -07:00
Android (Google) Code Review
19837b5331 am e14d320: Merge change 1346 into donut
Merge commit 'e14d320465bc14fd413c3e735643fccb7020db2b'

* commit 'e14d320465bc14fd413c3e735643fccb7020db2b':
  Better output for viewing the method trace.
2009-05-11 18:24:36 -07:00
Android (Google) Code Review
2d1fa2b83a am 6b56383: Merge changes 1344,1345 into donut
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.
2009-05-11 18:24:35 -07:00
Android (Google) Code Review
bba5ffb847 Merge change 1347 into donut
* changes:
  Add a new program for checking the correctness of the computed stack from a trace.
2009-05-11 18:00:42 -07:00
Android (Google) Code Review
e14d320465 Merge change 1346 into donut
* changes:
  Better output for viewing the method trace.
2009-05-11 18:00:23 -07:00
Jack Veenstra
f55a4d1e9d Add a new program for checking the correctness of the computed stack from a 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).
2009-05-11 17:44:32 -07:00
Android (Google) Code Review
6b56383a3a Merge changes 1344,1345 into donut
* changes:
  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.
2009-05-11 17:28:21 -07:00
Jack Veenstra
447a4e4fd6 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.
2009-05-11 17:18:08 -07:00
Jack Veenstra
1298570eb8 Fix the tracing code that keeps track of the Java method stack.
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.
2009-05-11 16:46:48 -07:00
Android (Google) Code Review
af47328d64 am 2822ae3: Merge change 1343 into donut
Merge commit '2822ae37115ebf13412bbef91339ee0d9454525e'

* commit '2822ae37115ebf13412bbef91339ee0d9454525e':
  Fix compiler warnings by changing "char*" to "const char*".
2009-05-11 15:14:46 -07:00
Android (Google) Code Review
2822ae3711 Merge change 1343 into donut
* changes:
  Fix compiler warnings by changing "char*" to "const char*".
2009-05-11 15:13:07 -07:00
Xavier Ducrohet
ad276d9d5a am 60b2fc9: Update the NDK packaging script to generate zip archives for
Merge commit '60b2fc90b7d7687189898f6064c62cf8b72a631e'

* commit '60b2fc90b7d7687189898f6064c62cf8b72a631e':
  Update the NDK packaging script to generate zip archives for all platforms.
2009-05-11 14:25:14 -07:00
Xavier Ducrohet
60b2fc90b7 Update the NDK packaging script to generate zip archives for all platforms. 2009-05-11 13:58:02 -07:00
James Dong
bf4d838a88 Fixed bugs in the media player api demo application
- release the MediaPlayer object when onPause
- use onVideoSizeChanged listener to make sure that correct video size is known before starting playback
2009-05-11 13:51:43 -07:00
Android (Google) Code Review
20d9454e78 am ebcb726: Merge change 1361 into donut
Merge commit 'ebcb72611b51969de9182070ca33d2b3dbfd674b'

* commit 'ebcb72611b51969de9182070ca33d2b3dbfd674b':
  Remove hard-coded path to my home directory in build/tools/make-release.sh.
2009-05-11 11:57:11 -07:00
Android (Google) Code Review
ebcb72611b Merge change 1361 into donut
* changes:
  Remove hard-coded path to my home directory in build/tools/make-release.sh. Now you need to use the --prebuilt-path=<path> option to specify where to pick up the prebuilt toolchain tarballs instead, for example:
2009-05-11 11:54:41 -07:00
Android (Google) Code Review
998f2239d7 am 3be3c99: Merge change 1360 into donut
Merge commit '3be3c996573221b8190bddbdff63cadc5aa09662'

* commit '3be3c996573221b8190bddbdff63cadc5aa09662':
  remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES)
2009-05-11 11:35:56 -07:00
Android (Google) Code Review
f1deb8ebd5 am 37fa8d4: Merge change 1359 into donut
Merge commit '37fa8d40fc0222cb5f2a741cacfa921a4cabae34'

* commit '37fa8d40fc0222cb5f2a741cacfa921a4cabae34':
  Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')
2009-05-11 11:35:56 -07:00
Android (Google) Code Review
3be3c99657 Merge change 1360 into donut
* changes:
  remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES)
2009-05-11 11:33:21 -07:00
Android (Google) Code Review
37fa8d40fc Merge change 1359 into donut
* changes:
  Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')
2009-05-11 11:32:53 -07:00
David 'Digit' Turner
533067b5f7 am a07dede: Add docs/LICENSES.TXT which indicates where to find the tool
Merge commit 'a07dedea97a166b329872a0a0cb334857dc2d47e'

* commit 'a07dedea97a166b329872a0a0cb334857dc2d47e':
  Add docs/LICENSES.TXT which indicates where to find the toolchain sources, as well as the GPL/LGPL text files.
2009-05-11 11:32:06 -07:00
David 'Digit' Turner
b25cd5fb97 remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES) 2009-05-11 17:23:10 +02:00
David 'Digit' Turner
56266b2d59 Remove hard-coded path to my home directory in build/tools/make-release.sh.
Now you need to use the --prebuilt-path=<path> option to specify where to pick up
the prebuilt toolchain tarballs instead, for example:

   build/tools/make-release.sh --prebuilt-path=/home/digit/android/ndk

Add also some other options to change the package prefix / release number / etc
2009-05-11 17:20:26 +02:00
David 'Digit' Turner
b20725d4a0 Remove references to 'cupcake' in all of NDK (replace with 'android-1.5') 2009-05-11 16:37:42 +02:00
David 'Digit' Turner
a07dedea97 Add docs/LICENSES.TXT which indicates where to find the toolchain sources, as well as the GPL/LGPL text files.
Note: the prebuilt binary packages used by "make-release.sh" have
been updated to include the COPYING and COPYING.LIB files.

After this patch is commited, you should be able to run "make-release.sh"
to re-generate release packages that contain docs/LICENSES.TXT as well as COPYING and COPYING.LIB
2009-05-10 01:05:25 +02:00
Jack Veenstra
ad6f253016 Add a "-d time" option to stack_dump to dump the stack at the given time. 2009-05-09 11:44:53 -07:00
Jack Veenstra
166d76cf4c Fix compiler warnings by changing "char*" to "const char*". 2009-05-09 11:33:44 -07:00
Xavier Ducrohet
80f95f21a7 am 3d25a3b: More Clean up in the NDK Overview doc
Merge commit '3d25a3b264fdf7422fe840a03e88944423edacc5'

* commit '3d25a3b264fdf7422fe840a03e88944423edacc5':
  More Clean up in the NDK Overview doc
2009-05-08 22:49:31 -07:00
Xavier Ducrohet
ed3d5cb836 am ba1aad8: Remove unwanted comments in the NDK Overview doc.
Merge commit 'ba1aad8339aee5b73fb5ee64af7a75c570a242a8'

* commit 'ba1aad8339aee5b73fb5ee64af7a75c570a242a8':
  Remove unwanted comments in the NDK Overview doc.
2009-05-08 22:49:31 -07:00
Xavier Ducrohet
70e4fc37e0 am ad73286: Fix source download location
Merge commit 'ad732864704be6f22f3fec8934f47ded33428d6b'

* commit 'ad732864704be6f22f3fec8934f47ded33428d6b':
  Fix source download location
2009-05-08 22:49:31 -07:00
Android (Google) Code Review
ee4d00deec am 010c2ee: Merge change 1307 into donut
Merge commit '010c2ee6b8961cc5c95c7710ea5a3058ff6ca77d'

* commit '010c2ee6b8961cc5c95c7710ea5a3058ff6ca77d':
  Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK
2009-05-08 22:49:30 -07:00
Android (Google) Code Review
26245919e5 am 9f6a426: Merge change 1237 into donut
Merge commit '9f6a4264531682d2911ace24aa5f7ef751bb2b6b'

* commit '9f6a4264531682d2911ace24aa5f7ef751bb2b6b':
  ADT #1715616: "New Android Test Project" wizard.
2009-05-08 22:49:30 -07:00
Xavier Ducrohet
3d25a3b264 More Clean up in the NDK Overview doc 2009-05-08 17:47:46 -07:00
Xavier Ducrohet
ba1aad8339 Remove unwanted comments in the NDK Overview doc. 2009-05-08 17:36:51 -07:00
Xavier Ducrohet
ad73286470 Fix source download location 2009-05-08 17:31:55 -07:00
Android (Google) Code Review
010c2ee6b8 Merge change 1307 into donut
* changes:
  Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK
2009-05-08 17:24:44 -07:00
Xavier Ducrohet
5b6da2b185 Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK 2009-05-08 17:21:58 -07:00
Android (Google) Code Review
9f6a426453 Merge change 1237 into donut
* changes:
  ADT #1715616: "New Android Test Project" wizard.
2009-05-08 16:43:03 -07:00
Raphael
0b62151cda ADT #1715616: "New Android Test Project" wizard.
Also updates eclipse/changes.txt
2009-05-08 14:06:44 -07:00
Android (Google) Code Review
cfce2266bb am 9cd49a4: Merge change 1160 into donut
Merge commit '9cd49a44162f465402b0f10faa351364c76a5b76'

* commit '9cd49a44162f465402b0f10faa351364c76a5b76':
  Add ability to specify relative class paths when using runtest -c
2009-05-08 11:34:11 -07:00
Android (Google) Code Review
9cd49a4416 Merge change 1160 into donut
* changes:
  Add ability to specify relative class paths when using runtest -c
2009-05-08 11:30:54 -07:00
djken
1cab4f589b Fix NullPointer exception in function getBrokenAvds() 2009-05-08 10:07:38 -04:00
Xavier Ducrohet
dbe0cf83b6 am 1f012b1: Fix the host setup script to work on mac
Merge commit '1f012b193f9a651b93e9aff2c2a7f9a9d266de5d'

* commit '1f012b193f9a651b93e9aff2c2a7f9a9d266de5d':
  Fix the host setup script to work on mac
2009-05-07 19:04:38 -07:00
Xavier Ducrohet
1f012b193f Fix the host setup script to work on mac 2009-05-07 19:00:00 -07:00
Xavier Ducrohet
d2257b014b am 0085f31: Update the NDK docs to reflect the changes from 2 download (
Merge commit '0085f310cd169bf9832f4b47751dc8ea406b1d58'

* commit '0085f310cd169bf9832f4b47751dc8ea406b1d58':
  Update the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a single download.
2009-05-07 18:50:26 -07:00
Xavier Ducrohet
0085f310cd Update the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a single download. 2009-05-07 18:29:25 -07:00
Android (Google) Code Review
1b4732e0f9 am f44ba56: Merge change 1215 into donut
Merge commit 'f44ba568f7b5a4e1b5f669d2c62e5dd0b2a9fb10'

* commit 'f44ba568f7b5a4e1b5f669d2c62e5dd0b2a9fb10':
  Fix host-setup.sh for cygwin: *-gcc.exe needs to be found
2009-05-07 18:01:25 -07:00
Android (Google) Code Review
f44ba568f7 Merge change 1215 into donut
* changes:
  Fix host-setup.sh for cygwin: *-gcc.exe needs to be found
2009-05-07 17:59:48 -07:00
Android (Google) Code Review
8f8e1ccc3b am bc13913: Merge change 1195 into donut
Merge commit 'bc139139b0683675147e04e62de492aab5c3f2d0'

* commit 'bc139139b0683675147e04e62de492aab5c3f2d0':
  Use direct, native order Buffers for OpenGL data.
2009-05-07 17:03:48 -07:00